Searched refs:getOwnAddress (Results 1 – 12 of 12) sorted by relevance
36 AdvertisingSetHelper.getOwnAddress(mMockAdvertisingSet); in getOwnAddress_delegate()38 verify(mMockAdvertisingSet).getOwnAddress(); in getOwnAddress_delegate()
216 AdvertisingSetHelper.getOwnAddress(advertisingSet); in integrationTest_onAdvertisingSetStarted_onOwnAddressRead()
47 public static void getOwnAddress(@NonNull AdvertisingSet advertisingSet) { in getOwnAddress() method in AdvertisingSetHelper48 advertisingSet.getOwnAddress(); in getOwnAddress()
172 fun getOwnAddress() { in <lambda>() method175 binder.getOwnAddress(advertiserId, attributionSource) in <lambda>()176 verify(advertiseManager).getOwnAddress(advertiserId) in <lambda>()
225 public void getOwnAddress() { in getOwnAddress() method in AdvertisingSet227 mAdvertise.getOwnAddress(mAdvertiserId, mAttributionSource); in getOwnAddress()
93 override fun getOwnAddress(advertiserId: Int, source: AttributionSource) { in <lambda>() method in com.android.bluetooth.gatt.AdvertiseBinder96 manager.doOnAdvertiseThread { manager.getOwnAddress(advertiserId) } in <lambda>()
92 void getOwnAddress(int advertiserId) { in getOwnAddress() method in AdvertiseManagerNativeInterface
355 void getOwnAddress(int advertiserId) { in getOwnAddress() method in AdvertiseManager362 mNativeInterface.getOwnAddress(advertiserId); in getOwnAddress()
41 void getOwnAddress(in int advertiserId, in AttributionSource attributionSource); in getOwnAddress() method
149 advertisingSet.getOwnAddress(); in startAdvertising()
328 AdvertisingSetHelper.getOwnAddress(advertisingSet); in initializeAdvertisingSetCallback()
119 …android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public static void getOwnAddress(@NonNull andro…