/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | BluetoothLeScanner.java | 379 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/ |
D | ScanController.java | 156 public void flushPendingBatchResults(int scannerId, AttributionSource attributionSource) { in flushPendingBatchResults() method in ScanController.BluetoothScanBinder 163 .flushPendingBatchResults(scannerId, attributionSource); in flushPendingBatchResults()
|
D | TransitionalScanHelper.java | 920 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/ |
D | IBluetoothScan.aidl | 50 void flushPendingBatchResults(in int scannerId, in AttributionSource attributionSource); in flushPendingBatchResults() method
|
D | IBluetoothGatt.aidl | 66 void flushPendingBatchResults(in int scannerId, in AttributionSource attributionSource); in flushPendingBatchResults() method
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceBinderTest.java | 181 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/ |
D | TransitionalScanHelperTest.java | 280 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/ |
D | GattService.java | 531 public void flushPendingBatchResults(int scannerId, AttributionSource attributionSource) { in flushPendingBatchResults() method in GattService.BluetoothGattBinder 537 .flushPendingBatchResults(scannerId, attributionSource); in flushPendingBatchResults()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1432 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->flushPendingBatchResults(I)V 1547 Landroid/bluetooth/IBluetoothGatt;->flushPendingBatchResults(I)V 2446 Landroid/bluetooth/le/BluetoothLeScanner$BleScanCallbackWrapper;->flushPendingBatchResults()V
|