Searched refs:onFound (Results 1 – 4 of 4) sorted by relevance
48 void onFound(SipProfile profile); in onFound() method115 public void onFound(SipProfile profile) { in onCreateOutgoingConnection()227 callback.onFound(profileFound); in findProfile()
189 void onFound(DiscoveredPrinter printer, boolean supported); in onFound() method256 mFinalCallback.onFound(printer, capabilities.isSupported); in onCapabilities()
131 public void onFound(DiscoveredPrinter printer, boolean supported) { in addPrinter() method
1038 private int getOnFoundOnLostTimeoutMillis(ScanSettings settings, boolean onFound) { in getOnFoundOnLostTimeoutMillis() argument1047 if (!onFound) factor = factor * ONLOST_FACTOR; in getOnFoundOnLostTimeoutMillis()