Home
last modified time | relevance | path

Searched refs:INVALID_RECORD_ID (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSimPhonebookRecordCache.java76 private static final int INVALID_RECORD_ID = -1; field in SimPhonebookRecordCache
287 int recordId = INVALID_RECORD_ID; // The ID isn't specified by caller in updateSimPbAdnBySearch()
297 if (recordId == INVALID_RECORD_ID in updateSimPbAdnBySearch()
308 final int updatingRecordId = recordId == INVALID_RECORD_ID ? 0 : recordId; in updateSimPhonebookByNewAdn()
519 if (myRecordId == INVALID_RECORD_ID || myRecordId == recordId) { in handleUpdatePhonebookRecordDone()