Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DParticipantData.java78 public static final int INDEX_SIM_SLOT_ID = 2; field in ParticipantData.ParticipantsQuery
127 pd.mSlotId = cursor.getInt(ParticipantsQuery.INDEX_SIM_SLOT_ID); in getFromCursor()