Searched refs:getBluetoothScan (Results 1 – 5 of 5) sorted by relevance
691 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()
262 scan = mBluetoothAdapter.getBluetoothScan(); in startScan()339 IBluetoothScan scan = mBluetoothAdapter.getBluetoothScan(); in stopScan()
306 IBinder getBluetoothScan(); in getBluetoothScan() method
2701 IBluetoothScan scan = getBluetoothScan(); in isHardwareTrackingFiltersAvailable()4101 public @Nullable IBluetoothScan getBluetoothScan() { in getBluetoothScan() method in BluetoothAdapter4105 return IBluetoothScan.Stub.asInterface(mService.getBluetoothScan()); in getBluetoothScan()
4210 public IBinder getBluetoothScan() { in getBluetoothScan() method in AdapterService.AdapterServiceBinder4212 return service == null ? null : service.getBluetoothScan(); in getBluetoothScan()5930 IBinder getBluetoothScan() { in getBluetoothScan() method in AdapterService