Searched refs:ACTION_DISABLE_ESIM (Results 1 – 1 of 1) sorted by relevance
42 private static final String ACTION_DISABLE_ESIM = "com.android.keyguard.disable_esim"; field in KeyguardEsimArea53 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()