Searched defs:NONE (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Email/src/com/android/email/mail/store/imap/
H A DImapElement.java26 * |-- ImapElement.NONE (for 'index out of range')
50 public static final ImapElement NONE = new ImapElement() { field in class:ImapElement
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculatorDisplay.java44 enum Scroll { UP, DOWN, NONE } enum constant in enum:CalculatorDisplay.Scroll
132 dir = Scroll.NONE;
141 } else { // Scroll.NONE
/packages/apps/Contacts/src/com/android/contacts/voicemail/
H A DVoicemailStatusHelperImpl.java61 NONE(-1), enum constant in enum:VoicemailStatusHelperImpl.Action
102 NO_DETAILED_NOTIFICATION(5, Action.NONE, -1),
104 NOT_CONFIGURED(6, Action.NONE, -1),
106 OK(7, Action.NONE, -1),
108 INVALID(8, Action.NONE, -1);
217 if (action == Action.NONE) {
/packages/apps/Mms/src/com/android/mms/ui/
H A DMessageItem.java57 public enum DeliveryStatus { NONE, INFO, FAILED, PENDING, RECEIVED } enum constant in enum:MessageItem.DeliveryStatus
110 mDeliveryStatus = DeliveryStatus.NONE;
163 mDeliveryStatus = DeliveryStatus.NONE;
189 mDeliveryStatus = DeliveryStatus.NONE;
197 mDeliveryStatus = DeliveryStatus.NONE;
201 mDeliveryStatus = DeliveryStatus.NONE;
/packages/apps/Phone/src/com/android/phone/
H A DInCallUiState.java288 NONE, enum constant in enum:InCallUiState.ProgressIndicationType
306 * to the user. Any value other than NONE will cause the InCallScreen
310 private ProgressIndicationType progressIndication = ProgressIndicationType.NONE;
319 progressIndication = ProgressIndicationType.NONE;
323 * @return the current progress indication type, or ProgressIndicationType.NONE
332 return (progressIndication != ProgressIndicationType.NONE);
/packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
H A DXmlDictInputOutput.java53 private static final int NONE = 0; field in class:XmlDictInputOutput.UnigramHandler
/packages/apps/Gallery/src/com/android/camera/
H A DImageManager.java125 public static enum DataLocation { NONE, INTERNAL, EXTERNAL, ALL } enum constant in enum:ImageManager.DataLocation
/packages/apps/Contacts/src/com/android/contacts/model/
H A DBaseAccountType.java96 static final int NONE = -1; field in interface:BaseAccountType.Weight
959 StructuredName.CONTENT_ITEM_TYPE, null, R.string.nameLabelsGroup, Weight.NONE,
994 R.string.nameLabelsGroup, Weight.NONE, R.layout.text_fields_editor_view,
1030 R.string.name_phonetic, Weight.NONE, R.layout.phonetic_name_editor_view,
1319 Photo.CONTENT_ITEM_TYPE, null /* no type */, -1, Weight.NONE, -1,

Completed in 293 milliseconds