Searched refs:DEFAULT (Results 1 - 25 of 34) sorted by path

12

/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp273 case Action::DEFAULT:
/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.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/content/pm/
H A DManifestDigest.java71 final byte[] digest = Base64.decode(encodedDigest, Base64.DEFAULT);
H A DPackageParser.java2993 final byte[] encoded = Base64.decode(encodedPublicKey, Base64.DEFAULT);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java704 paint.setTypeface(Typeface.DEFAULT);
917 mPreviewText.setTypeface(Typeface.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/net/http/
H A DAndroidHttpClientConnection.java313 StatusLine statusline = BasicLineParser.DEFAULT.parseStatusLine(
H A DHeaders.java180 HeaderElement[] encodings = BasicHeaderValueParser.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
/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/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/core/tests/coretests/src/android/content/pm/
H A DManifestDigestTest.java30 private static final String DIGEST_1_STR = Base64.encodeToString(DIGEST_1, Base64.DEFAULT);
36 private static final String DIGEST_2_STR = Base64.encodeToString(DIGEST_2, Base64.DEFAULT);
/frameworks/base/core/tests/coretests/src/android/util/
H A DBase64Test.java308 int[] flagses = { Base64.DEFAULT,
413 new ByteArrayInputStream("/v8=".getBytes()), Base64.DEFAULT);
423 int[] flagses = { Base64.DEFAULT,
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java634 return checkRightsStatus(path, DrmStore.Action.DEFAULT);
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/base/graphics/tests/graphicstests/src/android/graphics/
H A DTypefaceTest.java41 assertTrue("basic", Typeface.DEFAULT != null);
/frameworks/base/media/java/android/media/
H A DAudioRecord.java152 private int mRecordSource = MediaRecorder.AudioSource.DEFAULT;
264 if ( (audioSource < MediaRecorder.AudioSource.DEFAULT) ||
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/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioEffectTest.java133 ar = new AudioRecord(MediaRecorder.AudioSource.DEFAULT,
/frameworks/base/services/java/com/android/server/
H A DDevicePolicyManagerService.java1264 + DateFormat.getDateTimeInstance(DateFormat.DEFAULT, DateFormat.DEFAULT)
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/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java19 import static android.accessibilityservice.AccessibilityServiceInfo.DEFAULT;
1493 mIsDefault = (info.flags & DEFAULT) != 0;
/frameworks/base/services/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java124 byte[] derCert = Base64.decode(cert.getBytes(), Base64.DEFAULT);
223 return signer.verify(Base64.decode(signature.getBytes(), Base64.DEFAULT));

Completed in 340 milliseconds

12