From 10ac876d66f96a6578e363d281f2f60298dd3668 Mon Sep 17 00:00:00 2001 From: Etienne Ruffieux Date: Mon, 24 Jan 2022 21:49:52 +0000 Subject: [PATCH] Adding system API to set the BindeCallsStats Consumer. Tag: #feature Bug: 195146428 Test: build Change-Id: I1bf6a253bca323955dbf5ad415e319fdccaa6389 --- core/api/module-lib-current.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/api/module-lib-current.txt b/core/api/module-lib-current.txt index 413422331d887..88cae408d6a00 100644 --- a/core/api/module-lib-current.txt +++ b/core/api/module-lib-current.txt @@ -90,6 +90,7 @@ package android.bluetooth { public class BluetoothFrameworkInitializer { method public static void registerServiceWrappers(); + method public static void setBinderCallsStatsInitializer(@NonNull java.util.function.Consumer); method public static void setBluetoothServiceManager(@NonNull android.os.BluetoothServiceManager); }