Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DAccountWithDataSet.java21 import android.provider.ContactsContract.SimAccount;
119 public boolean inSimAccounts(List<SimAccount> simAccountList) { in inSimAccounts()
123 for (SimAccount simAccount : simAccountList) { in inSimAccounts()
H A DContactsDatabaseHelper.java76 import android.provider.ContactsContract.SimAccount;
3915 public List<SimAccount> getAllSimAccounts() { in getAllSimAccounts()
3916 final List<SimAccount> result = new ArrayList<>(); in getAllSimAccounts()
3931 if (simSlot < 0 || !SimAccount.getValidEfTypes().contains(efType)) { in getAllSimAccounts()
3935 result.add(new SimAccount(c.getString(1), c.getString(2), simSlot, efType)); in getAllSimAccounts()
4023 if (!SimAccount.getValidEfTypes().contains(efType)) { in createSimAccountIdInTransaction()
H A DContactsProvider2.java110 import android.provider.ContactsContract.SimAccount;
2309 if (!SimAccount.getValidEfTypes().contains(efType)) { in call()
2352 final List<SimAccount> simAccounts = mDbHelper.get().getAllSimAccounts(); in call()
5135 final List<SimAccount> simAccounts = getDatabaseHelper().getAllSimAccounts(); in updateAccountsInBackground()
/aosp12/frameworks/base/core/java/android/provider/
H A DContactsContract.java8312 if (!SimAccount.getValidEfTypes().contains(efType)) { in addSimAccount()
8358 public static @NonNull List<SimAccount> getSimAccounts( in getSimAccounts()
8376 public static final class SimAccount implements Parcelable { class in ContactsContract
8478 SimAccount toCompare; in equals()
8480 toCompare = (SimAccount) obj; in equals()
8504 public static final @NonNull Parcelable.Creator<SimAccount> CREATOR =
8505 new Parcelable.Creator<SimAccount>() {
8507 public SimAccount createFromParcel(Parcel source) {
8512 SimAccount simAccount = new SimAccount(accountName, accountType, simSlot,
8518 public SimAccount[] newArray(int size) {
[all …]
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DDeviceLocalAccountTypeFactory.java73 for (ContactsContract.SimAccount simAccount : in classifyAccount()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DAccountTypeManager.java540 List<ContactsContract.SimAccount> simAccounts =
542 for (ContactsContract.SimAccount simAccount : simAccounts) {
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt34869 public static final class ContactsContract.SimAccount implements android.os.Parcelable {
34877 …c static final android.os.Parcelable.Creator<android.provider.ContactsContract.SimAccount> CREATOR;
34884 …method @NonNull public static java.util.List<android.provider.ContactsContract.SimAccount> getSimA…