Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/provider/
H A DContactsContract.java8424 if (!SimAccount.getValidEfTypes().contains(efType)) { in addSimAccount()
8470 public static @NonNull List<SimAccount> getSimAccounts( in getSimAccounts()
8475 …List<SimAccount> result = response.getParcelableArrayList(KEY_SIM_ACCOUNTS, android.provider.Conta… in getSimAccounts()
8488 public static final class SimAccount implements Parcelable { class in ContactsContract
8590 SimAccount toCompare; in equals()
8592 toCompare = (SimAccount) obj; in equals()
8617 new Parcelable.Creator<SimAccount>() {
8619 public SimAccount createFromParcel(Parcel source) {
8624 SimAccount simAccount = new SimAccount(accountName, accountType, simSlot,
8630 public SimAccount[] newArray(int size) {
[all …]
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt36762 public static final class ContactsContract.SimAccount implements android.os.Parcelable {
36770 …c static final android.os.Parcelable.Creator<android.provider.ContactsContract.SimAccount> CREATOR;
36777 …method @NonNull public static java.util.List<android.provider.ContactsContract.SimAccount> getSimA…
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...