Searched refs:recordsSize (Results 1 – 1 of 1) sorted by relevance
157 private static int getRecordSize(int[] recordsSize) { in getRecordSize() argument158 return recordsSize[0]; in getRecordSize()161 private static int getRecordCount(int[] recordsSize) { in getRecordCount() argument162 return recordsSize[2]; in getRecordCount()320 int[] recordsSize = mIccPhoneBookSupplier.get().getAdnRecordsSizeForSubscriber( in addEfToCursor() local322 addEfToCursor(result, subscriptionInfo, efType, recordsSize); in addEfToCursor()326 int efType, int[] recordsSize) throws RemoteException { in addEfToCursor() argument329 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 …]