Home
last modified time | relevance | path

Searched refs:onFound (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnectionService.java48 void onFound(SipProfile profile); in onFound() method
115 public void onFound(SipProfile profile) { in onCreateOutgoingConnection()
227 callback.onFound(profileFound); in findProfile()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java1021 private int getOnFoundOnLostTimeoutMillis(ScanSettings settings, boolean onFound) { in getOnFoundOnLostTimeoutMillis() argument
1030 if (!onFound) factor = factor * ONLOST_FACTOR; in getOnFoundOnLostTimeoutMillis()