Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCardConstants.java59 Intent.SIM_ABSENT_ON_PERM_DISABLED;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java793 intent.putExtra(Intent.EXTRA_SIM_LOCKED_REASON, Intent.SIM_ABSENT_ON_PERM_DISABLED); in testHandleSimStateChange_Locked()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java2155 } else if (Intent.SIM_ABSENT_ON_PERM_DISABLED.equals(lockedReason)) { in fromIntent()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java4715 public static final String SIM_ABSENT_ON_PERM_DISABLED = "PERM_DISABLED"; field in Intent