Home
last modified time | relevance | path

Searched refs:INTENT_VALUE_ABSENT_ON_PERM_DISABLED (Results 1 – 3 of 3) 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/uicc/
DIccCardProxy.java616 case PERM_DISABLED: return IccCardConstants.INTENT_VALUE_ABSENT_ON_PERM_DISABLED; in getIccStateReason()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java685 if (IccCardConstants.INTENT_VALUE_ABSENT_ON_PERM_DISABLED.equals( in fromIntent()