Home
last modified time | relevance | path

Searched refs:efId (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRefreshResponse.java37 public int efId; /* EFID */ field in IccRefreshResponse
49 return "{" + refreshResult + ", " + aid +", " + efId + "}"; in toString()
H A DSimPhonebookRecordCache.java538 && (iccRefreshResponse.efId == IccConstants.EF_PBR || in handleSimRefresh()
539 iccRefreshResponse.efId == IccConstants.EF_ADN) || in handleSimRefresh()
H A DIccRecords.java1022 handleFileUpdate(refreshResponse.efId); in handleRefresh()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java174 int efId, int recordNumber, ContentValues values) { in generateAdnRecordWithNewTagByContentValues() argument
186 efId, recordNumber, newTag, newPhoneNumber, newEmailArray, newAnrArray); in generateAdnRecordWithNewTagByContentValues()
H A DRadioIndication.java497 response.efId = refreshResult.efId; in simRefresh()
/aosp12/packages/services/Telephony/tests/src/com/android/phone/
H A DSimPhonebookProviderTest.java1333 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 Dtypes.hal1919 int32_t efId; // is the EFID of the updated file if the result is
/aosp12/hardware/ril/libril/
H A Dril_service.cpp7222 refreshResult.efId = simRefreshResponse->ef_id; in simRefreshInd()
7226 RLOGD("simRefreshInd: type %d efId %d", refreshResult.type, refreshResult.efId); in simRefreshInd()