Searched defs:DEFAULT (Results 1 - 12 of 12) 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/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/base/graphics/java/android/graphics/
H A DTypeface.java33 public static final Typeface DEFAULT; field in class:Typeface
183 DEFAULT = create((String) null, 0);
190 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/net/
H A DLinkCapabilities.java138 * {@code Role.DEFAULT} is the default role, and is used whenever
149 public static final String DEFAULT = "default"; field in class:LinkCapabilities.Role
/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/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
351 * @see #DEFAULT
845 * {@link #DEFAULT} is represented by the string DEFAULT.
852 case DEFAULT:
853 return "DEFAULT";
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java154 public static final int DEFAULT = 0; field in class:MediaRecorder.AudioSource
173 * {@link #DEFAULT} otherwise. */
178 * if available. It otherwise behaves like {@link #DEFAULT} if no voice processing
227 public static final int DEFAULT = 0; field in class:MediaRecorder.VideoSource
243 public static final int DEFAULT = 0; field in class:MediaRecorder.OutputFormat
285 public static final int DEFAULT = 0; field in class:MediaRecorder.AudioEncoder
307 public static final int DEFAULT = 0; field in class:MediaRecorder.VideoEncoder
/frameworks/base/services/java/com/android/server/
H A DNetworkManagementService.java106 private static final String DEFAULT = "default"; field in class:NetworkManagementService
693 modifyRoute(interfaceName, ADD, route, DEFAULT);
699 modifyRoute(interfaceName, REMOVE, route, DEFAULT);
/frameworks/base/core/java/android/provider/
H A DContactsContract.java371 * {@link Directory#DEFAULT Directory.DEFAULT}. This directory can be used to access locally
461 public static final long DEFAULT = 0; field in class:ContactsContract.Directory

Completed in 294 milliseconds