Home
last modified time | relevance | path

Searched refs:onOwnAddressRead (Results 1 – 12 of 12) sorted by relevance

/packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/le/
DAdvertisingSetCallbackHelper.java147 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, in onOwnAddressRead() method in AdvertisingSetCallbackHelper.Callback
221 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, in createRealCallbackFromProxy()
223 proxy.onOwnAddressRead(advertisingSet, addressType, address); in createRealCallbackFromProxy()
/packages/services/Car/tests/carservice_unit_test/src/android/car/builtin/bluetooth/le/
DAdvertisingSetCallbackHelperTest.java170 realCallback.onOwnAddressRead(mMockExpectedAdvertisingSet, EXPECTED_ADDRESS_TYPE, in createRealCallbackFromProxy_delegateOnOwnAddressRead()
173 verify(mProxy).onOwnAddressRead(mMockExpectedAdvertisingSet, EXPECTED_ADDRESS_TYPE, in createRealCallbackFromProxy_delegateOnOwnAddressRead()
220 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, in integrationTest_onAdvertisingSetStarted_onOwnAddressRead()
251 .onOwnAddressRead(any(), anyInt(), anyString()); in integrationTest_onAdvertisingSetStarted_onOwnAddressRead()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseManagerNativeInterface.java129 void onOwnAddressRead(int advertiserId, int addressType, String address) throws Exception { in onOwnAddressRead() method in AdvertiseManagerNativeInterface
130 mManager.onOwnAddressRead(advertiserId, addressType, address); in onOwnAddressRead()
DAdvertiseManager.java301 void onOwnAddressRead(int advertiserId, int addressType, String address) in onOwnAddressRead() method in AdvertiseManager
312 callback.onOwnAddressRead(advertiserId, addressType, address); in onOwnAddressRead()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DAdvertisingSetCallback.java136 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, String address) {} in onOwnAddressRead() method in AdvertisingSetCallback
DBluetoothLeAdvertiser.java766 public void onOwnAddressRead(int advertiserId, int addressType, String address) {
770 callback.onOwnAddressRead(advertisingSet, addressType, address);
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/le/
DIAdvertisingSetCallback.aidl24 void onOwnAddressRead(in int advertiserId, in int addressType, in String address); in onOwnAddressRead() method
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DLeAdvertisingTest.java127 public void onOwnAddressRead( in startAdvertising()
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairAdvertiser.java338 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, in initializeAdvertisingSetCallback()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_built_in_api_list.txt81 …method TIRAMISU_1 void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, String add…
/packages/services/Car/car-builtin-lib/api/
Dmodule-lib-current.txt109 method public void onOwnAddressRead(android.bluetooth.le.AdvertisingSet, int, String);
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2403 Landroid/bluetooth/le/AdvertisingSetCallback;->onOwnAddressRead(Landroid/bluetooth/le/AdvertisingSe…
2491 Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onOwnAddressRead(IILjava/lang/String;)V
2514 Landroid/bluetooth/le/IAdvertisingSetCallback;->onOwnAddressRead(IILjava/lang/String;)V