Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DPhoneConstants.java156 public static final String SLOT_KEY = "slot"; field in PhoneConstants
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java264 int newDefaultPhoneId = intent.getIntExtra(PhoneConstants.SLOT_KEY,
1366 intent.putExtra(PhoneConstants.SLOT_KEY, phoneId); in broadcastServiceStateChanged()
1387 intent.putExtra(PhoneConstants.SLOT_KEY, phoneId); in broadcastSignalStrengthChanged()
1427 intent.putExtra(PhoneConstants.SLOT_KEY, phoneId); in broadcastCallStateChanged()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java1231 intent.putExtra(PhoneConstants.SLOT_KEY, phoneId); in putPhoneIdAndSubIdExtra()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java773 int slotId = intent.getIntExtra(PhoneConstants.SLOT_KEY, 0); in fromIntent()