Home
last modified time | relevance | path

Searched refs:DEFAULT (Results 1 – 25 of 44) sorted by relevance

12

/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceTest.java55 private static final String DEFAULT = (String)null; field in TypefaceTest
136 Typeface typeface = Typeface.create(DEFAULT, Typeface.NORMAL); in testCreate()
163 assertNotNull(Typeface.DEFAULT); in testConstants()
259 float widthDefaultTypeface = measureText(testString, Typeface.DEFAULT); in testInvalidCmapFont()
270 float widthDefaultTypeface = measureText(testString, Typeface.DEFAULT); in testInvalidCmapFont2()
303 final float widthDefaultTypeface = measureText(testString, Typeface.DEFAULT); in testInvalidCmapFont_unsortedEntries()
318 final float widthDefaultTypeface = measureText(testString, Typeface.DEFAULT); in testInvalidCmapFont_unsortedEntries()
547 float widthDefaultTypeface = measureText(testString, Typeface.DEFAULT); in testTypeface_SupportedCmapEncodingTest()
720 Typeface typeface = Typeface.DEFAULT; in testTypefaceCreate_getWeight()
724 typeface = Typeface.create(Typeface.DEFAULT, 100, false /* italic */); in testTypefaceCreate_getWeight()
[all …]
DPaintTest.java74 Typeface.DEFAULT,
247 Typeface t = Typeface.DEFAULT; in testSet()
385 assertEquals(Typeface.DEFAULT, p.setTypeface(Typeface.DEFAULT)); in testAccessTypeface()
386 assertEquals(Typeface.DEFAULT, p.getTypeface()); in testAccessTypeface()
1133 Typeface t = Typeface.DEFAULT; in testReset()
1845 p1.setTypeface(Typeface.DEFAULT);
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_SearchSnippetsTest.java92 String.valueOf(Directory.DEFAULT)).appendPath("nomatch").build(); in testEnterpriseSearchSnippets_NoMatch()
112 String.valueOf(Directory.DEFAULT)).build(); in testEnterpriseSearchSnippets_MatchEmailAddressCorrectSnippet()
135 String.valueOf(Directory.DEFAULT)).build(); in testEnterpriseSearchSnippets_MatchPhoneNumberCorrectSnippet()
158 String.valueOf(Directory.DEFAULT)).build(); in testEnterpriseSearchSnippets_MatchPostalAddressCorrectSnippet()
181 String.valueOf(Directory.DEFAULT)).build(); in testEnterpriseSearchSnippets_LongMatchTruncation()
209 String.valueOf(Directory.DEFAULT)).build(); in testEnterpriseSearchSnippets_MultipleMatchesCorrectSnippet()
249 String.valueOf(Directory.DEFAULT)) in testEnterpriseSearchSnippets_DeferredSnippetingSingleWordQuerySnippetDeferred()
285 String.valueOf(Directory.DEFAULT)) in testEnterpriseSearchSnippets_DeferredSnippetingMultiWordQuerySnippetNotDeferred()
/cts/hostsidetests/angle/src/android/angle/cts/
DCtsAngleCommon.java59 DEFAULT, enumConstant
67 map.put(OpenGlDriverChoice.DEFAULT, "default"); in buildDriverGlobalSettingMap()
77 map.put(OpenGlDriverChoice.DEFAULT, ANGLE_DRIVER_TEST_DEFAULT_METHOD); in buildDriverTestMethodMap()
DCtsAngleDeveloperOptionHostTest.java99 sDriverGlobalSettingMap.get(OpenGlDriverChoice.DEFAULT)); in testEnableAngleForAll()
101 sDriverGlobalSettingMap.get(OpenGlDriverChoice.DEFAULT)); in testEnableAngleForAll()
123 sDriverGlobalSettingMap.get(OpenGlDriverChoice.DEFAULT)); in testUseDefaultDriver()
322 sDriverGlobalSettingMap.get(OpenGlDriverChoice.DEFAULT)); in testDefaultNotInSettings()
384 sDriverGlobalSettingMap.get(OpenGlDriverChoice.DEFAULT)); in testMultipleDevOptionsAngleDefault()
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DMediaRecorderCameraActivity.java126 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in surfaceChanged()
128 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.DEFAULT); in surfaceChanged()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityServiceInfoTest.java92 AccessibilityServiceInfo.DEFAULT)); in testFlagToString()
124 sentInfo.flags = AccessibilityServiceInfo.DEFAULT; in fullyPopulateSentAccessibilityServiceInfo()
/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java248 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in testRecorderCamera()
249 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.DEFAULT); in testRecorderCamera()
441 mMediaRecorder.setAudioSource(MediaRecorder.AudioSource.DEFAULT); in recordVideoUsingCamera()
442 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in recordVideoUsingCamera()
443 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.DEFAULT); in recordVideoUsingCamera()
444 mMediaRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.DEFAULT); in recordVideoUsingCamera()
551 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in testRecorderVideo()
553 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.DEFAULT); in testRecorderVideo()
571 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in testSetOutputFile()
572 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.DEFAULT); in testSetOutputFile()
[all …]
DAudioRecord_BufferSizeTest.java93 mAudioRecord = new AudioRecord(AudioSource.DEFAULT, sampleRateInHz, in createAudioRecord()
DAudioPreProcessingTest.java235 ar = new AudioRecord(MediaRecorder.AudioSource.DEFAULT, in getAudioRecord()
DMediaRandomTest.java292 MediaRecorder.AudioSource.DEFAULT, in testRecorderRandomAction()
DAudioRecordTest.java117 .setAudioSource(MediaRecorder.AudioSource.DEFAULT) in setUp()
155 assertEquals(MediaRecorder.AudioSource.DEFAULT, mAudioRecord.getAudioSource()); in testAudioRecordProperties()
395 final int expectedCapturePreset = MediaRecorder.AudioSource.DEFAULT; in testAudioRecordBuilderDefault()
973 mAudioRecord.getAudioSessionId(), MediaRecorder.AudioSource.DEFAULT); in testAudioRecordInfoCallback()
1078 final int TEST_SOURCE = MediaRecorder.AudioSource.DEFAULT; in doTest()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DCertInstallDelegateTest.java160 Base64.decode(TEST_KEY, Base64.DEFAULT)); in testCanAccessApis()
166 Base64.DEFAULT)); in testCanAccessApis()
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerReceiver.java124 Base64.decode(key, Base64.DEFAULT)); in onReceive()
131 Base64.DEFAULT)); in onReceive()
DDirectDelegatedCertInstallerTest.java170 Base64.decode(TEST_KEY, Base64.DEFAULT)); in testInstallKeyPair()
176 Base64.DEFAULT)); in testInstallKeyPair()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DContactsTest.java535 if (directoryId == Directory.DEFAULT) { in testGetDirectoryListInPrimaryProfile()
587 Directory.DEFAULT); in testPrimaryProfileEnterpriseEmailLookup_canAccessPrimaryDirectories()
621 Directory.DEFAULT); in testPrimaryProfileEnterprisePhoneLookup_canAccessPrimaryDirectories()
653 PRIMARY_CONTACT_PHONE, Directory.DEFAULT); in testPrimaryProfileEnterpriseCallableFilter_canAccessPrimaryDirectories()
667 MANAGED_CONTACT_PHONE, Directory.DEFAULT); in testManagedProfileEnterpriseCallableFilter_canAccessManagedDirectories()
719 PRIMARY_CONTACT_EMAIL, Directory.DEFAULT); in testPrimaryProfileEnterpriseEmailFilter_canAccessPrimaryDirectories()
732 MANAGED_CONTACT_EMAIL, Directory.DEFAULT); in testEnterpriseProfileEnterpriseEmailFilter_canAccessManagedDirectories()
784 PRIMARY_CONTACT_DISPLAY_NAME, Directory.DEFAULT); in testPrimaryProfileEnterpriseContactFilter_canAccessPrimaryDirectories()
797 MANAGED_CONTACT_DISPLAY_NAME, Directory.DEFAULT); in testManagedProfileEnterpriseContactFilter_canAccessManagedDirectories()
849 PRIMARY_CONTACT_PHONE, Directory.DEFAULT); in testPrimaryProfileEnterprisePhoneFilter_canAccessPrimaryDirectories()
[all …]
/cts/tools/dasm/src/dasm/
Dsym.java56 static final int DEFAULT = 63; field in sym
DReservedWords.java87 reserved_words.put("default", new token(sym.DEFAULT));
/cts/tests/tests/security/src/android/security/cts/
DMediaRecorderInfoLeakTest.java37 mediaRecorder.setAudioSource(MediaRecorder.AudioSource.DEFAULT); in test_cve_2016_2499()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DTrivialRecorder.java47 MediaRecorder.AudioSource.DEFAULT, in TrivialRecorder()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewPrecomputedTextTest.java97 if (tf == null || tf == Typeface.DEFAULT) { in makeDifferentParams()
100 paint.setTypeface(Typeface.DEFAULT); in makeDifferentParams()
/cts/tests/tests/provider/src/android/provider/cts/
DFontRequestTest.java44 Base64.decode("e04fd020ea3a6910a2d808002b30", Base64.DEFAULT);
/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityServiceInfoTest.java65 assertEquals(AccessibilityServiceInfo.DEFAULT in testAccessibilityServiceInfoForEnabledService()
/cts/tests/tests/drm/src/android/drm/cts/
DDRMTest.java130 DrmStore.Action.DEFAULT); in testGetConstraints()
138 DrmStore.Action.DEFAULT); in testSupportsHttps()
/cts/libs/testserver/src/android/webkit/cts/
DTestWebServer.java291 requestPath, Base64.decode(base64EncodedResponse, Base64.DEFAULT), in setResponseBase64()
533 byte[] bytes = Base64.decode(SERVER_KEYS_BKS, Base64.DEFAULT); in getKeyManagers()

12