/cts/tests/tests/content/src/android/content/cts/ |
D | ContentQueryMapTest.java | 139 ContentValues contentValues = mContentQueryMap.getValues(NAME0); in testRequery() 143 contentValues = mContentQueryMap.getValues(NAME1); in testRequery() 147 contentValues = mContentQueryMap.getValues(NAME2); in testRequery() 158 contentValues = mContentQueryMap.getValues(NAME0); in testRequery() 161 contentValues = mContentQueryMap.getValues(NAME1); in testRequery() 165 contentValues = mContentQueryMap.getValues(NAME2); in testRequery() 178 ContentValues contentValues = mContentQueryMap.getValues(NAME0); in testSetKeepUpdated() 181 contentValues = mContentQueryMap.getValues(NAME2); in testSetKeepUpdated() 193 contentValues = mContentQueryMap.getValues(NAME0); in testSetKeepUpdated() 196 contentValues = mContentQueryMap.getValues(NAME2); in testSetKeepUpdated() [all …]
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | CameraTest.java | 60 m.getValues(f); in testMatrixPreCompare() 76 m2.getValues(f); in testTranslate() 92 m2.getValues(f); in testRotateX() 108 m2.getValues(f); in testRotateY() 124 m2.getValues(f); in testRotateZ() 140 m2.getValues(f); in testRotate()
|
D | MatrixTest.java | 263 mMatrix.getValues(mValues); in testSet() 268 matrix.getValues(mValues); in testSet() 359 mMatrix.getValues(mValues); in testSetConcat() 393 mMatrix.getValues(values); in testPreRotate2() 685 mMatrix.getValues(values); in testAccessValues() 713 mMatrix.getValues(actualValues); in verifyMatrix()
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | TranslateAnimationTest.java | 120 transformation.getMatrix().getValues(values); in testApplyTransformation() 126 transformation.getMatrix().getValues(values); in testApplyTransformation() 132 transformation.getMatrix().getValues(values); in testApplyTransformation() 140 transformation.getMatrix().getValues(values); in testApplyTransformation() 147 transformation.getMatrix().getValues(values); in testApplyTransformation() 156 transformation.getMatrix().getValues(values); in testApplyTransformation() 189 transformation.getMatrix().getValues(values); in testInitialize() 195 transformation.getMatrix().getValues(values); in testInitialize() 203 transformation.getMatrix().getValues(values); in testInitialize()
|
D | ScaleAnimationTest.java | 100 transformation.getMatrix().getValues(values); in testApplyTransformation() 106 transformation.getMatrix().getValues(values); in testApplyTransformation() 112 transformation.getMatrix().getValues(values); in testApplyTransformation() 141 transformation.getMatrix().getValues(values); 148 transformation.getMatrix().getValues(values); 154 transformation.getMatrix().getValues(values);
|
/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | PowerIncidentTest.java | 46 .getValues() in verifyPowerManagerServiceDumpProto() 50 .getValues() in verifyPowerManagerServiceDumpProto() 54 .getValues() in verifyPowerManagerServiceDumpProto() 87 .getValues() in verifyPowerManagerServiceDumpProto()
|
D | DiskStatsProtoTest.java | 66 assertTrue(DiskStatsServiceDumpProto.EncryptionType.getDescriptor().getValues() in verifyDiskStatsServiceDumpProto() 95 assertTrue(DiskStatsFreeSpaceProto.Folder.getDescriptor().getValues() in verifyDiskStatsFreeSpaceProto()
|
D | UsbIncidentTest.java | 79 … assertTrue(UsbHandlerProto.Function.getDescriptor().getValues().contains(f.getValueDescriptor())); in verifyUsbHandlerProto() 82 … assertTrue(UsbHandlerProto.Function.getDescriptor().getValues().contains(f.getValueDescriptor())); in verifyUsbHandlerProto()
|
D | PrintProtoTest.java | 113 PrinterInfoProto.Status.getDescriptor().getValues() in verifyPrinterInfoProto() 124 PrintJobInfoProto.State.getDescriptor().getValues() in verifyPrintJobInfoProto()
|
D | WindowManagerIncidentTest.java | 39 assertTrue(WindowManagerPolicyProto.UserRotationMode.getDescriptor().getValues() in verifyWindowManagerPolicyProto()
|
D | ActivityManagerIncidentTest.java | 172 …assertTrue(ConnectionRecordProto.Flag.getDescriptor().getValues().contains(f.getValueDescriptor())… in verifyConnectionRecordProto() 239 … assertTrue(UidRecordProto.Change.getDescriptor().getValues().contains(c.getValueDescriptor())); in verifyUidRecordProto() 267 …assertTrue(VrControllerProto.VrMode.getDescriptor().getValues().contains(vm.getValueDescriptor())); in verifyVrControllerProto()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/ |
D | CompositeUserDataTest.java | 93 final String[] values = userData.getValues(); in testMerge_nullGenericUserData() 111 final String[] values = userData.getValues(); in testMerge_bothEmpty() 131 final String[] values = userData.getValues(); in testMerge_emptyGenericUserData() 163 final String[] values = userData.getValues(); in testMerge_emptyPackageUserData() 196 final String[] values = userData.getValues(); in testMerge_bothHaveData()
|
/cts/tests/signature/api-check/with-dynamic-config/src/java/android/signature/cts/api/dynamic/ |
D | DynamicConfigSignatureTest.java | 47 Collection<String> expectedFailures = dcds.getValues("expected_failures"); in initializeFromArgs()
|
D | DynamicConfigHiddenApiTest.java | 48 Collection<String> expectedFailures = dcds.getValues("expected_failures"); in initializeFromArgs()
|
/cts/tools/cts-media-preparer-app/src/android/mediastress/cts/preconditions/app/ |
D | MediaPreparerAppTest.java | 90 for (MediaFormat format : stringsToFormats(config.getValues(key))) { in testGetResolutions() 103 for (MediaFormat format : stringsToFormats(config.getValues(key))) { in testGetResolutions()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appops/ |
D | AppOpsTests.java | 42 getDescriptorForType().getValues().size() - 1; 106 .getValues()) { in testAppOps()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | CannedAugmentedFillResponse.java | 150 values = dataset.getValues(); in asFillResponse() 188 if (!dataset.getValues().isEmpty()) { in createResponseWithInlineSuggestion() 191 for (Pair<AutofillId, AutofillValue> pair : dataset.getValues()) { in createResponseWithInlineSuggestion() 310 public List<Pair<AutofillId, AutofillValue>> getValues() { in getValues() method in CannedAugmentedFillResponse.Dataset
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/performance/ |
D | CameraTestInstrumentation.java | 90 double[] values = metric.getValues(); in sendStatus()
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_components/ |
D | SeqOfAlmanacElement.java | 121 for (AlmanacElement value : getValues()) { in toIndentedString()
|
D | SeqOfGPSRefOrbit.java | 121 for (GPSReferenceOrbit value : getValues()) { in toIndentedString()
|
D | SeqOfSystemInfoAssistBTS.java | 121 for (SystemInfoAssistBTS value : getValues()) { in toIndentedString()
|
D | SeqOfReferenceIdentityType.java | 121 for (ReferenceIdentityType value : getValues()) { in toIndentedString()
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ver2_ulp_components/ |
D | MNC.java | 121 for (MCC_MNC_Digit value : getValues()) { in toIndentedString()
|
D | MeasResultListEUTRA.java | 121 for (MeasResultEUTRA value : getValues()) { in toIndentedString()
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/ |
D | TimeslotISCP_List.java | 121 for (TimeslotISCP value : getValues()) { in toIndentedString()
|