Searched defs:onScanResult (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
H A DScanCallback.java62 public void onScanResult(int callbackType, ScanResult result) { method in class:ScanCallback
H A DBluetoothLeScanner.java389 public void onScanResult(final ScanResult scanResult) { method in class:BluetoothLeScanner.BleScanCallbackWrapper
390 if (VDBG) Log.d(TAG, "onScanResult() - " + scanResult.toString());
400 mScanCallback.onScanResult(ScanSettings.CALLBACK_TYPE_ALL_MATCHES, scanResult);
434 mScanCallback.onScanResult(ScanSettings.CALLBACK_TYPE_FIRST_MATCH,
437 mScanCallback.onScanResult(ScanSettings.CALLBACK_TYPE_MATCH_LOST,
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCallbackWrapper.java44 public void onScanResult(ScanResult scanResult) throws RemoteException { method in class:BluetoothGattCallbackWrapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java575 public void onScanResult(int callbackType, ScanResult result) { method in class:KeyboardUI.KeyboardScanCallback
577 Slog.d(TAG, "onScanResult(" + callbackType + ", " + result + ")");
584 Slog.d(TAG, "onScanResult: device " + result.getDevice() +

Completed in 1067 milliseconds