Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java153 private static final int MAX_CELLINFO_INTERVAL_MILLIS = 15000; // in AOSP the max is 10s field in CellInfoTest
250 long timeoutTime = SystemClock.elapsedRealtime() + MAX_CELLINFO_INTERVAL_MILLIS; in testPhoneStateListenerCallback()