Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java72 private PersoSubState mPersoSubState; field in UiccCardApplication
112 mPersoSubState = as.perso_substate; in UiccCardApplication()
145 PersoSubState oldPersoSubState = mPersoSubState; in update()
150 mPersoSubState = as.perso_substate; in update()
164 if (mPersoSubState != oldPersoSubState && in update()
165 PersoSubState.isPersoLocked(mPersoSubState)) { in update()
597 PersoSubState.isPersoLocked(mPersoSubState)) { in notifyNetworkLockedRegistrantsIfNeeded()
598 AsyncResult ar = new AsyncResult(null, mPersoSubState.ordinal(), null); in notifyNetworkLockedRegistrantsIfNeeded()
600 … if (DBG) log("Notifying registrants: NETWORK_LOCKED with mPersoSubState" + mPersoSubState); in notifyNetworkLockedRegistrantsIfNeeded()
603 … if (DBG) log("Notifying 1 registrant: NETWORK_LOCKED with mPersoSubState" + mPersoSubState); in notifyNetworkLockedRegistrantsIfNeeded()
[all …]