/packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/le/ |
D | AdvertisingSetCallbackHelper.java | 147 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/ |
D | AdvertisingSetCallbackHelperTest.java | 170 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/ |
D | AdvertiseManagerNativeInterface.java | 129 void onOwnAddressRead(int advertiserId, int addressType, String address) throws Exception { in onOwnAddressRead() method in AdvertiseManagerNativeInterface 130 mManager.onOwnAddressRead(advertiserId, addressType, address); in onOwnAddressRead()
|
D | AdvertiseManager.java | 301 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/ |
D | AdvertisingSetCallback.java | 136 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, String address) {} in onOwnAddressRead() method in AdvertisingSetCallback
|
D | BluetoothLeAdvertiser.java | 766 public void onOwnAddressRead(int advertiserId, int addressType, String address) { 770 callback.onOwnAddressRead(advertisingSet, addressType, address);
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/le/ |
D | IAdvertisingSetCallback.aidl | 24 void onOwnAddressRead(in int advertiserId, in int addressType, in String address); in onOwnAddressRead() method
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | LeAdvertisingTest.java | 127 public void onOwnAddressRead( in startAdvertising()
|
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | FastPairAdvertiser.java | 338 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, in initializeAdvertisingSetCallback()
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_built_in_api_list.txt | 81 …method TIRAMISU_1 void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, String add…
|
/packages/services/Car/car-builtin-lib/api/ |
D | module-lib-current.txt | 109 method public void onOwnAddressRead(android.bluetooth.le.AdvertisingSet, int, String);
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 2403 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
|