/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/ |
D | FastPairAdvertiserTest.java | 260 verify(mMockBluetoothLeAdvertiser, never()).stopAdvertisingSet(any()); in testAdvertiseModelIdWhileStarted_doNothing() 374 verify(mMockBluetoothLeAdvertiser, never()).stopAdvertisingSet(any()); in testAdvertiseNewDataWhileStarted_doNothing() 445 .stopAdvertisingSet(any()); in testAdvertisingStartTimeout_doesNotAdvertise() 458 .stopAdvertisingSet(mAdvertisingSetCallbackCaptor.capture()); in testStopAdvertising() 476 .stopAdvertisingSet(any()); in testStopAdvertisingWhileStopped() 489 .stopAdvertisingSet(mAdvertisingSetCallbackCaptor.capture()); in testAdvertisingStartWhileStopping_startProcessed() 522 .stopAdvertisingSet(any()); in testAdvertisingStopWhileStarting_stopProcessed() 534 .stopAdvertisingSet(mAdvertisingSetCallbackCaptor.capture()); in testAdvertisingStartWhileStoppingTimeout_startProcessed() 560 .stopAdvertisingSet(any()); in testAdvertisingStopWhileStartingTimeout_stopProcessed() 570 .stopAdvertisingSet(mAdvertisingSetCallbackCaptor.capture()); in testAdvertisingStopTimeoutNothingQueue_advertisingStateStopped() [all …]
|
D | FastPairProviderTest.java | 198 }).when(mMockBluetoothLeAdvertiser).stopAdvertisingSet(any()); in setUp() 465 .stopAdvertisingSet(any()); in testReceiveScanModeConnectableDiscoverableNotDiscovering_advertisingStopped()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/ |
D | BleDiscoveryAdvertiseProviderTest.java | 258 .stopAdvertisingSet(any(AdvertisingSetCallback.class)); in testStopAdvertise_failedNotStarted() 270 .stopAdvertisingSet(any(AdvertisingSetCallback.class)); in testStopAdvertise_failedBTUnavailable() 283 .stopAdvertisingSet(any(AdvertisingSetCallback.class)); in testStopAdvertise_failedBTDisabled() 293 .stopAdvertisingSet(any(AdvertisingSetCallback.class)); in testStopAdvertise_success()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | LeLegacyAdvertisingTest.java | 101 advertiser.stopAdvertisingSet(callback); in setAdvertisingDataOver31Bytes() 153 advertiser.stopAdvertisingSet(callback); in setScanResponseDataOver31Bytes()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | AdvertiseManager.java | 124 stopAdvertisingSet(callback); in binderDied() 155 mNativeInterface.stopAdvertisingSet(advertiserId); in onAdvertisingSetStarted() 324 void stopAdvertisingSet(IAdvertisingSetCallback callback) { in stopAdvertisingSet() method in AdvertiseManager 343 mNativeInterface.stopAdvertisingSet(advertiserId); in stopAdvertisingSet()
|
D | AdvertiseManagerNativeInterface.java | 87 void stopAdvertisingSet(int advertiserId) { in stopAdvertisingSet() method in AdvertiseManagerNativeInterface
|
D | GattService.java | 1019 public void stopAdvertisingSet( in stopAdvertisingSet() method in GattService.BluetoothGattBinder 1025 service.stopAdvertisingSet(callback, attributionSource); in stopAdvertisingSet() 1948 void stopAdvertisingSet(IAdvertisingSetCallback callback, AttributionSource attributionSource) { in stopAdvertisingSet() method in GattService 1953 mAdvertiseManager.stopAdvertisingSet(callback); in stopAdvertisingSet()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | BluetoothLeAdvertiser.java | 242 stopAdvertisingSet(wrapper); 611 public void stopAdvertisingSet(AdvertisingSetCallback callback) { 627 gatt.stopAdvertisingSet(wrapped, mAttributionSource);
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceBinderTest.java | 648 public void stopAdvertisingSet() throws Exception { in stopAdvertisingSet() method in GattServiceBinderTest 651 mBinder.stopAdvertisingSet(callback, mAttributionSource); in stopAdvertisingSet() 653 verify(mService).stopAdvertisingSet(callback, mAttributionSource); in stopAdvertisingSet()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/ |
D | BleDiscoveryAdvertiseProvider.java | 123 advertiser.stopAdvertisingSet(mAdvertisingSetCallback); in stop()
|
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/provider/ |
D | BleBroadcastProvider.java | 131 bluetoothLeAdvertiser.stopAdvertisingSet(mAdvertisingSetCallback); in stop()
|
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | FastPairAdvertiser.java | 307 mBluetoothLeAdvertiser.stopAdvertisingSet(mAdvertisingSetCallback); in stopAdvertisingInternal()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGatt.aidl | 74 …void stopAdvertisingSet(in IAdvertisingSetCallback callback, in AttributionSource attributionSourc… in stopAdvertisingSet() method
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Host.kt | 585 awaitClose { bluetoothAdapter.bluetoothLeAdvertiser.stopAdvertisingSet(callback) } in advertise()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1465 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->stopAdvertisingSet(Landroid/bluetooth/le/IAdvertisin… 1577 Landroid/bluetooth/IBluetoothGatt;->stopAdvertisingSet(Landroid/bluetooth/le/IAdvertisingSetCallbac…
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 1277 …ssion(android.Manifest.permission.BLUETOOTH_ADVERTISE) public void stopAdvertisingSet(android.blue…
|