Searched refs:efId (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
H A D | IccRefreshResponse.java | 37 public int efId; /* EFID */ field in IccRefreshResponse 49 return "{" + refreshResult + ", " + aid +", " + efId + "}"; in toString()
|
H A D | SimPhonebookRecordCache.java | 538 && (iccRefreshResponse.efId == IccConstants.EF_PBR || in handleSimRefresh() 539 iccRefreshResponse.efId == IccConstants.EF_ADN) || in handleSimRefresh()
|
H A D | IccRecords.java | 1022 handleFileUpdate(refreshResponse.efId); in handleRefresh()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | IccPhoneBookInterfaceManager.java | 174 int efId, int recordNumber, ContentValues values) { in generateAdnRecordWithNewTagByContentValues() argument 186 efId, recordNumber, newTag, newPhoneNumber, newEmailArray, newAnrArray); in generateAdnRecordWithNewTagByContentValues()
|
H A D | RadioIndication.java | 497 response.efId = refreshResult.efId; in simRefresh()
|
/aosp12/packages/services/Telephony/tests/src/com/android/phone/ |
H A D | SimPhonebookProviderTest.java | 1333 public void addRecord(int subscriptionId, int efId, String name, String phoneNumber) { in addRecord() argument 1334 Pair<Integer, Integer> key = Pair.create(subscriptionId, efId); in addRecord() 1336 createEmptyRecords(efId, 100)); in addRecord() 1347 addRecord(key, new AdnRecord(efId, recordIndex + 1, name, phoneNumber)); in addRecord()
|
/aosp12/hardware/interfaces/radio/1.0/ |
H A D | types.hal | 1919 int32_t efId; // is the EFID of the updated file if the result is
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 7222 refreshResult.efId = simRefreshResponse->ef_id; in simRefreshInd() 7226 RLOGD("simRefreshInd: type %d efId %d", refreshResult.type, refreshResult.efId); in simRefreshInd()
|