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

123456

/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/base/tools/split-select/
H A DRule.h49 NONE = 0, enumerator in enum:split::Rule::Key
74 , key(NONE)
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h71 NONE, enumerator in enum:android::SoftAMR::__anon392
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h68 NONE, enumerator in enum:android::SoftMP3::__anon491
H A DSoftMP3.cpp54 mOutputPortSettingsChange(NONE) {
225 if (mSignalledError || mOutputPortSettingsChange != NONE) {
395 case NONE:
409 mOutputPortSettingsChange = NONE;
421 mOutputPortSettingsChange = NONE;
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h67 NONE, enumerator in enum:android::SoftVorbis::__anon703
/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;
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetConfigStore.java46 return new IpConfiguration(IpAssignment.DHCP, ProxySettings.NONE, null, null);
/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/rs/java/android/renderscript/
H A DProgramRaster.java43 NONE (2); enum constant in enum:ProgramRaster.CullMode
110 builder.setCullMode(CullMode.NONE);
/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/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java140 private int mEapMethod = Eap.NONE;
141 private int mPhase2Method = Phase2.NONE;
290 public static final int NONE = -1; field in class:WifiEnterpriseConfig.Eap
317 public static final int NONE = 0; field in class:WifiEnterpriseConfig.Phase2
388 if (mEapMethod != Eap.TLS && mPhase2Method != Phase2.NONE) {
393 } else if (mPhase2Method == Phase2.NONE) {
418 mEapMethod = getStringIndex(Eap.strings, eapMethod, Eap.NONE);
427 mPhase2Method = getStringIndex(Phase2.strings, phase2Method, Phase2.NONE);
441 setPhase2Method(Phase2.NONE);
468 * @param phase2Method is the inner authentication method and can be one of {@link Phase2#NONE},
[all...]
H A DWifiSsid.java47 public static final String NONE = "<unknown ssid>"; field in class:WifiSsid
179 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::__anon330
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.h80 NONE, enumerator in enum:android::SoftOpus::__anon700
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiSoftAPTest.java65 config.allowedKeyManagement.set(KeyMgmt.NONE);
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/jdwp/
H A DJDWPClassDataRetriever.java87 if (reply.getErrorCode() != JDWPConstants.Error.NONE) {
98 if (reply.getErrorCode() != JDWPConstants.Error.NONE) {
166 if (reply.getErrorCode() != JDWPConstants.Error.NONE) {
187 if (reply.getErrorCode() != JDWPConstants.Error.NONE) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigurationTestUtil.java82 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE);
/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java67 static final float NONE = 0f; field in class:ValidateNotificationPeople
153 if (extras == null) return NONE;
158 return NONE;
214 mUsageStats.registerPeopleAffinity(record, affinity > NONE, affinity == STARRED_CONTACT,
225 float affinity = NONE;
376 private float mAffinity = NONE;
414 return mAffinity == NONE || isExpired();
419 return NONE;
429 private float mContactAffinity = NONE;
476 mUsageStats.registerPeopleAffinity(mRecord, mContactAffinity > 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/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerFragment.java94 menu.add(Menu.NONE, MENU_REMOVE, Menu.NONE, R.string.remove_from_settings);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiApConfigStore.java146 if (authType != KeyMgmt.NONE) {
177 if (authType != KeyMgmt.NONE) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DSupplicantWifiScannerTest.java168 new ScanPeriod(ScanPeriod.ReportType.NONE,
171 new ScanPeriod(ScanPeriod.ReportType.NONE,
174 new ScanPeriod(ScanPeriod.ReportType.NONE,
203 new ScanPeriod(ScanPeriod.ReportType.NONE,
206 new ScanPeriod(ScanPeriod.ReportType.NONE,
216 new ScanPeriod(ScanPeriod.ReportType.NONE,
219 new ScanPeriod(ScanPeriod.ReportType.NONE,
687 NONE(false, false), enum constant in enum:SupplicantWifiScannerTest.ScanPeriod.ReportType
/frameworks/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h97 NONE, enumerator in enum:android::SoftVideoDecoderOMXComponent::__anon727

Completed in 763 milliseconds

123456