Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardEsimArea.java42 private static final String ACTION_DISABLE_ESIM = "com.android.keyguard.disable_esim"; field in KeyguardEsimArea
53 if (ACTION_DISABLE_ESIM.equals(intent.getAction())) {
98 mContext.registerReceiver(mReceiver, new IntentFilter(ACTION_DISABLE_ESIM), in onAttachedToWindow()
127 Intent intent = new Intent(ACTION_DISABLE_ESIM); in onClick()