HomeSort by relevance Sort by last modified time
    Searched refs:INVALID_SLOT_ID (Results 1 - 5 of 5) sorted by null

  /frameworks/base/telephony/java/android/telephony/
SubInfoRecord.java 37 * and not necessarily unique and maybe INVALID_SLOT_ID if unknown
82 this.slotId = SubscriptionManager.INVALID_SLOT_ID;
SubscriptionManager.java 58 public static final int INVALID_SLOT_ID = -1000;
636 * SIM_NOT_INSERTED or INVALID_SLOT_ID.
644 int result = INVALID_SLOT_ID;
933 // We are testing INVALID_SLOT_ID and slotId >= 0 independently because we should
934 // not assume that INVALID_SLOT_ID will always be a negative value. Any negative
936 return slotId != INVALID_SLOT_ID && slotId >= 0 &&
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubInfoRecordUpdater.java 112 SubscriptionManager.INVALID_SLOT_ID);
114 if (slotId == SubscriptionManager.INVALID_SLOT_ID) {
329 value.put(SubscriptionManager.SIM_ID, SubscriptionManager.INVALID_SLOT_ID);
SubscriptionController.java 66 * return INVALID_SLOT_ID and calling getSubInfoForSubscriber(INVALID_SUB_ID) will return null.
457 + "!=" + SubscriptionManager.INVALID_SLOT_ID, null);
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java 63 // is not supported, i.e. SubscriptionManager.INVALID_SLOT_ID or the 5th SIM in a phone.
95 int slotId = SubscriptionManager.INVALID_SLOT_ID;

Completed in 211 milliseconds