Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/provider/
H A DContactsContract.java8253 public static final String KEY_SIM_SLOT_INDEX = "key_sim_slot_index"; field in ContactsContract.SimContacts
8320 extras.putInt(KEY_SIM_SLOT_INDEX, simSlotIndex); in addSimAccount()
8346 extras.putInt(KEY_SIM_SLOT_INDEX, simSlotIndex); in removeSimAccounts()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java2304 final int simSlot = extras.getInt(SimContacts.KEY_SIM_SLOT_INDEX, -1); in call()
2332 final int simSlot = extras.getInt(SimContacts.KEY_SIM_SLOT_INDEX, -1); in call()