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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DParticipantData.java45 public static final int DEFAULT_SELF_SUB_ID = MmsManager.DEFAULT_SUB_ID; field in class:ParticipantData
47 // This needs to be something apart from valid or DEFAULT_SELF_SUB_ID
48 public static final int OTHER_THAN_SELF_SUB_ID = DEFAULT_SELF_SUB_ID - 1;
433 * @return whether this sub is active. Note that {@link ParticipantData#DEFAULT_SELF_SUB_ID} is
441 return mSubId == ParticipantData.DEFAULT_SELF_SUB_ID;

Completed in 240 milliseconds