Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java56 public static final String INTENT_VALUE_ABSENT_ON_PERM_DISABLED = "PERM_DISABLED"; field in IccCardConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java399 case IccCardConstants.INTENT_VALUE_ABSENT_ON_PERM_DISABLED: in getSimStateFromLockedReason()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java689 case PERM_DISABLED: return IccCardConstants.INTENT_VALUE_ABSENT_ON_PERM_DISABLED; in getIccStateReason()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1197 if (IccCardConstants.INTENT_VALUE_ABSENT_ON_PERM_DISABLED.equals( in fromIntent()