HomeSort by relevance Sort by last modified time
    Searched refs:SIM_SLOT_ID (Results 1 - 4 of 4) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/
DatabaseHelper.java 397 public static final String SIM_SLOT_ID = "sim_slot_id";
447 + ParticipantColumns.SIM_SLOT_ID + " INT DEFAULT("
    [all...]
ParticipantRefresh.java 339 + ParticipantColumns.SIM_SLOT_ID + " = %d, "
390 // For subscriptions already in the database, refresh ParticipantColumns.SIM_SLOT_ID.
632 final String selection = ParticipantColumns.SIM_SLOT_ID + "=? AND " +
BugleDatabaseOperations.java 696 ParticipantColumns.SIM_SLOT_ID + "<>?";
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ParticipantData.java 61 ParticipantColumns.SIM_SLOT_ID,
495 values.put(ParticipantColumns.SIM_SLOT_ID, mSlotId);

Completed in 804 milliseconds