Home
last modified time | relevance | path

Searched refs:getBluetoothScan (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceTest.java691 assertThat(mAdapterService.getBluetoothScan()).isNull(); in startBleOnly_whenScanManagerRefactorFlagIsOff_onlyStartGattProfile()
703 assertThat(mAdapterService.getBluetoothScan()).isNotNull(); in startBleOnly_whenScanManagerRefactorFlagIsOn_onlyStartScanController()
709 assertThat(mAdapterService.getBluetoothScan()).isNull(); in startBleOnly_whenScanManagerRefactorFlagIsOn_startAndStopScanController()
725 assertThat(mAdapterService.getBluetoothScan()).isNotNull(); in startBleOnly_whenScanManagerRefactorFlagIsOn_startAndStopScanController()
746 assertThat(mAdapterService.getBluetoothScan()).isNull(); in startBleOnly_whenScanManagerRefactorFlagIsOn_startAndStopScanController()
753 assertThat(mAdapterService.getBluetoothScan()).isNull(); in startBrDr_whenScanManagerRefactorFlagIsOn_startAndStopScanController()
771 assertThat(mAdapterService.getBluetoothScan()).isNotNull(); in startBrDr_whenScanManagerRefactorFlagIsOn_startAndStopScanController()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DBluetoothLeScanner.java262 scan = mBluetoothAdapter.getBluetoothScan(); in startScan()
339 IBluetoothScan scan = mBluetoothAdapter.getBluetoothScan(); in stopScan()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl306 IBinder getBluetoothScan(); in getBluetoothScan() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java2701 IBluetoothScan scan = getBluetoothScan(); in isHardwareTrackingFiltersAvailable()
4101 public @Nullable IBluetoothScan getBluetoothScan() { in getBluetoothScan() method in BluetoothAdapter
4105 return IBluetoothScan.Stub.asInterface(mService.getBluetoothScan()); in getBluetoothScan()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java4210 public IBinder getBluetoothScan() { in getBluetoothScan() method in AdapterService.AdapterServiceBinder
4212 return service == null ? null : service.getBluetoothScan(); in getBluetoothScan()
5930 IBinder getBluetoothScan() { in getBluetoothScan() method in AdapterService