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

12345678

/frameworks/support/annotations/src/android/support/annotation/
H A DProductionVisibility.java30 VisibleForTesting.NONE}
H A DVisibleForTesting.java67 int NONE = 5; field in interface:VisibleForTesting
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DANQPMatcher.java111 int bestMatch = AuthMatch.NONE;
158 int realmMatch = AuthMatch.NONE;
166 if (realmMatch == AuthMatch.NONE || realmData.getEAPMethods().isEmpty()) {
171 int eapMethodMatch = AuthMatch.NONE;
174 if (eapMethodMatch != AuthMatch.NONE) {
179 if (eapMethodMatch == AuthMatch.NONE) {
180 return AuthMatch.NONE;
195 return AuthMatch.NONE;
202 return AuthMatch.NONE;
H A DAuthMatch.java27 public static final int NONE = -1; field in class:AuthMatch
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentContextMenuSupport.java61 menu.add(Menu.NONE, R.id.a_item, Menu.NONE, "Menu A");
62 menu.add(Menu.NONE, R.id.b_item, Menu.NONE, "Menu B");
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentContextMenuSupport.java61 menu.add(Menu.NONE, R.id.a_item, Menu.NONE, "Menu A");
62 menu.add(Menu.NONE, R.id.b_item, Menu.NONE, "Menu B");
/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/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.cpp191 .blend_mode = IComposerClient::BlendMode::NONE,
207 return Error::NONE;
263 return Error::NONE;
275 return Error::NONE;
286 return Error::NONE;
296 return display_ptr->DestroyLayer(layer) ? Error::NONE : Error::BAD_LAYER;
304 return Error::NONE;
310 return Error::NONE;
316 return Error::NONE;
349 return Error::NONE;
[all...]
H A Dvr_composer_client.cpp68 if (err != Error::NONE) {
81 if (err != Error::NONE)
94 if (err != Error::NONE)
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp177 if (tmpError == Error::NONE) {
234 if (error != Error::NONE) {
255 return Error::NONE;
264 if (error != Error::NONE) {
286 if (error != Error::NONE) {
301 return Error::NONE;
311 if (error != Error::NONE) {
328 if (error != Error::NONE) {
345 if (error != Error::NONE) {
361 if (error != Error::NONE) {
[all...]
/frameworks/base/core/java/android/hardware/usb/
H A DUsbPort.java37 public static final int MODE_NONE = Constants.PortMode.NONE;
70 public static final int POWER_ROLE_NONE = Constants.PortPowerRole.NONE;
85 public static final int DATA_ROLE_NONE = Constants.PortDataRole.NONE;
101 private static final int POWER_ROLE_OFFSET = Constants.PortPowerRole.NONE;
220 Preconditions.checkArgumentInRange(powerRole, Constants.PortMode.NONE,
226 Preconditions.checkArgumentInRange(dataRole, Constants.PortPowerRole.NONE,
232 Preconditions.checkArgumentInRange(mode, Constants.PortDataRole.NONE,
/frameworks/base/services/core/java/com/android/server/lights/
H A DLight.java23 public static final int LIGHT_FLASH_NONE = Flash.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/native/libs/ui/
H A DGralloc2.cpp51 if (error != Error::NONE) {
69 if (error != Error::NONE) {
85 ALOGE_IF(error != Error::NONE, "freeBuffer(%p) failed with %d",
109 if (error != Error::NONE) {
145 if (error != Error::NONE) {
170 if (error != Error::NONE) {
190 if (error != Error::NONE) {
225 if (tmpError != Error::NONE) {
233 if (error != Error::NONE) {
/frameworks/base/tools/split-select/
H A DRule.h49 NONE = 0, enumerator in enum:split::Rule::Key
74 , key(NONE)
/frameworks/av/media/libaaudio/src/binding/
H A DAAudioServiceDefinitions.h54 NONE = 0,
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h71 NONE, enumerator in enum:android::SoftAMR::__anon510
/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/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/opt/telephony/src/java/com/android/internal/telephony/
H A DOemHookResponse.java44 if (responseInfo.error == RadioError.NONE) {
/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...]

Completed in 1178 milliseconds

12345678