Searched refs:efType (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | IccProvider.java | 146 private Cursor loadAllSimContacts(int efType) { in loadAllSimContacts() argument 160 result[i] = loadFromEf(efType, subId); in loadAllSimContacts() 188 int efType; in insert() local 197 efType = IccConstants.EF_ADN; in insert() 202 efType = IccConstants.EF_ADN; in insert() 207 efType = IccConstants.EF_FDN; in insert() 213 efType = IccConstants.EF_FDN; in insert() 235 boolean success = updateIccRecordInEf(efType, values, pin2, subId); in insert() 293 int efType; in delete() local 299 efType = IccConstants.EF_ADN; in delete() [all …]
|
/frameworks/base/core/java/android/provider/ |
D | SimPhonebookContract.java | 79 public static String getEfUriPath(@ElementaryFiles.EfType int efType) { in getEfUriPath() argument 80 switch (efType) { in getEfUriPath() 88 throw new IllegalArgumentException("Unsupported EfType " + efType); in getEfUriPath() 280 public static Uri getContentUri(int subscriptionId, @ElementaryFiles.EfType int efType) { in getContentUri() argument 281 return buildContentUri(subscriptionId, efType).build(); in getContentUri() 312 int subscriptionId, @ElementaryFiles.EfType int efType, in getItemUri() argument 317 return buildContentUri(subscriptionId, efType) in getItemUri() 355 int subscriptionId, @ElementaryFiles.EfType int efType) { in buildContentUri() argument 360 .appendPath(getEfUriPath(efType)); in buildContentUri() 497 public static Uri getItemUri(int subscriptionId, @EfType int efType) { in getItemUri() argument [all …]
|
D | ContactsContract.java | 8428 int efType) { in addSimAccount() argument 8432 if (!SimAccount.getValidEfTypes().contains(efType)) { in addSimAccount() 8441 extras.putInt(KEY_SIM_EF_TYPE, efType); in addSimAccount() 8552 int efType) { in SimAccount() argument 8556 this.mEfType = efType; in SimAccount() 8631 int efType = source.readInt(); 8633 efType);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |