Searched defs:oldAdn (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DAdnRecordCache.java163 * 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, argument
203 if (oldAdn.isEqual(it.next())) {
211 sendErrorResponse(response, "Adn record don't exist for " + oldAdn);

Completed in 154 milliseconds