Searched refs:getBluetoothScan (Results 1 – 7 of 7) sorted by relevance
157 IBluetoothScan scan = mBluetoothAdapter.getBluetoothScan(); in registerSync()185 IBluetoothScan scan = mBluetoothAdapter.getBluetoothScan(); in unregisterSync()201 IBluetoothScan scan = mBluetoothAdapter.getBluetoothScan(); in transferSync()248 IBluetoothScan scan = mBluetoothAdapter.getBluetoothScan(); in transferSetInfo()
251 IBluetoothScan scan = mBluetoothAdapter.getBluetoothScan(); in startScan()312 IBluetoothScan scan = mBluetoothAdapter.getBluetoothScan(); in stopScan()
701 assertThat(mAdapterService.getBluetoothScan()).isNotNull(); in startBleOnly_whenOnlyStartScanDuringBleOnFlagIsOn_onlyStartScanController()708 assertThat(mAdapterService.getBluetoothScan()).isNull(); in startBleOnly_whenOnlyStartScanDuringBleOnFlagIsOn_startAndStopScanController()724 assertThat(mAdapterService.getBluetoothScan()).isNotNull(); in startBleOnly_whenOnlyStartScanDuringBleOnFlagIsOn_startAndStopScanController()742 assertThat(mAdapterService.getBluetoothScan()).isNull(); in startBleOnly_whenOnlyStartScanDuringBleOnFlagIsOn_startAndStopScanController()750 assertThat(mAdapterService.getBluetoothScan()).isNull(); in startBrDr_whenOnlyStartScanDuringBleOnFlagIsOn_startAndStopScanController()768 assertThat(mAdapterService.getBluetoothScan()).isNotNull(); in startBrDr_whenOnlyStartScanDuringBleOnFlagIsOn_startAndStopScanController()
321 IBinder getBluetoothScan(); in getBluetoothScan() method
2095 public IBinder getBluetoothScan() { in getBluetoothScan() method in AdapterServiceBinder2097 return service == null ? null : service.getBluetoothScan(); in getBluetoothScan()
4052 IBinder getBluetoothScan() { in getBluetoothScan() method in AdapterService
2655 IBluetoothScan scan = getBluetoothScan(); in isHardwareTrackingFiltersAvailable()4010 public @Nullable IBluetoothScan getBluetoothScan() { in getBluetoothScan() method in BluetoothAdapter4014 return IBluetoothScan.Stub.asInterface(mService.getBluetoothScan()); in getBluetoothScan()