Searched refs:maxIndex (Results 1 – 4 of 4) sorted by relevance
192 int maxIndex = minIndex; in reload() local196 maxIndex = Math.max(d.index, maxIndex); in reload()201 int to = Math.min(maxIndex + 5, n); in reload()
268 int maxIndex = addr.length - 1; in concat() local269 for (int i = 0; i <= maxIndex; i++) { in concat()271 if (i < maxIndex) { in concat()
253 int maxIndex = addr.length - 1; in concat() local254 for (int i = 0; i <= maxIndex; i++) { in concat()256 if (i < maxIndex) { in concat()
1018 int maxIndex = smsManager.getSmsCapacityOnIcc(); in deleteAllMessagesFromIcc() local1020 for (int messageIndex = 1; messageIndex <= maxIndex; messageIndex++) { in deleteAllMessagesFromIcc()