Searched defs:INVALID_SLOT_ID (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java58 public static final int INVALID_SLOT_ID = -1000; field in class:SubscriptionManager
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 &&

Completed in 7 milliseconds