Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionManagerService.java149 private static CountDownTimer bootstrapProvisioningTimer; field in SubscriptionManagerService
1627 if (bootstrapProvisioningTimer != null) { in cancelEsimBootstrapTimer()
1628 bootstrapProvisioningTimer.cancel(); in cancelEsimBootstrapTimer()
1629 bootstrapProvisioningTimer = null; in cancelEsimBootstrapTimer()
1635 if (bootstrapProvisioningTimer == null) { in startEsimBootstrapTimer()
1636 bootstrapProvisioningTimer = new CountDownTimer(CHECK_BOOTSTRAP_TIMER_IN_MS, in startEsimBootstrapTimer()