Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccCardControllerTest.java210 mContext.sendBroadcast(new Intent(TelephonyManager.ACTION_SIM_SLOT_STATUS_CHANGED)); in testStartOtaUpdatingIfNecessary_onEmbeddedSlot_Present()
224 mContext.sendBroadcast(new Intent(TelephonyManager.ACTION_SIM_SLOT_STATUS_CHANGED)); in testStartOtaUpdatingIfNecessary_onEmbeddedSlot_NotPresent()
238 mContext.sendBroadcast(new Intent(TelephonyManager.ACTION_SIM_SLOT_STATUS_CHANGED)); in testStartOtaUpdatingIfNecessary_notBootUp()
253 mContext.sendBroadcast(new Intent(TelephonyManager.ACTION_SIM_SLOT_STATUS_CHANGED)); in testStartOtaUpdatingIfNecessary_onRemovableSlot()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccCardController.java87 if (TelephonyManager.ACTION_SIM_SLOT_STATUS_CHANGED.equals(intent.getAction())) { in onReceive()
156 new IntentFilter(TelephonyManager.ACTION_SIM_SLOT_STATUS_CHANGED)); in EuiccCardController()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java1454 Intent intent = new Intent(TelephonyManager.ACTION_SIM_SLOT_STATUS_CHANGED); in onGetSlotStatusDone()
/frameworks/base/core/api/
Dmodule-lib-lint-baseline.txt322 BroadcastBehavior: android.telephony.TelephonyManager#ACTION_SIM_SLOT_STATUS_CHANGED:
323 Field 'ACTION_SIM_SLOT_STATUS_CHANGED' is missing @BroadcastBehavior
Dtest-lint-baseline.txt334 BroadcastBehavior: android.telephony.TelephonyManager#ACTION_SIM_SLOT_STATUS_CHANGED:
335 Field 'ACTION_SIM_SLOT_STATUS_CHANGED' is missing @BroadcastBehavior
Dsystem-lint-baseline.txt326 BroadcastBehavior: android.telephony.TelephonyManager#ACTION_SIM_SLOT_STATUS_CHANGED:
327 Field 'ACTION_SIM_SLOT_STATUS_CHANGED' is missing @BroadcastBehavior
Dsystem-current.txt15490 …field public static final String ACTION_SIM_SLOT_STATUS_CHANGED = "android.telephony.action.SIM_SL…
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3639 public static final String ACTION_SIM_SLOT_STATUS_CHANGED = field in TelephonyManager