Searched defs:NONE (Results 26 - 50 of 56) sorted by relevance

123

/frameworks/base/core/java/android/app/usage/
H A DUsageEvents.java48 public static final int NONE = 0; field in class:UsageEvents.Event
/frameworks/base/core/java/android/net/
H A DNetworkRequest.java83 * - The value NONE is used only by applications. When an application
91 NONE, enum constant in enum:NetworkRequest.Type
99 * The type of the request. This is only used by the system and is always NONE elsewhere.
151 ConnectivityManager.REQUEST_ID_UNSET, Type.NONE);
/frameworks/base/core/java/android/text/method/
H A DTextKeyListener.java103 return getInstance(false, Capitalize.NONE);
120 if (cap == Capitalize.NONE) {
213 NONE, SENTENCES, WORDS, CHARACTERS, enum constant in enum:TextKeyListener.Capitalize
/frameworks/base/core/java/android/view/
H A DMenu.java88 static final int NONE = 0; field in interface:Menu
167 * changes. Normally use {@link #NONE} if an item should not be in a
169 * @param itemId Unique item ID. Use {@link #NONE} if you do not need a
171 * @param order The order for the item. Use {@link #NONE} if you do not care
184 * changes. Normally use {@link #NONE} if an item should not be in a
186 * @param itemId Unique item ID. Use {@link #NONE} if you do not need a
188 * @param order The order for the item. Use {@link #NONE} if you do not care
226 * changes. Normally use {@link #NONE} if an item should not be in a
228 * @param itemId Unique item ID. Use {@link #NONE} if you do not need a
230 * @param order The order for the item. Use {@link #NONE} i
[all...]
H A DViewPropertyAnimator.java141 static final int NONE = 0x0000; field in class:ViewPropertyAnimator
958 if (bundle.mPropertyMask == NONE) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DWificondScannerTest.java167 new ScanPeriod(ScanPeriod.ReportType.NONE,
170 new ScanPeriod(ScanPeriod.ReportType.NONE,
173 new ScanPeriod(ScanPeriod.ReportType.NONE,
202 new ScanPeriod(ScanPeriod.ReportType.NONE,
205 new ScanPeriod(ScanPeriod.ReportType.NONE,
215 new ScanPeriod(ScanPeriod.ReportType.NONE,
218 new ScanPeriod(ScanPeriod.ReportType.NONE,
684 NONE(false, false), enum constant in enum:WificondScannerTest.ScanPeriod.ReportType
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java64 NONE, STARTED, COMPLETED, FAILED, CANCELED; enum constant in enum:Call.SrvccState
H A DPhoneInternalInterface.java48 * <li>NONE = No traffic</li>
56 NONE, DATAIN, DATAOUT, DATAINANDOUT, DORMANT; enum constant in enum:PhoneInternalInterface.DataActivityState
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraPairwiseTest.java57 public enum Exposure { MIN, MAX, NONE }; enum constant in enum:CameraPairwiseTest.Exposure
129 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
179 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.CLOUDY, SceneMode.AUTO,
249 genericPairwiseTestCase(Flash.OFF, Exposure.NONE, WhiteBalance.AUTO, SceneMode.PARTY,
259 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.AUTO, SceneMode.NIGHT,
269 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.INCANDESCENT, SceneMode.AUTO,
299 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.AUTO, SceneMode.PARTY,
309 genericPairwiseTestCase(Flash.OFF, Exposure.NONE, WhiteBalance.AUTO, SceneMode.ACTION,
355 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.FLUORESCENT,
414 case NONE
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java70 static final float NONE = 0f; field in class:ValidateNotificationPeople
156 if (extras == null) return NONE;
161 return NONE;
219 mUsageStats.registerPeopleAffinity(record, affinity > NONE, affinity == STARRED_CONTACT,
230 float affinity = NONE;
381 private float mAffinity = NONE;
419 return mAffinity == NONE || isExpired();
424 return NONE;
434 private float mContactAffinity = NONE;
481 mUsageStats.registerPeopleAffinity(mRecord, mContactAffinity > NONE,
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java135 NONE, COMPACT, ELEGANT enum constant in enum:FontFamily_Delegate.FontVariant
H A DBitmap_Delegate.java65 NONE, PREMULTIPLIED, MUTABLE enum constant in enum:Bitmap_Delegate.BitmapCreateFlags
635 return createBitmap(delegate, EnumSet.of(BitmapCreateFlags.NONE),
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcAsyncChannel.java98 NONE, CHANGED, RESET; enum constant in enum:DcAsyncChannel.LinkPropertyChangeAction
101 if (value == NONE.ordinal()) {
102 return NONE;
H A DDcFailCause.java31 NONE(0), enum constant in enum:DcFailCause
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h191 NONE, enumerator in enum:android::NuPlayer::FlushStatus
/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h83 mAuthType(NONE),
294 if (mAuthType == NONE) {
385 if (mAuthType != NONE) {
831 NONE, enumerator in enum:android::MyTransmitter::AuthType
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java73 private static final int NONE = 0; field in class:ExpandHelper
77 private int mExpansionStyle = NONE;
611 mExpansionStyle = NONE;
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDctConstants.java53 NONE, enum constant in enum:DctConstants.Activity
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskStack.java262 public static final DockState NONE = new DockState(DOCKED_INVALID, -1, 80, 255, HORIZONTAL, field in class:TaskStack.DockState
/frameworks/base/rs/java/android/renderscript/
H A DElement.java121 NONE (0, 0), enum constant in enum:Element.DataType
1066 mType = DataType.NONE;
1285 // field must not be NONE since we require name equivalence for
1288 (mType != DataType.NONE) &&
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java146 private int mEapMethod = Eap.NONE;
147 private int mPhase2Method = Phase2.NONE;
264 public static final int NONE = -1; field in class:WifiEnterpriseConfig.Eap
291 public static final int NONE = 0; field in class:WifiEnterpriseConfig.Phase2
376 if (mEapMethod != Eap.TLS && mPhase2Method != Phase2.NONE) {
381 } else if (mPhase2Method == Phase2.NONE) {
406 mEapMethod = getStringIndex(Eap.strings, eapMethod, Eap.NONE);
415 mPhase2Method = getStringIndex(Phase2.strings, phase2Method, Phase2.NONE);
429 setPhase2Method(Phase2.NONE);
456 * @param phase2Method is the inner authentication method and can be one of {@link Phase2#NONE},
[all...]
H A DWifiConfiguration.java83 public static final int NONE = 0; field in class:WifiConfiguration.KeyMgmt
118 public static final String[] strings = { "NONE", "WPA_PSK", "WPA_EAP", "IEEE8021X",
167 public static final int NONE = 0; field in class:WifiConfiguration.PairwiseCipher
175 public static final String[] strings = { "NONE", "TKIP", "CCMP" };
1441 && enterpriseConfig.getEapMethod() != WifiEnterpriseConfig.Eap.NONE;
1468 && enterpriseConfig.getEapMethod() != WifiEnterpriseConfig.Eap.NONE;
1783 return KeyMgmt.NONE;
1814 key = SSID + KeyMgmt.strings[KeyMgmt.NONE];
1877 if (mIpConfiguration.proxySettings == IpConfiguration.ProxySettings.NONE) {
1892 mIpConfiguration.setProxySettings(IpConfiguration.ProxySettings.NONE);
[all...]
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DElement.java131 NONE (0, 0), enum constant in enum:Element.DataType
724 mType = DataType.NONE;
904 // field must not be NONE since we require name equivalence for
907 (mType != DataType.NONE) &&
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRow.java479 public static int NONE = 0; field in class:PlaybackControlsRow.RepeatAction
/frameworks/base/tests/net/java/com/android/server/
H A DConnectivityServiceTest.java1137 NONE, enum constant in enum:ConnectivityServiceTest.CallbackState

Completed in 711 milliseconds

123