Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccProvider.java145 private Cursor loadAllSimContacts(int efType) { in loadAllSimContacts() argument
159 result[i] = loadFromEf(efType, subId); in loadAllSimContacts()
187 int efType; in insert() local
196 efType = IccConstants.EF_ADN; in insert()
201 efType = IccConstants.EF_ADN; in insert()
206 efType = IccConstants.EF_FDN; in insert()
212 efType = IccConstants.EF_FDN; in insert()
234 boolean success = updateIccRecordInEf(efType, values, pin2, subId); in insert()
292 int efType; in delete() local
298 efType = IccConstants.EF_ADN; in delete()
[all …]
/frameworks/base/core/java/android/provider/
DSimPhonebookContract.java79 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 …]
DContactsContract.java8308 int efType) { in addSimAccount() argument
8312 if (!SimAccount.getValidEfTypes().contains(efType)) { in addSimAccount()
8321 extras.putInt(KEY_SIM_EF_TYPE, efType); in addSimAccount()
8432 int efType) { in SimAccount() argument
8436 this.mEfType = efType; in SimAccount()
8511 int efType = source.readInt();
8513 efType);