OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldAdn
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecordCache.java
163
* Replace
oldAdn
with newAdn in ADN-like record in EF
168
* @param
oldAdn
is the adn to be replaced
169
* If
oldAdn
.isEmpty() is ture, it insert the newAdn
171
* If newAdn.isEmpty() is true, it delete the
oldAdn
176
public void updateAdnBySearch(int efid, AdnRecord
oldAdn
, AdnRecord newAdn,
203
if (
oldAdn
.isEqual(it.next())) {
211
sendErrorResponse(response, "Adn record don't exist for " +
oldAdn
);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccPhoneBookInterfaceManager.java
139
* Replace
oldAdn
with newAdn in ADN-like record in EF
184
AdnRecord
oldAdn
= new AdnRecord(oldTag, oldPhoneNumber);
187
mAdnCache.updateAdnBySearch(efid,
oldAdn
, newAdn, pin2, response);
Completed in 47 milliseconds