Searched refs:NONE (Results 1 - 25 of 93) sorted by relevance

1234

/packages/apps/Email/tests/src/com/android/email/mail/store/imap/
H A DImapElementTest.java28 /** Test for {@link ImapElement#NONE} */
30 assertFalse(ImapElement.NONE.isList());
31 assertFalse(ImapElement.NONE.isString());
33 assertTrue(ImapElement.NONE.equalsForTest(ImapElement.NONE));
34 assertFalse(ImapElement.NONE.equalsForTest(null));
35 assertFalse(ImapElement.NONE.equalsForTest(ImapTestUtils.STRING_1));
36 assertFalse(ImapElement.NONE.equalsForTest(ImapTestUtils.LIST_1));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DSpaceState.java31 public static final int NONE = 0; field in class:SpaceState
43 // strip inserts it before the space (while it inserts it after the space in the NONE state).
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DWifiSecurity.java34 NONE(R.string.wifi_security_type_none); enum constant in enum:WifiSecurity
44 return NONE;
55 return (config.wepKeys[0] != null) ? WEP : NONE;
63 case AccessPoint.SECURITY_NONE: return NONE;
80 return this == NONE;
H A DScanResultComparator.java38 mConnectedSecurity = WifiSecurity.NONE;
H A DWifiConfigHelper.java78 case NONE:
79 config.allowedKeyManagement.set(KeyMgmt.NONE);
82 config.allowedKeyManagement.set(KeyMgmt.NONE);
/packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
H A DFatalErrorDialogFailureHandler.java43 "api2_repeated_failure_2", UsageStatistics.NONE, UsageStatistics.NONE);
H A DRecoverySuccessCallback.java38 "api2_repeated_failure_recovery_success", UsageStatistics.NONE, UsageStatistics
39 .NONE);
H A DFastCameraReset.java59 "api2_repeated_failure", UsageStatistics.NONE, UsageStatistics.NONE);
/packages/apps/Camera2/src/com/android/camera/
H A DFatalErrorHandlerImpl.java58 UsageStatistics.NONE, UsageStatistics.NONE);
74 UsageStatistics.NONE, UsageStatistics.NONE);
90 UsageStatistics.NONE, UsageStatistics.NONE);
107 UsageStatistics.NONE, UsageStatistics.NONE);
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
H A DWifiConfig.java35 NONE, enum constant in enum:WifiConfig.SecurityType
58 securityType = SecurityType.NONE;
69 if (securityType.equals(SecurityType.NONE) && !TextUtils.isEmpty(password)) {
78 case NONE:
79 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
118 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
/packages/apps/Camera2/src/com/android/camera/one/v2/face/
H A DFaceDetect.java40 return FaceDetectMode.NONE;
/packages/apps/Camera2/src_pd_gcam/com/android/camera/util/
H A DGcamHelper.java43 return HdrPlusSupportLevel.NONE;
/packages/apps/Email/provider_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/services/Telephony/src/com/android/phone/common/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/Camera2/src/com/android/camera/one/config/
H A DOneCameraFeatureConfig.java72 NONE, enum constant in enum:OneCameraFeatureConfig.HdrPlusSupportLevel
129 return HdrPlusSupportLevel.NONE;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterMirrorRepresentation.java41 NONE('N'), VERTICAL('V'), HORIZONTAL('H'), BOTH('B'); enum constant in enum:FilterMirrorRepresentation.Mirror
55 return NONE;
134 case NONE:
144 mMirror = Mirror.NONE;
182 return Mirror.NONE;
/packages/apps/Camera2/src/com/android/camera/one/
H A DOneCameraCharacteristics.java38 FULL, SIMPLE, NONE enum constant in enum:OneCameraCharacteristics.FaceDetectMode
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationSyncDisabledTipView.java56 private int mReasonSyncOff = ReasonSyncOff.NONE;
60 public static final int NONE = 0; field in interface:ConversationSyncDisabledTipView.ReasonSyncOff
113 if (mReasonSyncOff != ReasonSyncOff.NONE) {
150 return ReasonSyncOff.NONE;
/packages/apps/Dialer/src/com/android/dialer/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/services/Car/service/src/com/android/car/cluster/
H A DInstrumentClusterService.java92 mClusterType = InstrumentClusterType.NONE;
160 InstrumentClusterType.NONE,
172 int NONE = 0; field in interface:InstrumentClusterService.InstrumentClusterType
184 return mClusterType != InstrumentClusterType.NONE
193 ? InstrumentClusterType.GRAPHICS : InstrumentClusterType.NONE;
/packages/apps/Gallery/src/com/android/camera/
H A DMenuHelper.java594 SubMenu rotateSubmenu = menu.addSubMenu(Menu.NONE, Menu.NONE,
627 MenuItem autoCrop = menu.add(Menu.NONE, Menu.NONE,
641 MenuItem setMenu = menu.add(Menu.NONE, Menu.NONE,
654 MenuItem item1 = menu.add(Menu.NONE, MENU_IMAGE_SHARE,
668 MenuItem deleteItem = menu.add(Menu.NONE, Menu.NONE,
683 MenuItem detailsMenu = menu.add(Menu.NONE, Men
[all...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHTML.java44 * NONE - everything else
49 NONE enum constant in enum:HTML.Element.Flow
85 this(name, type, empty, optionalEndTag, breaksFlow, Flow.NONE);
H A DHTML4.java93 return addElement(tag, flags, HTML.Element.Flow.NONE);
183 CAPTION_ELEMENT = addTableElement("CAPTION", "", HTML.Element.Flow.NONE),
187 COL_ELEMENT = addTableElement("COL", "E", HTML.Element.Flow.NONE),
188 COLGROUP_ELEMENT = addTableElement("COLGROUP", "O", HTML.Element.Flow.NONE),
247 TBODY_ELEMENT = addTableElement("TBODY", "O", HTML.Element.Flow.NONE),
248 TD_ELEMENT = addTableElement("TD", "OB", HTML.Element.Flow.NONE),
250 TFOOT_ELEMENT = addTableElement("TFOOT", "O", HTML.Element.Flow.NONE),
251 TH_ELEMENT = addTableElement("TH", "OB", HTML.Element.Flow.NONE),
252 THEAD_ELEMENT = addTableElement("THEAD", "O", HTML.Element.Flow.NONE),
254 TR_ELEMENT = addTableElement("TR", "OB", HTML.Element.Flow.NONE),
[all...]
/packages/apps/Camera2/src/com/android/camera/hardware/
H A DHardwareSpecImpl.java54 OneCameraFeatureConfig.HdrPlusSupportLevel.NONE;
/packages/apps/Camera2/src_pd/com/android/camera/stats/
H A DUsageStatistics.java31 public static final int NONE = -1; field in class:UsageStatistics

Completed in 1464 milliseconds

1234