Home
last modified time | relevance | path

Searched refs:flushPendingBatchResults (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DBluetoothLeScanner.java379 wrapper.flushPendingBatchResults(); in flushPendingScanResults()
510 void flushPendingBatchResults() { in flushPendingBatchResults() method in BluetoothLeScanner.BleScanCallbackWrapper
518 mBluetoothScan.flushPendingBatchResults(mScannerId, mAttributionSource); in flushPendingBatchResults()
520 mBluetoothGatt.flushPendingBatchResults(mScannerId, mAttributionSource); in flushPendingBatchResults()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanController.java156 public void flushPendingBatchResults(int scannerId, AttributionSource attributionSource) { in flushPendingBatchResults() method in ScanController.BluetoothScanBinder
163 .flushPendingBatchResults(scannerId, attributionSource); in flushPendingBatchResults()
DTransitionalScanHelper.java920 flushPendingBatchResults(clientIf, mContext.getAttributionSource()); in onBatchScanThresholdCrossed()
1295 public void flushPendingBatchResults(int scannerId, AttributionSource attributionSource) { in flushPendingBatchResults() method in TransitionalScanHelper
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothScan.aidl50 void flushPendingBatchResults(in int scannerId, in AttributionSource attributionSource); in flushPendingBatchResults() method
DIBluetoothGatt.aidl66 void flushPendingBatchResults(in int scannerId, in AttributionSource attributionSource); in flushPendingBatchResults() method
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java181 public void flushPendingBatchResults() throws Exception { in flushPendingBatchResults() method in GattServiceBinderTest
184 mBinder.flushPendingBatchResults(scannerId, mAttributionSource); in flushPendingBatchResults()
186 verify(mScanHelper).flushPendingBatchResults(scannerId, mAttributionSource); in flushPendingBatchResults()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DTransitionalScanHelperTest.java280 public void flushPendingBatchResults() { in flushPendingBatchResults() method in TransitionalScanHelperTest
283 mScanHelper.flushPendingBatchResults(scannerId, mAttributionSource); in flushPendingBatchResults()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java531 public void flushPendingBatchResults(int scannerId, AttributionSource attributionSource) { in flushPendingBatchResults() method in GattService.BluetoothGattBinder
537 .flushPendingBatchResults(scannerId, attributionSource); in flushPendingBatchResults()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1432 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->flushPendingBatchResults(I)V
1547 Landroid/bluetooth/IBluetoothGatt;->flushPendingBatchResults(I)V
2446 Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->flushPendingBatchResults()V