Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardApplicationStatus.java60 APPSTATE_SUBSCRIPTION_PERSO, enumConstant
73 return this == APPSTATE_SUBSCRIPTION_PERSO; in isSubscriptionPersoEnabled()
191 case 4: newState = AppState.APPSTATE_SUBSCRIPTION_PERSO; break; in AppStateFromRILInt()
281 if (app_state == AppState.APPSTATE_SUBSCRIPTION_PERSO) { in toString()
DUiccCardApplication.java583 if (mAppState == AppState.APPSTATE_SUBSCRIPTION_PERSO && in notifyNetworkLockedRegistrantsIfNeeded()
DUiccProfile.java555 } else if (appState == IccCardApplicationStatus.AppState.APPSTATE_SUBSCRIPTION_PERSO) { in updateExternalState()