Searched refs:SIM_SLOT_ID (Results 1 – 4 of 4) sorted by relevance
400 public static final String SIM_SLOT_ID = "sim_slot_id"; field in DatabaseHelper.ParticipantColumns450 + ParticipantColumns.SIM_SLOT_ID + " INT DEFAULT("
339 + ParticipantColumns.SIM_SLOT_ID + " = %d, "632 final String selection = ParticipantColumns.SIM_SLOT_ID + "=? AND " + in getInactiveSelfParticipantIds()
696 ParticipantColumns.SIM_SLOT_ID + "<>?"; in addConversationSelfIdToContentValues()
67 ParticipantColumns.SIM_SLOT_ID,529 values.put(ParticipantColumns.SIM_SLOT_ID, mSlotId); in toContentValues()