Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSimPhonebookRecord.java36 private int mRecordIndex = 0; field in SimPhonebookRecord
45 mRecordIndex = recordIndex; in SimPhonebookRecord()
59 mRecordIndex = recInfo.recordId; in SimPhonebookRecord()
73 pbRecordInfo.recordId = mRecordIndex; in toPhonebookRecordInfo()
89 return mRecordIndex; in getRecordIndex()
141 .append(mRecordIndex).append(", name = ") in toString()
154 private int mRecordIndex = 0; field in SimPhonebookRecord.Builder
163 record.mRecordIndex = mRecordIndex; in build()
175 mRecordIndex = index; in setRecordIndex()