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

1234

/frameworks/base/graphics/java/android/graphics/
H A DInsets.java29 public static final Insets NONE = new Insets(0, 0, 0, 0); field in class:Insets
57 return NONE;
70 return (r == null) ? NONE : of(r.left, r.top, r.right, r.bottom);
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.h62 NONE, enumerator in enum:android::SoftAAC2::__anon536
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h71 NONE, enumerator in enum:android::SoftAMR::__anon598
H A DSoftAMR.cpp53 mOutputPortSettingsChange(NONE) {
281 if (mSignalledError || mOutputPortSettingsChange != NONE) {
440 case NONE:
454 mOutputPortSettingsChange = NONE;
462 mOutputPortSettingsChange = NONE;
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h66 NONE, enumerator in enum:android::SoftMP3::__anon689
H A DSoftMP3.cpp52 mOutputPortSettingsChange(NONE) {
190 if (mSignalledError || mOutputPortSettingsChange != NONE) {
341 case NONE:
355 mOutputPortSettingsChange = NONE;
365 mOutputPortSettingsChange = NONE;
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h64 NONE, enumerator in enum:android::SoftVorbis::__anon895
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DTracer.java50 NONE, enum constant in enum:Tracer.Mode
93 private Mode mCurrentMode = Mode.NONE;
114 * both. Setting this to NONE will turn off tracing.
167 if (mCurrentMode == Mode.NONE) {
190 return mCurrentMode != Mode.NONE;
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DAccessPointParserHelper.java70 static final int NONE = 0; field in class:AccessPointParserHelper
78 if (security.equalsIgnoreCase("NONE")) {
79 return NONE;
118 int securityType = NONE;
182 config.proxySettings = ProxySettings.NONE;
198 case NONE:
199 config.allowedKeyManagement.set(KeyMgmt.NONE);
202 config.allowedKeyManagement.set(KeyMgmt.NONE);
213 config.enterpriseConfig.setPhase2Method(WifiEnterpriseConfig.Phase2.NONE);
/frameworks/base/graphics/java/android/renderscript/
H A DProgramRaster.java46 NONE (2); enum constant in enum:ProgramRaster.CullMode
113 builder.setCullMode(CullMode.NONE);
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSgTransform.java31 NONE(0), enum constant in enum:TransformType
75 mTransformData.transformTypes[i] = TransformType.NONE.mID;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraPairwiseTest.java63 public enum Exposure { MIN, MAX, NONE }; enum constant in enum:CameraPairwiseTest.Exposure
135 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
185 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.CLOUDY, SceneMode.AUTO,
255 genericPairwiseTestCase(Flash.OFF, Exposure.NONE, WhiteBalance.AUTO, SceneMode.PARTY,
265 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.AUTO, SceneMode.NIGHT,
275 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.INCANDESCENT, SceneMode.AUTO,
305 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.AUTO, SceneMode.PARTY,
315 genericPairwiseTestCase(Flash.OFF, Exposure.NONE, WhiteBalance.AUTO, SceneMode.ACTION,
361 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.FLUORESCENT,
420 case NONE
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.java82 this.SSID = (wifiSsid != null) ? wifiSsid.toString() : WifiSsid.NONE;
96 this.SSID = (wifiSsid != null) ? wifiSsid.toString() : WifiSsid.NONE;
127 append(wifiSsid == null ? WifiSsid.NONE : wifiSsid).
H A DWifiSsid.java48 public static final String NONE = "<unknown ssid>"; field in class:WifiSsid
181 return NONE;
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewPager.java35 public static enum InterceptType { NONE, LEFT, RIGHT, BOTH } enum constant in enum:PhotoViewPager.InterceptType
117 : InterceptType.NONE;
/frameworks/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h77 NONE, enumerator in enum:android::SoftVideoDecoderOMXComponent::__anon916
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp57 mOutputPortSettingsChange(NONE),
261 mOutputPortSettingsChange = NONE;
270 case NONE:
284 mOutputPortSettingsChange = NONE;
/frameworks/base/core/java/android/view/
H A DMenu.java80 static final int NONE = 0; field in interface:Menu
159 * changes. Normally use {@link #NONE} if an item should not be in a
161 * @param itemId Unique item ID. Use {@link #NONE} if you do not need a
163 * @param order The order for the item. Use {@link #NONE} if you do not care
176 * changes. Normally use {@link #NONE} if an item should not be in a
178 * @param itemId Unique item ID. Use {@link #NONE} if you do not need a
180 * @param order The order for the item. Use {@link #NONE} if you do not care
218 * changes. Normally use {@link #NONE} if an item should not be in a
220 * @param itemId Unique item ID. Use {@link #NONE} if you do not need a
222 * @param order The order for the item. Use {@link #NONE} i
[all...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiSoftAPTest.java65 config.allowedKeyManagement.set(KeyMgmt.NONE);
H A DWifiClientTest.java119 config.allowedKeyManagement.set(KeyMgmt.NONE);
156 config.allowedKeyManagement.set(KeyMgmt.NONE);
206 config.allowedKeyManagement.set(KeyMgmt.NONE);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDctConstants.java51 NONE, enum constant in enum:DctConstants.Activity
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcFailCause.java25 NONE(0), enum constant in enum:DcFailCause
H A DDcTesterFailBringUpAll.java69 mFailBringUp.saveParameters(0, DcFailCause.NONE.getErrorCode(),
/frameworks/base/core/java/android/text/method/
H A DTextKeyListener.java98 return getInstance(false, Capitalize.NONE);
115 if (cap == Capitalize.NONE) {
208 NONE, SENTENCES, WORDS, CHARACTERS, enum constant in enum:TextKeyListener.Capitalize
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DWifiAssociationTest.java133 config.allowedKeyManagement.set(KeyMgmt.NONE);
138 config.allowedKeyManagement.set(KeyMgmt.NONE);
156 config.allowedKeyManagement.set(KeyMgmt.NONE);

Completed in 516 milliseconds

1234