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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextAlignment.java30 DEFAULT(0x3); enum constant in enum:TextAlignment
/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/compile/mclinker/include/mcld/Script/
H A DAssignment.h36 DEFAULT, 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
388 * {@link AccessibilityServiceInfo#DEFAULT} is represented by the
389 * string DEFAULT.
396 case DEFAULT:
397 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.java47 public static final Typeface DEFAULT; field in class:Typeface
338 DEFAULT = create((String) null, 0);
345 DEFAULT,
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeUI.java49 private static final int DEFAULT = 1; // enabled by default field in class:VolumeUI
94 if (Settings.Global.getInt(mContext.getContentResolver(), SETTING, DEFAULT) != 0) {
/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.java175 public static final int DEFAULT = 0x0000001; field in class:AccessibilityServiceInfo
381 * @see #DEFAULT
876 * {@link #DEFAULT} is represented by the string DEFAULT.
883 case DEFAULT:
884 return "DEFAULT";
/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java274 public static final CaptionStyle DEFAULT; field in class:CaptioningManager.CaptionStyle
489 DEFAULT = WHITE_ON_BLACK;
/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsStorage.java62 private static final Object DEFAULT = new Object(); field in class:LockSettingsStorage
107 Object result = DEFAULT;
119 return result == DEFAULT ? defaultValue : (String) result;
395 return cached == DEFAULT ? defaultValue : (String) cached;
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java137 DEFAULT(null, enum constant in enum:ResolverActivity.ActionTitle
160 return DEFAULT;
405 if (title == ActionTitle.DEFAULT && defaultTitleRes != 0) {
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java174 public static final int DEFAULT = 0; field in class:MediaRecorder.AudioSource
193 * {@link #DEFAULT} otherwise. */
198 * if available. It otherwise behaves like {@link #DEFAULT} if no voice processing
255 public static final int DEFAULT = 0; field in class:MediaRecorder.VideoSource
284 public static final int DEFAULT = 0; field in class:MediaRecorder.OutputFormat
329 public static final int DEFAULT = 0; field in class:MediaRecorder.AudioEncoder
353 public static final int DEFAULT = 0; field in class:MediaRecorder.VideoEncoder
/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
118 updateSizes(DEFAULT);
142 * {@link MaterialProgressDrawable.DEFAULT}
H A DSwipeRefreshLayout.java62 public static final int DEFAULT = MaterialProgressDrawable.DEFAULT; field in class:SwipeRefreshLayout
233 * One of DEFAULT, or LARGE.
236 if (size != MaterialProgressDrawable.LARGE && size != MaterialProgressDrawable.DEFAULT) {
/frameworks/base/core/java/android/provider/
H A DContactsContract.java316 * {@link Directory#DEFAULT Directory.DEFAULT}. This directory can be used to access locally
406 public static final long DEFAULT = 0; field in class:ContactsContract.Directory

Completed in 2355 milliseconds