summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Etienne Ruffieux <eruffieux@google.com> 2022-01-25 18:11:20 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2022-01-25 18:11:20 +0000
commita49138505b1d1ab0b9529229dad9620ab6de8e7a (patch)
treee080134b4aa580fca8c3280bb93eb47e418cc01d
parentc34d2a6acf7079e416805e9072e400c9502ee8f2 (diff)
parent10ac876d66f96a6578e363d281f2f60298dd3668 (diff)
Merge "Adding system API to set the BindeCallsStats Consumer."
-rw-r--r--core/api/module-lib-current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/api/module-lib-current.txt b/core/api/module-lib-current.txt
index 69e955777e20..ee31e132864e 100644
--- a/core/api/module-lib-current.txt
+++ b/core/api/module-lib-current.txt
@@ -97,6 +97,7 @@ package android.bluetooth {
public class BluetoothFrameworkInitializer {
method public static void registerServiceWrappers();
+ method public static void setBinderCallsStatsInitializer(@NonNull java.util.function.Consumer<android.content.Context>);
method public static void setBluetoothServiceManager(@NonNull android.os.BluetoothServiceManager);
}