HomeSort by relevance Sort by last modified time
    Searched refs:onFound (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeScanner.java 373 public void onFoundOrLost(final boolean onFound, final ScanResult scanResult) {
375 Log.d(TAG, "onFoundOrLost() - onFound = " + onFound +
388 if (onFound) {
437 // If onlost/onfound is requested, a non-empty filter is expected
456 // For onlost/onfound, we required hw support be available
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnectionService.java 49 void onFound(SipProfile profile);
116 public void onFound(SipProfile profile) {
228 callback.onFound(profileFound);
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallbackWrapper.java 123 public void onFoundOrLost(boolean onFound, ScanResult scanResult) throws RemoteException {
IBluetoothGattCallback.aidl 72 void onFoundOrLost(in boolean onFound, in ScanResult scanResult);
  /frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java 639 public void onFound(ScanResult[] results);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanManager.java 330 * Onfound/onlost for scan settings
608 Log.e(TAG, "Error freeing for onfound/onlost filter resources "
699 // Don't allow Onfound/onlost with all pass
719 Log.e(TAG, "No hardware resources for onfound/onlost filter " +
    [all...]

Completed in 82 milliseconds