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/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
SimPhoneBookTest.java
40
List<AdnRecord> adnRecordList = simPhoneBook.
getAdnRecordsInEf
(IccConstants.EF_ADN);
42
adnRecordList = simPhoneBook.
getAdnRecordsInEf
(IccConstants.EF_ADN);
73
adnRecordList = simPhoneBook.
getAdnRecordsInEf
(IccConstants.EF_ADN);
82
adnRecordList = simPhoneBook.
getAdnRecordsInEf
(IccConstants.EF_ADN);
92
adnRecordList = simPhoneBook.
getAdnRecordsInEf
(IccConstants.EF_ADN);
101
adnRecordList = simPhoneBook.
getAdnRecordsInEf
(IccConstants.EF_ADN);
/frameworks/base/telephony/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
72
public List<AdnRecord>
getAdnRecordsInEf
(int efid) throws android.os.RemoteException {
73
return mIccPhoneBookInterfaceManager.
getAdnRecordsInEf
(efid);
IccPhoneBookInterfaceManager.java
123
*
getAdnRecordsInEf
must be called at least once before this function,
236
public List<AdnRecord>
getAdnRecordsInEf
(int efid) {
246
if (DBG) logd("
getAdnRecordsInEF
: efid=" + efid);
IccProvider.java
486
adnRecords = iccIpb.
getAdnRecordsInEf
(efType);
517
// TODO: do we need to call
getAdnRecordsInEf
() before calling
Completed in 38 milliseconds