Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
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()
131 Intent intent = new Intent(ACTION_DISABLE_ESIM); in onClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/data/repository/
DSimBouncerRepository.kt185 broadcastDispatcher.broadcastFlow(filter = IntentFilter(ACTION_DISABLE_ESIM)) { _, receiver in receiver()
217 const val ACTION_DISABLE_ESIM = "com.android.keyguard.disable_esim" constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DSimBouncerInteractor.kt34 …com.android.systemui.bouncer.data.repository.SimBouncerRepositoryImpl.Companion.ACTION_DISABLE_ESIM
138 val intent = Intent(ACTION_DISABLE_ESIM) in disableEsim()