Searched refs:ACTION_DISABLE_ESIM (Results 1 – 3 of 3) 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()131 Intent intent = new Intent(ACTION_DISABLE_ESIM); in onClick()
185 broadcastDispatcher.broadcastFlow(filter = IntentFilter(ACTION_DISABLE_ESIM)) { _, receiver in receiver()217 const val ACTION_DISABLE_ESIM = "com.android.keyguard.disable_esim" constant
34 …com.android.systemui.bouncer.data.repository.SimBouncerRepositoryImpl.Companion.ACTION_DISABLE_ESIM138 val intent = Intent(ACTION_DISABLE_ESIM) in disableEsim()