Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java2205 private static final long UNAVAILABLE_TIMEOUT_MILLIS = 10000; // 10sec field in PrintActivity.PrinterAvailabilityDetector
2257 mDestinationSpinner.postDelayed(this, UNAVAILABLE_TIMEOUT_MILLIS); in postIfNeeded()