Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DRecoverySystem.java106 private static final long MIN_EUICC_REMOVING_INVISIBLE_PROFILES_TIMEOUT_MILLIS = 15000L; // 15 s field in RecoverySystem
1169 if (waitingTimeMillis < MIN_EUICC_REMOVING_INVISIBLE_PROFILES_TIMEOUT_MILLIS) { in removeEuiccInvisibleSubs()
1170 waitingTimeMillis = MIN_EUICC_REMOVING_INVISIBLE_PROFILES_TIMEOUT_MILLIS; in removeEuiccInvisibleSubs()