Searched refs:pollUntilTrue (Results 1 – 2 of 2) sorted by relevance
348 public static boolean pollUntilTrue(BooleanSupplier s, int times, int timeoutMs) { in pollUntilTrue() method in TelephonyUtils
1913 TelephonyUtils.pollUntilTrue(() -> initialDataSetting != isDataEnabled(), 5 /*times*/, in testResetSettings()1922 TelephonyUtils.pollUntilTrue(() -> defaultDataSetting != isDataEnabled(), in testResetSettings()1937 TelephonyUtils.pollUntilTrue(() -> defaultDataSetting == isDataEnabled(), in testResetSettings()