Searched defs:DEFAULT (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextAlignment.java30 DEFAULT(0x3); enum constant in enum:TextAlignment
/frameworks/base/media/java/android/media/
H A DVolumePolicy.java26 public static final VolumePolicy DEFAULT = new VolumePolicy(false, false, true, 400); field in class:VolumePolicy
H A DMediaRecorder.java204 public static final int DEFAULT = 0; field in class:MediaRecorder.AudioSource
244 * {@link #DEFAULT} otherwise. */
249 * if available. It otherwise behaves like {@link #DEFAULT} if no voice processing
276 * {@link #DEFAULT} otherwise. */
309 case AudioSource.DEFAULT:
334 public static final int DEFAULT = 0; field in class:MediaRecorder.VideoSource
363 public static final int DEFAULT = 0; field in class:MediaRecorder.OutputFormat
408 public static final int DEFAULT = 0; field in class:MediaRecorder.AudioEncoder
432 public static final int DEFAULT = 0; field in class:MediaRecorder.VideoEncoder
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsAccess.java50 Level.DEFAULT,
64 int DEFAULT = 0; field in interface:NetworkStatsAccess.Level
138 return NetworkStatsAccess.Level.DEFAULT;
164 case NetworkStatsAccess.Level.DEFAULT:
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSecureSetting.java29 private static final int DEFAULT = 0; field in class:SecureSetting
36 private int mObservedValue = DEFAULT;
48 return Secure.getIntForUser(mContext.getContentResolver(), mSettingName, DEFAULT, mUserId);
65 mObservedValue = DEFAULT;
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DBatteryPreference.java32 private static final String DEFAULT = "default"; field in class:BatteryPreference
44 setEntryValues(new CharSequence[] {PERCENT, DEFAULT, DISABLED });
75 setValue(DEFAULT);
H A DClockPreference.java27 private static final String DEFAULT = "default"; field in class:ClockPreference
39 setEntryValues(new CharSequence[] { SECONDS, DEFAULT, DISABLED });
71 setValue(DEFAULT);
/frameworks/compile/mclinker/include/mcld/Script/
H A DAssignment.h33 enum Type { DEFAULT, HIDDEN, PROVIDE, PROVIDE_HIDDEN }; enumerator in enum:mcld::Assignment::Type
/frameworks/base/core/java/android/text/
H A DAutoText.java54 private static final int DEFAULT = 14337; // Size of the Trie 13 Aug 2007 field in class:AutoText
165 mTrie = new char[DEFAULT];
/frameworks/base/drm/java/android/drm/
H A DDrmStore.java167 public static final int DEFAULT = 0x00; field in class:DrmStore.Action
201 case DEFAULT:
/frameworks/support/v4/java/android/support/v4/accessibilityservice/
H A DAccessibilityServiceInfoCompat.java172 public static final int DEFAULT = 0x0000001; field in class:AccessibilityServiceInfoCompat
386 * {@link AccessibilityServiceInfo#DEFAULT} is represented by the
387 * string DEFAULT.
394 case DEFAULT:
395 return "DEFAULT";
/frameworks/base/core/java/android/util/
H A DBase64.java31 public static final int DEFAULT = 0; field in class:Base64
112 * Pass {@code DEFAULT} to decode standard Base64.
130 * Pass {@code DEFAULT} to decode standard Base64.
150 * Pass {@code DEFAULT} to decode standard Base64.
451 * Passing {@code DEFAULT} results in output that
472 * Passing {@code DEFAULT} results in output that
490 * Passing {@code DEFAULT} results in output that
506 * Passing {@code DEFAULT} results in output that
/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java49 public static final Typeface DEFAULT; field in class:Typeface
391 DEFAULT = create((String) null, 0);
398 DEFAULT,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DShadowOverlayHelper.java81 private Options options = Options.DEFAULT;
198 public static final Options DEFAULT = new Options(); field in class:ShadowOverlayHelper.Options
/frameworks/av/include/drm/
H A Ddrm_framework_common.h160 static const int DEFAULT = 0x00; member in class:android::Action
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityServiceInfo.java195 public static final int DEFAULT = 0x0000001; field in class:AccessibilityServiceInfo
399 * @see #DEFAULT
912 * {@link #DEFAULT} is represented by the string DEFAULT.
919 case DEFAULT:
920 return "DEFAULT";
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayoutParserWrapper.java40 private static final String DEFAULT = "default="; field in class:LayoutParserWrapper
199 int i = returnValue.lastIndexOf(DEFAULT);
200 return i > 0 ? returnValue.substring(i + DEFAULT.length(), returnValue.length() - 1)
/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java291 public static final CaptionStyle DEFAULT; field in class:CaptioningManager.CaptionStyle
520 DEFAULT = WHITE_ON_BLACK;
/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsStorage.java68 private static final Object DEFAULT = new Object(); field in class:LockSettingsStorage
141 Object result = DEFAULT;
153 return result == DEFAULT ? defaultValue : (String) result;
536 return cached == DEFAULT ? defaultValue : (String) cached;
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java58 @IntDef({LARGE, DEFAULT})
63 static final int DEFAULT = 1; field in class:MaterialProgressDrawable
126 updateSizes(DEFAULT);
150 * {@link MaterialProgressDrawable.DEFAULT}
H A DSwipeRefreshLayout.java70 public static final int DEFAULT = MaterialProgressDrawable.DEFAULT; field in class:SwipeRefreshLayout
266 * One of DEFAULT, or LARGE.
269 if (size != MaterialProgressDrawable.LARGE && size != MaterialProgressDrawable.DEFAULT) {
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java162 DEFAULT(null, enum constant in enum:ResolverActivity.ActionTitle
189 return DEFAULT;
481 if (title == ActionTitle.DEFAULT && defaultTitleRes != 0) {
/frameworks/base/core/java/android/provider/
H A DContactsContract.java322 * {@link Directory#DEFAULT Directory.DEFAULT}. This directory can be used to access locally
441 public static final long DEFAULT = 0; field in class:ContactsContract.Directory
452 + DEFAULT;
611 return directoryId != Directory.DEFAULT
8455 if (uri != null && directoryId != Directory.DEFAULT) {
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 6763 milliseconds

12