Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallPresenter.java85 private static final long BLOCK_QUERY_TIMEOUT_MS = 1000; field in InCallPresenter
553 handler.postDelayed(runnable, BLOCK_QUERY_TIMEOUT_MS); in maybeBlockCall()
DCallList.java54 private static final long BLOCK_QUERY_TIMEOUT_MS = 1000; field in CallList