Searched defs:DEFAULT (Results 1 - 11 of 11) 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/core/java/android/accessibilityservice/
H A DAccessibilityServiceInfo.java109 public static final int DEFAULT = 0x0000001; field in class:AccessibilityServiceInfo
219 * @see #DEFAULT
615 * {@link #DEFAULT} is represented by the string DEFAULT.
622 case DEFAULT:
623 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/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/av/include/drm/
H A Ddrm_framework_common.h160 static const int DEFAULT = 0x00; member in class:android::Action
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java152 public static final int DEFAULT = 0; field in class:MediaRecorder.AudioSource
171 * {@link #DEFAULT} otherwise. */
176 * if available. It otherwise behaves like {@link #DEFAULT} if no voice processing
197 public static final int DEFAULT = 0; field in class:MediaRecorder.VideoSource
213 public static final int DEFAULT = 0; field in class:MediaRecorder.OutputFormat
255 public static final int DEFAULT = 0; field in class:MediaRecorder.AudioEncoder
277 public static final int DEFAULT = 0; field in class:MediaRecorder.VideoEncoder
/frameworks/base/services/java/com/android/server/
H A DNetworkManagementService.java102 private static final String DEFAULT = "default"; field in class:NetworkManagementService
611 modifyRoute(interfaceName, ADD, route, DEFAULT);
617 modifyRoute(interfaceName, REMOVE, route, DEFAULT);
/frameworks/base/core/java/android/provider/
H A DContactsContract.java373 * {@link Directory#DEFAULT Directory.DEFAULT}. This directory can be used to access locally
463 public static final long DEFAULT = 0; field in class:ContactsContract.Directory

Completed in 2678 milliseconds