Searched refs:mPersoSubState (Results 1 – 1 of 1) sorted by relevance
77 private PersoSubState mPersoSubState; field in UiccCardApplication117 mPersoSubState = as.perso_substate; in UiccCardApplication()150 PersoSubState oldPersoSubState = mPersoSubState; in update()155 mPersoSubState = as.perso_substate; in update()169 if (mPersoSubState != oldPersoSubState && in update()170 PersoSubState.isPersoLocked(mPersoSubState)) { in update()605 PersoSubState.isPersoLocked(mPersoSubState)) { in notifyNetworkLockedRegistrantsIfNeeded()606 AsyncResult ar = new AsyncResult(null, mPersoSubState.ordinal(), null); in notifyNetworkLockedRegistrantsIfNeeded()608 … if (DBG) log("Notifying registrants: NETWORK_LOCKED with mPersoSubState" + mPersoSubState); in notifyNetworkLockedRegistrantsIfNeeded()611 … if (DBG) log("Notifying 1 registrant: NETWORK_LOCKED with mPersoSubState" + mPersoSubState); in notifyNetworkLockedRegistrantsIfNeeded()[all …]