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

123

/frameworks/support/annotations/src/android/support/annotation/
H A DVisibleForTesting.java67 int NONE = 5; field in interface:VisibleForTesting
/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/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DAuthMatch.java27 public static final int NONE = -1; field in class:AuthMatch
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h68 NONE, enumerator in enum:android::SoftMP3::__anon589
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h67 NONE, enumerator in enum:android::SoftVorbis::__anon801
/frameworks/av/include/media/stagefright/
H A DSimpleSoftOMXComponent.h60 NONE, enumerator in enum:android::SimpleSoftOMXComponent::PortInfo::__anon131
H A DSoftVideoDecoderOMXComponent.h134 NONE, enumerator in enum:android::SoftVideoDecoderOMXComponent::__anon137
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h71 NONE, enumerator in enum:android::SoftAMR::__anon510
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.h80 NONE, enumerator in enum:android::SoftOpus::__anon798
/frameworks/av/media/libstagefright/foundation/include/
H A DSimpleSoftOMXComponent.h60 NONE, enumerator in enum:android::SimpleSoftOMXComponent::PortInfo::__anon843
H A DSoftVideoDecoderOMXComponent.h134 NONE, enumerator in enum:android::SoftVideoDecoderOMXComponent::__anon849
/frameworks/av/media/libstagefright/include/
H A DSimpleSoftOMXComponent.h60 NONE, enumerator in enum:android::SimpleSoftOMXComponent::PortInfo::__anon900
H A DSoftVideoDecoderOMXComponent.h134 NONE, enumerator in enum:android::SoftVideoDecoderOMXComponent::__anon906
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.h65 NONE, enumerator in enum:android::camera2::StreamingProcessor::StreamType
/frameworks/base/rs/java/android/renderscript/
H A DProgramRaster.java43 NONE (2); enum constant in enum:ProgramRaster.CullMode
110 builder.setCullMode(CullMode.NONE);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiSsid.java47 public static final String NONE = "<unknown ssid>"; field in class:WifiSsid
187 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/codecs/aacdec/
H A DSoftAAC2.h69 NONE, enumerator in enum:android::SoftAAC2::__anon448
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h70 NONE, enumerator in enum:android::ARTSPConnection::AuthType
/frameworks/base/core/java/android/net/
H A DIpConfiguration.java50 NONE, enum constant in enum:IpConfiguration.ProxySettings
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DWifiConfigurationHelper.java41 private static final int NONE = 0; field in class:WifiConfigurationHelper
60 config.allowedKeyManagement.set(KeyMgmt.NONE);
80 config.allowedKeyManagement.set(KeyMgmt.NONE);
128 if (phase2 == null) phase2 = WifiEnterpriseConfig.Phase2.NONE;
151 config.setProxySettings(ProxySettings.NONE);
160 * security being one of NONE, WEP, PSK, or EAP. If WEP, PSK, or EAP are selected, the field
198 case NONE:
256 config.setProxySettings(ProxySettings.NONE);
270 if ("NONE".equalsIgnoreCase(security)) {
271 return NONE;
[all...]
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreECDSASignatureSpi.java40 public final static class NONE extends AndroidKeyStoreECDSASignatureSpi { class in class:AndroidKeyStoreECDSASignatureSpi
41 public NONE() { method in class:AndroidKeyStoreECDSASignatureSpi.NONE
/frameworks/base/services/net/java/android/net/util/
H A DSharedLog.java40 NONE, enum constant in enum:SharedLog.Category
94 Log.i(mTag, record(Category.NONE, msg));
106 record(Category.NONE, msg);
122 if (category != Category.NONE) sj.add(category.toString());
/frameworks/base/tools/split-select/
H A DRule.h49 NONE = 0, enumerator in enum:split::Rule::Key
74 , key(NONE)
/frameworks/base/cmds/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;

Completed in 514 milliseconds

123