Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DSimPhonebookProvider.java157 private static int getRecordSize(int[] recordsSize) { in getRecordSize() argument
158 return recordsSize[0]; in getRecordSize()
161 private static int getRecordCount(int[] recordsSize) { in getRecordCount() argument
162 return recordsSize[2]; in getRecordCount()
320 int[] recordsSize = mIccPhoneBookSupplier.get().getAdnRecordsSizeForSubscriber( in addEfToCursor() local
322 addEfToCursor(result, subscriptionInfo, efType, recordsSize); in addEfToCursor()
326 int efType, int[] recordsSize) throws RemoteException { in addEfToCursor() argument
329 if (recordsSize == null || getRecordCount(recordsSize) == 0) { in addEfToCursor()
336 .add(ElementaryFiles.MAX_RECORDS, getRecordCount(recordsSize)) in addEfToCursor()
338 AdnRecord.getMaxAlphaTagBytes(getRecordSize(recordsSize))) in addEfToCursor()
[all …]