Home
last modified time | relevance | path

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

/aosp12/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
H A DONSBaseTest.java39 private static final int MAX_INIT_WAIT_MS = 5000; // 5 seconds field in ONSBaseTest
43 waitUntilReady(MAX_INIT_WAIT_MS); in waitUntilReady()
/aosp12/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
H A DCellBroadcastAlertReminderTest.java42 private static final long MAX_INIT_WAIT_MS = 5000; field in CellBroadcastAlertReminderTest
76 mLock.wait(MAX_INIT_WAIT_MS); in waitUntilReady()
H A DCellBroadcastAlertAudioTest.java50 private static final long MAX_INIT_WAIT_MS = 5000; field in CellBroadcastAlertAudioTest
81 mLock.wait(MAX_INIT_WAIT_MS); in waitUntilReady()
H A DCellBroadcastReceiverTest.java66 private static final long MAX_INIT_WAIT_MS = 5000; field in CellBroadcastReceiverTest
98 mLock.wait(MAX_INIT_WAIT_MS); in waitUntilReady()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyTest.java142 private static final int MAX_INIT_WAIT_MS = 30000; // 30 seconds field in TelephonyTest
395 mLock.wait(MAX_INIT_WAIT_MS); in waitUntilReady()