Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/util/
DTelephonyUtils.java348 public static boolean pollUntilTrue(BooleanSupplier s, int times, int timeoutMs) { in pollUntilTrue() method in TelephonyUtils
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java1913 TelephonyUtils.pollUntilTrue(() -> initialDataSetting != isDataEnabled(), 5 /*times*/, in testResetSettings()
1922 TelephonyUtils.pollUntilTrue(() -> defaultDataSetting != isDataEnabled(), in testResetSettings()
1937 TelephonyUtils.pollUntilTrue(() -> defaultDataSetting == isDataEnabled(), in testResetSettings()