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

/packages/apps/Contacts/src/com/android/contacts/model/
H A DSimCard.java38 public static final int NO_SUBSCRIPTION_ID = -1; field in class:SimCard
83 this(simId, NO_SUBSCRIPTION_ID, carrierName, displayName, phoneNumber, countryCode);
95 return mSubscriptionId != NO_SUBSCRIPTION_ID;

Completed in 193 milliseconds