Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java6375 @NonNull IntSupplier currentStateSupplier, boolean failOnTimeOut) { in waitForDesiredState() argument
6379 while (currentStateSupplier.getAsInt() != desiredState && now < deadline) { in waitForDesiredState()