OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAdnRecordsInEf
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
IIccPhoneBook.aidl
46
List<AdnRecord>
getAdnRecordsInEf
(int efid);
51
*
getAdnRecordsInEf
must be called at least once before this function,
IccPhoneBookInterfaceManagerProxy.java
70
public List<AdnRecord>
getAdnRecordsInEf
(int efid) {
71
return mIccPhoneBookInterfaceManager.
getAdnRecordsInEf
(efid);
IccPhoneBookInterfaceManager.java
141
*
getAdnRecordsInEf
must be called at least once before this function,
266
public List<AdnRecord>
getAdnRecordsInEf
(int efid) {
276
if (DBG) logd("
getAdnRecordsInEF
: efid=" + efid);
IccProvider.java
291
adnRecords = iccIpb.
getAdnRecordsInEf
(efType);
322
// TODO: do we need to call
getAdnRecordsInEf
() before calling
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SimPhoneBookTest.java
43
List<AdnRecord> adnRecordList = simPhoneBook.
getAdnRecordsInEf
(IccConstants.EF_ADN);
45
adnRecordList = simPhoneBook.
getAdnRecordsInEf
(IccConstants.EF_ADN);
76
adnRecordList = simPhoneBook.
getAdnRecordsInEf
(IccConstants.EF_ADN);
85
adnRecordList = simPhoneBook.
getAdnRecordsInEf
(IccConstants.EF_ADN);
95
adnRecordList = simPhoneBook.
getAdnRecordsInEf
(IccConstants.EF_ADN);
104
adnRecordList = simPhoneBook.
getAdnRecordsInEf
(IccConstants.EF_ADN);
Completed in 24 milliseconds