Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java6365 public void waitForServiceStateIntent(int desiredServiceState, boolean failOnTimeOut) { in waitForServiceStateIntent() argument
6370 () -> mServiceState.getState(), failOnTimeOut); in waitForServiceStateIntent()
6375 @NonNull IntSupplier currentStateSupplier, boolean failOnTimeOut) { in waitForDesiredState() argument
6383 if (failOnTimeOut) { in waitForDesiredState()