Home
last modified time | relevance | path

Searched refs:setDescription (Results 1 – 25 of 31) sorted by relevance

12

/cts/tests/tests/drm/src/android/drm/cts/
DDrmSupportInfoTest.java81 info1.setDescription("World"); in checkEqualsOnNondefaultInfoObjects()
82 info3.setDescription("world"); // lowercase 'w' in checkEqualsOnNondefaultInfoObjects()
84 info3.setDescription("World"); in checkEqualsOnNondefaultInfoObjects()
93 info.setDescription(description); in checkSetAndGetDescription()
100 info.setDescription(description); in checkSetInvalidDescription()
/cts/tests/tests/media/src/android/media/cts/
DMediaRoute2InfoTest.java117 .setDescription(TEST_DESCRIPTION) in testBuilderAndGettersOfMediaRoute2Info()
193 .setDescription(TEST_DESCRIPTION) in testEqualsCreatedWithSameArguments()
206 .setDescription(TEST_DESCRIPTION) in testEqualsCreatedWithSameArguments()
228 .setDescription(TEST_DESCRIPTION) in testEqualsCreatedWithBuilderCopyConstructor()
252 .setDescription(TEST_DESCRIPTION) in testEqualsReturnFalse()
269 .setDescription("randomDescription") in testEqualsReturnFalse()
298 .setDescription(TEST_DESCRIPTION) in testParcelingAndUnParceling()
334 .setDescription(TEST_DESCRIPTION) in testDescribeContents()
DMediaItemTest.java36 .setDescription(DESCRIPTION).setMediaId(MEDIA_ID) in testBrowsableMediaItem()
62 .setDescription(DESCRIPTION).setMediaId(MEDIA_ID) in testPlayableMediaItem()
DMediaRouterTest.java195 userRoute.setDescription(TEST_ROUTE_DESCRIPTION); in testUserRouteInfo()
395 userRoute.setDescription(TEST_ROUTE_DESCRIPTION); in testCallback()
/cts/tests/app/src/android/app/cts/
DNotificationChannelGroupTest.java55 group.setDescription("bananas!"); in testWriteToParcel()
67 group.setDescription("bananas"); in testClone()
DNotificationChannelTest.java107 channel.setDescription("success"); in testDescription()
/cts/tests/app/src/android/app/people/cts/
DConversationStatusTest.java44 .setDescription("playing chess") in testCreation()
82 .setDescription("playing chess") in testParcel()
DPeopleManagerTest.java212 cs.setStartTimeMillis(100).setDescription("Playing chess"); in testAddOrUpdateStatus_update()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DTestModuleConfigHandler.java64 mFileMetadata.setDescription(attributes.getValue(DESCRIPTION_TAG)); in startElement()
66 mFileMetadata.setDescription("WARNING: no description."); in startElement()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DTestModuleConfigHandler.java67 mTestModuleConfig.setDescription(attributes.getValue(DESCRIPTION_TAG)); in startElement()
69 mTestModuleConfig.setDescription("WARNING: no description."); in startElement()
/cts/tests/framework/base/biometrics/apps/biometrics/src/android/server/biometrics/
DClass2BiometricOrCredentialActivity.java45 .setDescription("Description") in onCreate()
DClass3BiometricActivity.java44 .setDescription("Description") in onCreate()
DClass2BiometricActivity.java48 .setDescription("Description") in onCreate()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricTestBase.java278 .setDescription(description) in showCredentialOnlyBiometricPromptWithContents()
314 .setDescription("Description") in showDeviceCredentialAllowedBiometricPrompt()
345 .setDescription("Description") in showDefaultBiometricPrompt()
371 .setDescription(description) in showDefaultBiometricPromptWithContents()
415 .setDescription("Description") in showBiometricPromptWithAuthenticators()
/cts/tests/AlarmManager/app/src/android/alarmmanager/alarmtestapp/cts/
DTestService.java44 channel.setDescription(description); in getNotificationChannelId()
/cts/hostsidetests/systemui/app/src/android/systemui/cts/
DTestNotificationActivity.java63 channel.setDescription("SystemUi Cts Channel"); in doShowNotification()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DStatsdCtsForegroundActivity.java171 channel.setDescription("Statsd Cts Channel"); in doShowNotification()
189 channelGroup.setDescription("StatsdCtsGroup Description"); in doCreateChannelGroup()
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/data/
DVideoProvider.java73 movie.setDescription(description); in buildMovieInfo()
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/model/
DMovie.java76 public void setDescription(String description) { in setDescription() method in Movie
/cts/tests/tests/display/src/android/display/cts/
DBrightnessTest.java241 .setDescription("some test").build(); in testConfigureBrightnessPermission()
275 .setDescription("some test").build(); in testSetGetSimpleCurve()
340 .setDescription("model:8").build();
/cts/tests/tests/hardware/src/android/hardware/biometrics/cts/
DBiometricPromptTest.java86 builder.setDescription(description); in test_authenticate_fingerprint()
/cts/tests/tests/print/src/android/print/cts/
DPrinterInfoTest.java255 b.setDescription(description); in createFirstMockPrinterDiscoverySessionCallbacks()
DPrintServicesTest.java128 .setDescription("Minimal capabilities") in createMockPrinterDiscoverySessionCallbacks()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DIdentityCredentialAuthentication.java215 builder.setDescription("Authenticate to unlock credential."); in startTest()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvViewTest.java347 .setLanguage("eng").setDescription("audio commentary").build(); in testTrackChange()

12