Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/src/com/android/bips/p2p/
DP2pPrinterConnection.java44 private static final int TIMEOUT_DISCOVERY = 15 * 1000; field in P2pPrinterConnection
130 mMdnsDiscoveryTimeout = mService.delay(TIMEOUT_DISCOVERY, () -> { in onConnectionOpen()