Home
last modified time | relevance | path

Searched refs:getOwnAddress (Results 1 – 15 of 15) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/android/car/builtin/bluetooth/le/
DAdvertisingSetHelperTest.java36 AdvertisingSetHelper.getOwnAddress(mMockAdvertisingSet); in getOwnAddress_delegate()
38 verify(mMockAdvertisingSet).getOwnAddress(); in getOwnAddress_delegate()
DAdvertisingSetCallbackHelperTest.java216 AdvertisingSetHelper.getOwnAddress(advertisingSet); in integrationTest_onAdvertisingSetStarted_onOwnAddressRead()
/packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/le/
DAdvertisingSetHelper.java47 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/
DAdvertisingSet.java215 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/
DGattServiceBinderTest.java657 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()
DGattServiceTest.java612 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/
DAdvertiseManagerNativeInterface.java91 void getOwnAddress(int advertiserId) { in getOwnAddress() method in AdvertiseManagerNativeInterface
DAdvertiseManager.java315 void getOwnAddress(int advertiserId) { in getOwnAddress() method in AdvertiseManager
321 mNativeInterface.getOwnAddress(advertiserId); in getOwnAddress()
DGattService.java1029 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/
DLeAdvertisingTest.java149 advertisingSet.getOwnAddress(); in startAdvertising()
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairAdvertiser.java328 AdvertisingSetHelper.getOwnAddress(advertisingSet); in initializeAdvertisingSetCallback()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl77 void getOwnAddress(in int advertiserId, in AttributionSource attributionSource); in getOwnAddress() method
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_built_in_api_list.txt68 method TIRAMISU_1 void getOwnAddress(AdvertisingSet advertisingSet);
/packages/services/Car/car-builtin-lib/api/
Dmodule-lib-current.txt117 …android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public static void getOwnAddress(@NonNull andro…
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1435 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->getOwnAddress(I)V
1549 Landroid/bluetooth/IBluetoothGatt;->getOwnAddress(I)V
2398 Landroid/bluetooth/le/AdvertisingSet;->getOwnAddress()V