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

12

/packages/apps/Dialer/java/com/android/dialer/calllogutils/
H A DCallbackActionHelper.java31 @IntDef({CallbackAction.NONE, CallbackAction.IMS_VIDEO, CallbackAction.DUO, CallbackAction.VOICE})
33 int NONE = 0; field in interface:CallbackActionHelper.CallbackAction
64 return CallbackAction.NONE;
/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/Dialer/java/com/android/voicemail/impl/mail/store/imap/
H A DImapElement.java27 * |-- ImapElement.NONE (for 'index out of range')
51 public static final ImapElement NONE = field in class:ImapElement
/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/apps/Settings/src/com/android/settings/password/
H A DScreenLockType.java27 NONE( enum constant in enum:ScreenLockType
48 private static final ScreenLockType MIN_QUALITY = ScreenLockType.NONE;
81 * {@link #SWIPE} and not {@link #NONE}.
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
H A DWifiTetherSecurityPreferenceControllerTest.java30 private static final String NONE = String.valueOf(WifiConfiguration.KeyMgmt.NONE); field in class:WifiTetherSecurityPreferenceControllerTest
71 mController.onPreferenceChange(mPreference, NONE);
72 assertThat(mController.getSecurityType()).isEqualTo(WifiConfiguration.KeyMgmt.NONE);
87 mConfig.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
89 assertThat(mController.getSecurityType()).isEqualTo(WifiConfiguration.KeyMgmt.NONE);
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DCalendarInteractionUtils.java24 private static final int NONE = 0; field in class:CalendarInteractionUtils
143 * Returns TODAY or TOMORROW if applicable. Otherwise returns NONE.
156 return NONE;
/packages/apps/Dialer/java/com/android/dialer/common/
H A DNetworkUtil.java42 return NetworkType.NONE;
68 return NetworkType.NONE;
83 return NetworkType.NONE;
173 NetworkType.NONE,
184 String NONE = "NONE"; field in interface:NetworkUtil.NetworkType
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/
H A DWifiConfigurationProvider.java38 static final String NONE = "NONE"; field in class:WifiConfigurationProvider
50 String securityType = wifiInfo.securityType != null ? wifiInfo.securityType : NONE;
58 default: // NONE
59 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
88 wifiConf.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
/packages/apps/Camera2/src/com/android/camera/one/
H A DOneCameraCharacteristics.java38 FULL, SIMPLE, NONE enum constant in enum:OneCameraCharacteristics.FaceDetectMode
/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/Car/libs/car-list/src/com/android/car/list/
H A DEditTextLineItem.java55 protected TextType mTextType = TextType.NONE;
62 NONE(0), enum constant in enum:EditTextLineItem.TextType
/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DWeekdays.java75 public static final Weekdays NONE = Weekdays.fromBits(0); field in class:Weekdays
/packages/apps/Dialer/java/com/android/dialer/phonelookup/consolidator/
H A DPhoneLookupInfoConsolidator.java45 NameSource.NONE,
51 int NONE = 0; // used when none of the other sources can provide the name field in interface:PhoneLookupInfoConsolidator.NameSource
106 case NameSource.NONE:
144 case NameSource.NONE:
166 case NameSource.NONE:
188 case NameSource.NONE:
207 case NameSource.NONE:
228 case NameSource.NONE:
251 case NameSource.NONE:
328 case NameSource.NONE
[all...]
/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
H A DSearchContactViewHolder.java56 CallToAction.NONE,
62 int NONE = 0; field in interface:SearchContactViewHolder.CallToAction
166 case CallToAction.NONE:
212 return CallToAction.NONE;
257 case CallToAction.NONE:
/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;
H A DConversationViewState.java46 public static int NONE = 0; field in class:ConversationViewState.ExpansionState
/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);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAccountHeaderPresenter.java49 public static final Observer NONE = new Observer() { field in interface:AccountHeaderPresenter.Observer
72 private Observer mObserver = Observer.NONE;
/packages/apps/Dialer/java/com/android/dialer/simulator/
H A DSimulator.java90 NONE,
110 public static final int NONE = -1; field in class:Simulator.Event
/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/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageCrop.java58 NONE, MOVE enum constant in enum:ImageCrop.Mode
60 private Mode mState = Mode.NONE;
121 if (mState == Mode.NONE) {
136 mState = Mode.NONE;
244 mState = Mode.NONE;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherState.java48 public static final int NONE = 0; field in class:LauncherState
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DBluetoothRouteTransitionTests.java169 public int expectedBluetoothInteraction; // NONE, CONNECT, or DISCONNECT
214 private static final int NONE = 1; field in class:BluetoothRouteTransitionTests
282 case NONE:
368 .setExpectedBluetoothInteraction(NONE)
396 .setExpectedBluetoothInteraction(NONE)
410 .setExpectedBluetoothInteraction(NONE)
424 .setExpectedBluetoothInteraction(NONE)
467 .setExpectedBluetoothInteraction(NONE)
482 .setExpectedBluetoothInteraction(NONE)
495 .setExpectedBluetoothInteraction(NONE)
[all...]
H A DCallAudioRouteTransitionTests.java69 private static final int NONE = 0; field in class:CallAudioRouteTransitionTests
86 public int speakerInteraction; // one of NONE, ON, or OFF
87 public int bluetoothInteraction; // one of NONE, ON, or OFF
282 case NONE:
307 case NONE:
382 NONE, // bluetoothInteraction
406 NONE, // bluetoothInteraction
418 NONE, // bluetoothInteraction
442 NONE, // bluetoothInteraction
454 NONE, // bluetoothInteractio
[all...]

Completed in 2126 milliseconds

12