Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionManagerService.java148 private static final int CHECK_BOOTSTRAP_TIMER_IN_MS = 20 * 60 * 1000; // 20 minutes field in SubscriptionManagerService
1636 bootstrapProvisioningTimer = new CountDownTimer(CHECK_BOOTSTRAP_TIMER_IN_MS, in startEsimBootstrapTimer()
1637 CHECK_BOOTSTRAP_TIMER_IN_MS) { in startEsimBootstrapTimer()