/packages/services/Car/tests/carservice_unit_test/src/android/car/builtin/bluetooth/le/ |
D | AdvertisingSetHelperTest.java | 36 AdvertisingSetHelper.getOwnAddress(mMockAdvertisingSet); in getOwnAddress_delegate() 38 verify(mMockAdvertisingSet).getOwnAddress(); in getOwnAddress_delegate()
|
D | AdvertisingSetCallbackHelperTest.java | 216 AdvertisingSetHelper.getOwnAddress(advertisingSet); in integrationTest_onAdvertisingSetStarted_onOwnAddressRead()
|
/packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/le/ |
D | AdvertisingSetHelper.java | 47 public static void getOwnAddress(@NonNull AdvertisingSet advertisingSet) { in getOwnAddress() method in AdvertisingSetHelper 48 advertisingSet.getOwnAddress(); in getOwnAddress()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | AdvertisingSet.java | 215 public void getOwnAddress() { in getOwnAddress() method in AdvertisingSet 217 mGatt.getOwnAddress(mAdvertiserId, mAttributionSource); in getOwnAddress()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceBinderTest.java | 657 public void getOwnAddress() throws Exception { in getOwnAddress() method in GattServiceBinderTest 660 mBinder.getOwnAddress(advertiserId, mAttributionSource); in getOwnAddress() 662 verify(mService).getOwnAddress(advertiserId, mAttributionSource); in getOwnAddress()
|
D | GattServiceTest.java | 612 public void getOwnAddress() throws Exception { in getOwnAddress() method in GattServiceTest 615 mService.getOwnAddress(advertiserId, mAttributionSource); in getOwnAddress()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | AdvertiseManagerNativeInterface.java | 91 void getOwnAddress(int advertiserId) { in getOwnAddress() method in AdvertiseManagerNativeInterface
|
D | AdvertiseManager.java | 315 void getOwnAddress(int advertiserId) { in getOwnAddress() method in AdvertiseManager 321 mNativeInterface.getOwnAddress(advertiserId); in getOwnAddress()
|
D | GattService.java | 1029 public void getOwnAddress(int advertiserId, AttributionSource attributionSource) { in getOwnAddress() method in GattService.BluetoothGattBinder 1034 service.getOwnAddress(advertiserId, attributionSource); in getOwnAddress() 1961 void getOwnAddress(int advertiserId, AttributionSource attributionSource) { in getOwnAddress() method in GattService 1967 mAdvertiseManager.getOwnAddress(advertiserId); in getOwnAddress()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | LeAdvertisingTest.java | 149 advertisingSet.getOwnAddress(); in startAdvertising()
|
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | FastPairAdvertiser.java | 328 AdvertisingSetHelper.getOwnAddress(advertisingSet); in initializeAdvertisingSetCallback()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGatt.aidl | 77 void getOwnAddress(in int advertiserId, in AttributionSource attributionSource); in getOwnAddress() method
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_built_in_api_list.txt | 68 method TIRAMISU_1 void getOwnAddress(AdvertisingSet advertisingSet);
|
/packages/services/Car/car-builtin-lib/api/ |
D | module-lib-current.txt | 117 …android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public static void getOwnAddress(@NonNull andro…
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1435 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->getOwnAddress(I)V 1549 Landroid/bluetooth/IBluetoothGatt;->getOwnAddress(I)V 2398 Landroid/bluetooth/le/AdvertisingSet;->getOwnAddress()V
|