Searched refs:CHECK_BOOTSTRAP_TIMER_IN_MS (Results 1 – 1 of 1) sorted by relevance
148 private static final int CHECK_BOOTSTRAP_TIMER_IN_MS = 20 * 60 * 1000; // 20 minutes field in SubscriptionManagerService1636 bootstrapProvisioningTimer = new CountDownTimer(CHECK_BOOTSTRAP_TIMER_IN_MS, in startEsimBootstrapTimer()1637 CHECK_BOOTSTRAP_TIMER_IN_MS) { in startEsimBootstrapTimer()