Searched defs:desc (Results 1 - 6 of 6) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DPreconditions.java280 * @param desc the text to use to describe this index in an error message
286 public static int checkElementIndex(int index, int size, String desc) { argument
289 throw new IndexOutOfBoundsException(badElementIndex(index, size, desc));
294 private static String badElementIndex(int index, int size, String desc) { argument
296 return format("%s (%s) must not be negative", desc, index);
300 return format("%s (%s) must be less than size (%s)", desc, index, size);
329 * @param desc the text to use to describe this index in an error message
335 public static int checkPositionIndex(int index, int size, String desc) { argument
338 throw new IndexOutOfBoundsException(badPositionIndex(index, size, desc));
343 private static String badPositionIndex(int index, int size, String desc) { argument
[all...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DPreconditions.java280 * @param desc the text to use to describe this index in an error message
286 public static int checkElementIndex(int index, int size, String desc) { argument
289 throw new IndexOutOfBoundsException(badElementIndex(index, size, desc));
294 private static String badElementIndex(int index, int size, String desc) { argument
296 return format("%s (%s) must not be negative", desc, index);
300 return format("%s (%s) must be less than size (%s)", desc, index, size);
329 * @param desc the text to use to describe this index in an error message
335 public static int checkPositionIndex(int index, int size, String desc) { argument
338 throw new IndexOutOfBoundsException(badPositionIndex(index, size, desc));
343 private static String badPositionIndex(int index, int size, String desc) { argument
[all...]
/packages/apps/ContactsCommon/libs/
H A Dlibphonenumber-6.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/i18n/ com/google/i18n/phonenumbers/ ...
/packages/apps/Browser/src/com/android/browser/
H A DTab.java266 ErrorDialog(int title, String desc, int error) { argument
268 mDescription = desc;
294 private void queueError(int err, String desc) { argument
308 desc, err);
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
H A Djoda-time-1.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 239 milliseconds