Searched refs:ON (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dgsm_amr_typedefs.h111 #ifndef ON
112 #define ON 1 macro
H A Dvad2.h87 #define ON 1 macro
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpv_amr_wb_type_defs.h149 #ifndef ON
150 #define ON 1 macro
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraPairwiseTest.java56 public enum Flash { ON, OFF, AUTO }; enum constant in enum:CameraPairwiseTest.Flash
61 public enum Geotagging { ON, OFF }; enum constant in enum:CameraPairwiseTest.Geotagging
139 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO,
140 PictureSize.LARGE, Geotagging.ON);
150 PictureSize.SMALL, Geotagging.ON);
179 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.CLOUDY, SceneMode.AUTO,
180 PictureSize.SMALL, Geotagging.ON);
190 PictureSize.SMALL, Geotagging.ON);
199 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION,
229 genericPairwiseTestCase(Flash.ON, Exposur
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java212 android.provider.Settings.Global.ENHANCED_4G_MODE_ENABLED, ImsConfig.FeatureValueConstants.ON);
320 ImsConfig.FeatureValueConstants.ON);
339 enabled ? ImsConfig.FeatureValueConstants.ON
366 ImsConfig.FeatureValueConstants.ON : ImsConfig.FeatureValueConstants.OFF);
385 enabled ? ImsConfig.FeatureValueConstants.ON
459 ImsConfig.FeatureValueConstants.ON : ImsConfig.FeatureValueConstants.OFF);
469 enabled ? ImsConfig.FeatureValueConstants.ON
480 ? ImsConfig.FeatureValueConstants.ON
601 ImsConfig.FeatureValueConstants.ON :
628 ImsConfig.FeatureValueConstants.ON
[all...]
H A DImsConfig.java208 * Turns IMS ON/OFF on the device.
209 * Value is in Integer format. ON (1), OFF(0).
269 * Value is in Integer format. ON (1), OFF(0).
473 public static final int ON = 1; field in class:ImsConfig.FeatureValueConstants
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRow.java484 public static int ON = 1; field in class:PlaybackControlsRow.ShuffleAction
505 drawables[ON] = new BitmapDrawable(context.getResources(),
511 labels[ON] = context.getString(R.string.lb_playback_controls_shuffle_disable);
521 public static int ON = 1; field in class:PlaybackControlsRow.HighQualityAction
542 drawables[ON] = new BitmapDrawable(context.getResources(),
548 labels[ON] = context.getString(R.string.lb_playback_controls_high_quality_disable);
558 public static int ON = 1; field in class:PlaybackControlsRow.ClosedCaptioningAction
579 drawables[ON] = new BitmapDrawable(context.getResources(),
585 labels[ON] = context.getString(R.string.lb_playback_controls_closed_captioning_disable);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2Settings.java175 return FlashMode.ON;
342 case ON: {
H A DAndroidCamera2Capabilities.java123 mSupportedFlashModes.add(FlashMode.ON);
H A DAndroidCameraCapabilities.java183 mSupportedFlashModes.add(FlashMode.ON);
H A DCameraCapabilities.java133 ON, enum constant in enum:CameraCapabilities.FlashMode
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java171 * The plugin state effects how plugins are treated on a page. ON means
180 ON, enum constant in enum:WebSettings.PluginState
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java181 "name TEXT UNIQUE ON CONFLICT REPLACE," +
184 db.execSQL("CREATE INDEX secureIndex1 ON secure (name);");
190 "name TEXT UNIQUE ON CONFLICT REPLACE," +
193 db.execSQL("CREATE INDEX globalIndex1 ON global (name);");
200 "name TEXT UNIQUE ON CONFLICT REPLACE," +
203 db.execSQL("CREATE INDEX systemIndex1 ON system (name);");
229 db.execSQL("CREATE INDEX bookmarksIndex1 ON bookmarks (folder);");
230 db.execSQL("CREATE INDEX bookmarksIndex2 ON bookmarks (shortcut);");
1907 ImsConfig.FeatureValueConstants.ON);
2714 ImsConfig.FeatureValueConstants.ON);
[all...]
/frameworks/base/core/java/android/view/
H A DView.java5071 scrollabilityCache.state = ScrollabilityCache.ON;
13445 scrollCache.state = ScrollabilityCache.ON;
14337 scrollabilityCache.state = ScrollabilityCache.ON;
20757 * This needs to be a better API (NOT ON VIEW) before it is exposed. If
23063 public static final int ON = 1; field in class:View.ScrollabilityCache
23098 * The current state of the scrollbars: ON, OFF, or FADING

Completed in 494 milliseconds