/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/side-less/com/android/adservices/common/ |
D | AbstractAdServicesDeviceSupportedRuleTest.java | 133 Description description = createTestMethod(TestAnnotations.requiresLowRamDevice()); in testAnnotatedWithLowRam_deviceNotLowRam() local 144 Description description = createTestMethod(TestAnnotations.requiresLowRamDevice()); in testAnnotatedWithLowRam_deviceLowRam() local 154 Description description = in testAnnotatedWithLargeScreen_deviceSmallScreen() local 168 Description description = in testAnnotatedWithLargeScreen_deviceLargeScreen() local 179 Description description = in testAnnotatedWithSmallScreen_deviceLargeScreen() local 193 Description description = in testAnnotatedWithSmallScreen_deviceSmallScreen() local 204 Description description = createTestMethod(TestAnnotations.requiresGoDevice()); in testAnnotatedWithRequiresGoDevice_deviceNotGoDevice() local 215 Description description = createTestMethod(TestAnnotations.requiresGoDevice()); in testAnnotatedWithRequiresGoDevice_deviceGoDevice() local 225 Description description = in testAnnotatedWithRequiresGoDeviceAndRequiresLowRamDevice_onlyGoDevice() local 238 Description description = in testAnnotatedWithRequiresGoDeviceAndRequiresLowMemoryDevice_onlyLowRamDevice() local [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/src/com/android/adservices/common/logging/ |
D | AdServicesErrorLogUtilWithExceptionVerifierTest.java | 45 Description description = in testGetExpectedLogCalls_withNoAnnotations_returnsEmptySet() local 54 Description description = in testGetExpectedLogCalls_withSingleAnnotation_returnsNonEmptyList() local 76 Description description = in testGetExpectedLogCalls_withSingleAnnotationNegativeTimes_throwsException() local 98 Description description = in testGetExpectedLogCalls_withSingleAnnotationZeroTimes_throwsException() local 123 Description description = in testGetExpectedLogCalls_withSingleAnnotationMissingThrowable_throwsException() local 145 Description description = in testGetExpectedLogCalls_withSingleAnnotationMissingErrorCode_throwsException() local 167 Description description = in testGetExpectedLogCalls_withSingleAnnotationMissingPpapiName_throwsException() local 189 Description description = in testGetExpectedLogCalls_withSingleAnnotationAndDefaultParams_returnsNonEmptyList() local 223 Description description = in testGetExpectedLogCalls_withMultipleValidAnnotations_returnsNonEmptyList() local 265 Description description = in testGetExpectedLogCalls_withMultipleAnnotationZeroTimes_throwsException() local [all …]
|
D | AdServicesErrorLogUtilVerifierTest.java | 42 Description description = in testGetExpectedLogCalls_withNoAnnotations_returnsEmptySet() local 51 Description description = in testGetExpectedLogCalls_withSingleAnnotation_returnsNonEmptyList() local 67 Description description = in testGetExpectedLogCalls_withSingleAnnotationNegativeTimes_throwsException() local 86 Description description = in testGetExpectedLogCalls_withSingleAnnotationZeroTimes_throwsException() local 107 Description description = in testGetExpectedLogCalls_withSingleAnnotationMissingErrorCode_throwsException() local 128 Description description = in testGetExpectedLogCalls_withSingleAnnotationMissingPpapiName_throwsException() local 148 Description description = in testGetExpectedLogCalls_withSingleAnnotationAndDefaultParams_returnsNonEmptyList() local 175 Description description = in testGetExpectedLogCalls_withMultipleValidAnnotations_returnsNonEmptyList() local 201 Description description = in testGetExpectedLogCalls_withMultipleAnnotationZeroTimes_throwsException() local 229 Description description = in testGetExpectedLogCalls_withMultipleAnnotationNegativeTimes_throwsException() local [all …]
|
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/ |
D | AdServicesErrorLogUtilWithExceptionVerifier.java | 54 protected void mockLogCalls(Description description) { in mockLogCalls() 63 public Set<ErrorLogUtilCall> getExpectedLogCalls(Description description) { in getExpectedLogCalls() 93 private Set<ErrorLogUtilCall> parseExpectedLogCalls(Description description) { in parseExpectedLogCalls() 121 private List<ExpectErrorLogUtilWithExceptionCall> getAnnotations(Description description) { in getAnnotations() 135 private int getTotalExpectedLogCalls(Description description) { in getTotalExpectedLogCalls()
|
D | AdServicesErrorLogUtilVerifier.java | 52 protected void mockLogCalls(Description description) { in mockLogCalls() 61 public Set<ErrorLogUtilCall> getExpectedLogCalls(Description description) { in getExpectedLogCalls() 91 private Set<ErrorLogUtilCall> parseExpectedLogCalls(Description description) { in parseExpectedLogCalls() 119 private List<ExpectErrorLogUtilCall> getAnnotations(Description description) { in getAnnotations() 131 private int getTotalExpectedLogCalls(Description description) { in getTotalExpectedLogCalls()
|
/packages/services/Car/car-lib/generated-prop-config/ |
D | CarSvcProps-Released.json | 7 "description": "VIN of vehicle", string 16 "description": "Manufacturer of vehicle.", string 25 "description": "Model of vehicle.", string 34 "description": "Model year of vehicle in YYYY format based on Gregorian calendar.", string 43 "description": "Fuel capacity of the vehicle in milliliters.", string 52 "description": "List the {@link FuelType}s the vehicle may use.", string 76 "description": "Nominal usable battery capacity for EV or hybrid vehicle.", string 85 …"description": "List of {@link android.car.hardware.property.EvChargingConnectorType}s this vehicl… string 109 "description": "{@link PortLocationType} for the fuel door location.", string 127 "description": "{@link PortLocationType} for the EV port location.", string [all …]
|
D | CarSvcProps.json | 7 "description": "VIN of vehicle", string 22 "description": "Manufacturer of vehicle.", string 37 "description": "Model of vehicle.", string 52 "description": "Model year of vehicle in YYYY format based on Gregorian calendar.", string 67 "description": "Fuel capacity of the vehicle in milliliters.", string 82 "description": "List the {@link FuelType}s the vehicle may use.", string 112 "description": "Nominal usable battery capacity for EV or hybrid vehicle.", string 127 …"description": "List of {@link android.car.hardware.property.EvChargingConnectorType}s this vehicl… string 157 "description": "{@link PortLocationType} for the fuel door location.", string 181 "description": "{@link PortLocationType} for the EV port location.", string [all …]
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/ |
D | FailureWatcher.java | 46 protected void starting(Description description) { in starting() 52 protected void finished(Description description) { in finished() 58 protected void succeeded(Description description) { in succeeded() 64 public Statement apply(Statement base, Description description) { in apply()
|
D | SamplerRule.java | 45 public static Thread startThread(Description description) { in startThread() 109 public Statement apply(Statement base, Description description) { in apply()
|
/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/ |
D | arguments_parser.h | 37 const std::string &description) { in keyValueOption() 41 static OptionSpec switchOption(const std::string &description) { in switchOption() 53 const std::string &description) in OptionSpec() 71 static ArgumentSpec singleArgument(const std::string &name, const std::string &description) { in singleArgument() 76 const size_t maxCount, const std::string &description) { in variableLengthArguments() 89 const std::string &description) in ArgumentSpec()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/audio_util/ |
D | MetadataTest.java | 210 private static MediaItem getMediaItem(MediaDescription description) { in getMediaItem() 214 private static QueueItem getQueueItem(MediaDescription description) { in getQueueItem() 456 MediaDescription description = getMediaDescription(null, null, null); in testBuildMetadataFromMediaDescription() local 477 MediaDescription description = getMediaDescription(mTestBitmap, null, null); in testBuildMetadataFromMediaDescriptionWithIconArt() local 498 MediaDescription description = getMediaDescription(null, IMAGE_URI_1, null); in testBuildMetadataFromMediaDescriptionWithIconUri() local 520 MediaDescription description = getMediaDescription(null, IMAGE_URI_1, null); in testBuildMetadataFromMediaDescriptionWithArtNullContext() local 542 MediaDescription description = getMediaDescription(null, null, extras); in testBuildMetadataFromMediaDescriptionWithExtras() local 774 MediaDescription description = getMediaDescription(null, null, null); in testBuildMetadataFromMediaItem() local 793 MediaDescription description = getMediaDescription(mTestBitmap, null, null); in testBuildMetadataFromMediaItemWithIconArt() local 812 MediaDescription description = getMediaDescription(null, IMAGE_URI_1, null); in testBuildMetadataFromMediaItemWithIconUri() local [all …]
|
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/ui/util/ |
D | ContentHandlingUtilTest.kt | 57 val description = WallpaperDescription.Builder().setId(wallpaperId).build() in <lambda>() constant 75 val description = WallpaperDescription.Builder().setId("id").setComponent(component).build() in <lambda>() constant 92 val description = WallpaperDescription.Builder().setId("id").setComponent(component).build() in <lambda>() constant 104 val description = WallpaperDescription.Builder().setId("id").setComponent(component).build() in <lambda>() constant 135 val description = in <lambda>() constant
|
/packages/modules/AdServices/shared/testing-libraries/side-less/java/com/android/adservices/shared/testing/ |
D | AbstractRethrowerRule.java | 39 protected final void evaluate(Statement base, Description description) throws Throwable { in evaluate() 83 protected void preTest(Statement base, Description description, List<Throwable> cleanUpErrors) { in preTest() 95 Description description, in onTestFailure() 110 Statement base, Description description, List<Throwable> cleanUpErrors) { in postTest()
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | NotificationImportExportListener.java | 112 final String description = mContext.getString(R.string.importing_vcard_description, in onImportParsed() local 123 final String description = mContext.getString(R.string.importing_vcard_finished_title, in onImportFinished() local 154 final String description = mContext.getString(R.string.importing_vcard_canceled_title, in onImportCanceled() local 181 final String description = type == VCardService.TYPE_IMPORT ? in onCancelRequest() local 204 Context context, int type, String description, String tickerText, in constructProgressNotification() 250 Context context, String description) { in constructCancelNotification() 270 Context context, String title, String description, Intent intent) { in constructFinishNotification()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/list/ |
D | SchedulesHeaderRow.java | 30 public SchedulesHeaderRow(String title, String description, int itemCount) { in SchedulesHeaderRow() 42 public void setDescription(String description) { in setDescription() 70 public DateHeaderRow(String title, String description, int itemCount, long deadLineMs) { in DateHeaderRow() 88 String description, in SeriesRecordingHeaderRow()
|
/packages/modules/AdServices/shared/testing-libraries/device-side/java/com/android/adservices/shared/testing/ |
D | LogVerifier.java | 28 void setup(Description description); in setup() 36 void verify(Description description); in verify()
|
/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/ |
D | InstantTaskExecutorRule.java | 34 protected void starting(Description description) { in starting() 55 protected void finished(Description description) { in finished()
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/viewmodel/ |
D | InstantTaskExecutorRule.java | 34 protected void starting(Description description) { in starting() 55 protected void finished(Description description) { in finished()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/ |
D | InstantTaskExecutorRule.java | 34 protected void starting(Description description) { in starting() 55 protected void finished(Description description) { in finished()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/testutils/ |
D | InstantTaskExecutorRule.java | 34 protected void starting(Description description) { in starting() 55 protected void finished(Description description) { in finished()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
D | ContentFragment.java | 49 String description) { in newInstance() 53 public static ContentFragment newInstance(String title, String breadcrumb, String description, in newInstance() 58 public static ContentFragment newInstance(String title, String breadcrumb, String description, in newInstance() 67 public static ContentFragment newInstance(String title, String breadcrumb, String description, in newInstance() 72 public static ContentFragment newInstance(String title, String breadcrumb, String description, in newInstance() 81 public static ContentFragment newInstance(String title, String breadcrumb, String description, in newInstance()
|
/packages/modules/HealthFitness/tests/cts/utils/HealthConnectTestUtils/src/android/healthconnect/cts/utils/ |
D | AssumptionCheckerRule.java | 43 public AssumptionCheckerRule(BooleanSupplier shouldRunTestSupplier, String description) { in AssumptionCheckerRule() 49 public Statement apply(Statement base, Description description) { in apply()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/classifier/ |
D | Preprocessor.java | 78 public String removeStopWords(@NonNull String description) { in removeStopWords() 132 public static String preprocessAppDescription(@NonNull String description) { in preprocessAppDescription() 160 public static String limitDescriptionSize( in limitDescriptionSize()
|
/packages/apps/TV/src/com/android/tv/ui/sidepanel/ |
D | CompoundButtonItem.java | 35 public CompoundButtonItem(String title, String description) { in CompoundButtonItem() 39 public CompoundButtonItem(String checkedTitle, String uncheckedTitle, String description) { in CompoundButtonItem() 47 String checkedTitle, String uncheckedTitle, String description, int maxLine) { in CompoundButtonItem()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
D | SettingsGuidedStepFragment.kt | 29 val description = view.requireViewById(R.id.guidance_description) as TextView in onViewCreated() constant
|