HomeSort by relevance Sort by last modified time
    Searched refs:efid (Results 1 - 25 of 25) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IIccPhoneBook.aidl 40 * Loads the AdnRecords in efid and returns them as a
43 * @param efid the EF id of a ADN-like SIM
46 List<AdnRecord> getAdnRecordsInEf(int efid);
49 * Loads the AdnRecords in efid and returns them as a
52 * @param efid the EF id of a ADN-like SIM
56 List<AdnRecord> getAdnRecordsInEfForSubscriber(int subId, int efid);
64 * @param efid must be one among EF_ADN, EF_FDN, and EF_SDN
76 boolean updateAdnRecordsInEfBySearch(int efid,
89 * @param efid must be one among EF_ADN, EF_FDN, and EF_SDN
102 boolean updateAdnRecordsInEfBySearchForSubscriber(int subId, int efid,
    [all...]
UiccPhoneBookController.java 45 updateAdnRecordsInEfBySearch (int efid, String oldTag, String oldPhoneNumber,
47 return updateAdnRecordsInEfBySearchForSubscriber(getDefaultSubscription(), efid, oldTag,
53 updateAdnRecordsInEfBySearchForSubscriber(int subId, int efid, String oldTag,
59 return iccPbkIntMgr.updateAdnRecordsInEfBySearch(efid, oldTag,
70 updateAdnRecordsInEfByIndex(int efid, String newTag,
72 return updateAdnRecordsInEfByIndexForSubscriber(getDefaultSubscription(), efid, newTag,
78 updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, String newTag,
83 return iccPbkIntMgr.updateAdnRecordsInEfByIndex(efid, newTag,
93 public int[] getAdnRecordsSize(int efid) throws android.os.RemoteException {
94 return getAdnRecordsSizeForSubscriber(getDefaultSubscription(), efid);
    [all...]
IccPhoneBookInterfaceManager.java 148 * @param efid must be one among EF_ADN, EF_FDN, and EF_SDN
161 updateAdnRecordsInEfBySearch (int efid,
174 if (DBG) logd("updateAdnRecordsInEfBySearch: efid=0x" +
175 Integer.toHexString(efid).toUpperCase() + " ("+ Rlog.pii(LOG_TAG, oldTag) + "," +
179 efid = updateEfForIccType(efid);
189 mAdnCache.updateAdnBySearch(efid, oldAdn, newAdn, pin2, response);
206 * @param efid must be one among EF_ADN, EF_FDN, and EF_SDN
216 updateAdnRecordsInEfByIndex(int efid, String newTag,
226 if (DBG) logd("updateAdnRecordsInEfByIndex: efid=0x"
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecordCache.java 96 * @return List of AdnRecords for efid if we've already loaded them this
100 getRecordsIfLoaded(int efid) {
101 return mAdnLikeFiles.get(efid);
110 public int extensionEfForEf(int efid) {
111 switch (efid) {
133 * @param efid must be one among EF_ADN, EF_FDN, and EF_SDN
140 public void updateAdnByIndex(int efid, AdnRecord adn, int recordIndex, String pin2,
143 int extensionEF = extensionEfForEf(efid);
146 Integer.toHexString(efid).toUpperCase());
150 Message pendingResponse = mUserWriteResponse.get(efid);
331 int efid; local
    [all...]
CsimFileHandler.java 35 protected String getEFPath(int efid) {
36 switch(efid) {
50 String path = getCommonIccEFPath(efid);
IsimFileHandler.java 35 protected String getEFPath(int efid) {
36 switch(efid) {
44 String path = getCommonIccEFPath(efid);
RuimFileHandler.java 57 protected String getEFPath(int efid) {
58 switch(efid) {
70 return getCommonIccEFPath(efid);
SIMFileHandler.java 40 protected String getEFPath(int efid) {
43 switch(efid) {
68 String path = getCommonIccEFPath(efid);
UsimFileHandler.java 36 protected String getEFPath(int efid) {
37 switch(efid) {
79 String path = getCommonIccEFPath(efid);
AdnRecord.java 78 int efid;
84 efid = source.readInt();
90 return new AdnRecord(efid, recordNumber, alphaTag, number, emails);
105 public AdnRecord (int efid, int recordNumber, byte[] record) {
106 this.mEfid = efid;
119 public AdnRecord (int efid, int recordNumber, String alphaTag, String number, String[] emails) {
120 this.mEfid = efid;
127 public AdnRecord(int efid, int recordNumber, String alphaTag, String number) {
128 this.mEfid = efid;
IccFileHandler.java 113 LoadLinearFixedContext(int efid, int recordNum, Message onLoaded) {
114 mEfid = efid;
121 LoadLinearFixedContext(int efid, int recordNum, String path, Message onLoaded) {
122 mEfid = efid;
129 LoadLinearFixedContext(int efid, String path, Message onLoaded) {
130 mEfid = efid;
137 LoadLinearFixedContext(int efid, Message onLoaded) {
138 mEfid = efid;
610 * @param efid of path to retrieve
613 protected String getCommonIccEFPath(int efid) {
    [all...]
AdnRecordLoader.java 69 private String getEFPath(int efid) {
70 if (efid == IccConstants.EF_ADN) {
IsimUiccRecords.java 315 protected void handleFileUpdate(int efid) {
316 switch (efid) {
SIMRecords.java     [all...]
IccRecords.java 744 protected abstract void handleFileUpdate(int efid);
761 handleFileUpdate(refreshResponse.efId);
    [all...]
RuimRecords.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimPhoneBookManager.java 52 // ADN's efid << 8 + record #
55 // SFI to ADN Efid mapping table
90 // EFID of the file
97 File(int parentTag, int efid, int sfi, int index) {
99 mEfid = efid;
227 log("EF_EMAIL exists in PBR. efid = 0x" +
319 // Get the associated ADN's efid first.
323 // If SFI is invalid or cannot be mapped to any ADN, use the ADN's efid
335 * The key is constructed by efid and record index.
389 // The key is constructed by efid and record index
653 int efid = ((data[0] & 0xFF) << 8) | (data[1] & 0xFF); local
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/
vsoc_ril.cpp 1674 uint16_t efid; member in struct:SimFileCommand
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 

Completed in 307 milliseconds