Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DRecoverySystem.java100 private static final long MAX_EUICC_REMOVING_INVISIBLE_PROFILES_TIMEOUT_MILLIS = 90000L; // 90 s field in RecoverySystem
953 } else if (waitingTimeMillis > MAX_EUICC_REMOVING_INVISIBLE_PROFILES_TIMEOUT_MILLIS) { in removeEuiccInvisibleSubs()
954 waitingTimeMillis = MAX_EUICC_REMOVING_INVISIBLE_PROFILES_TIMEOUT_MILLIS; in removeEuiccInvisibleSubs()