Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/provider/
H A DContactsContract.java8282 public static final String KEY_SIM_ACCOUNTS = "key_sim_accounts"; field in ContactsContract.SimContacts
8363 List<SimAccount> result = response.getParcelableArrayList(KEY_SIM_ACCOUNTS); in getSimAccounts()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java2353 response.putParcelableList(SimContacts.KEY_SIM_ACCOUNTS, simAccounts); in call()