| /cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
| D | SensorCtsHelperTest.java | 36 Collection<Integer> values = new HashSet<Integer>(); in testGet95PercentileValue() local 59 List<Integer> values = Arrays.asList(0, 1, 2, 3, 4); in testGetMean() local 76 List<Integer> values = Arrays.asList(0, 1, 2, 3, 4); in testGetVariance() local 93 List<Integer> values = Arrays.asList(0, 1, 2, 3, 4); in testGetStandardDeviation() local
|
| D | TestSensorEvent.java | 32 public final float values[]; field in TestSensorEvent 63 public TestSensorEvent(Sensor sensor, long timestamp, int accuracy, float[] values) { in TestSensorEvent() 71 float[] values) { in TestSensorEvent()
|
| /cts/tests/tests/permission2/src/android/permission2/cts/ |
| D | WriteSocialStreamPermissionTest.java | 39 ContentValues values = new ContentValues(); in testWriteSocialStreamPermission_byContentDirectory() local 42 RawContacts.StreamItems.CONTENT_DIRECTORY), values); in testWriteSocialStreamPermission_byContentDirectory() local 51 ContentValues values = new ContentValues(); in testWriteSocialStreamPermission_byContentUri() local
|
| /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
| D | MagnitudeVerificationTest.java | 34 float[][] values = { in testVerify() local 49 …private void runStats(float expected, float threshold, float[][] values, boolean pass, float magni… in runStats() 67 float[] ... values) { in getVerification()
|
| D | StandardDeviationVerificationTest.java | 35 float[][] values = { in testVerify() local 59 private void runVerification(float[] threshold, float[][] values, boolean pass, in runVerification() 82 private StandardDeviationVerification getVerification(float[] threshold, float[] ... values) { in getVerification()
|
| D | MeanVerificationTest.java | 34 float[][] values = { in testVerify() local 93 float[] ... values) { in getVerification()
|
| /cts/tests/tests/provider/src/android/provider/cts/contacts/ |
| D | DataUtil.java | 42 ContentValues values = new ContentValues(); in insertName() local 51 ContentValues values = new ContentValues(); in insertPhoneNumber() local 58 ContentValues values = new ContentValues(); in insertEmail() local 69 ContentValues values) { in insertData() 83 public static void update(ContentResolver resolver, long dataId, ContentValues values) { in update()
|
| /cts/tests/tests/app/src/android/app/cts/ |
| D | ActivityManagerRunningTaskInfoTest.java | 53 ActivityManager.RunningTaskInfo values = ActivityManager.RunningTaskInfo.CREATOR in testWriteToParcel() local 81 ActivityManager.RunningTaskInfo values = new ActivityManager.RunningTaskInfo(); in testReadFromParcel() local
|
| D | ActivityManager_RunningServiceInfoTest.java | 59 ActivityManager.RunningServiceInfo values = in testWriteToParcel() local 78 ActivityManager.RunningServiceInfo values = in testReadFromParcel() local
|
| D | ActivityManagerRecentTaskInfoTest.java | 52 ActivityManager.RecentTaskInfo values = ActivityManager.RecentTaskInfo.CREATOR in testWriteToParcel() local 86 ActivityManager.RecentTaskInfo values = new ActivityManager.RecentTaskInfo(); in testReadFromParcel() local
|
| D | ActivityManagerProcessErrorStateInfoTest.java | 59 ActivityManager.ProcessErrorStateInfo values = in testWriteToParcel() local 93 ActivityManager.ProcessErrorStateInfo values = new ActivityManager.ProcessErrorStateInfo(); in testReadFromParcel() local
|
| /cts/tests/tests/provider/src/android/provider/cts/ |
| D | MediaStore_Audio_GenresTest.java | 64 ContentValues values = new ContentValues(); in testStoreAudioGenresExternal() local 93 ContentValues values = new ContentValues(); in testStoreAudioGenresInternal() local 101 ContentValues values = Audio1.getInstance().getContentValues(true); in testGetContentUriForAudioId() local
|
| D | MediaStoreTest.java | 53 ContentValues values = new ContentValues(); in tearDown() local 62 ContentValues values = new ContentValues(); in testGetMediaScannerUri() local
|
| D | ContactsContract_StreamItemPhotosTest.java | 49 ContentValues values = new ContentValues(); in testContentDirectoryUri() local 64 ContentValues values = new ContentValues(); in testContentPhotoUri() local
|
| D | MediaStore_Audio_PlaylistsTest.java | 67 ContentValues values = new ContentValues(); in testStoreAudioPlaylistsExternal() local 113 ContentValues values = new ContentValues(); in testStoreAudioPlaylistsInternal() local
|
| D | ContactsContract_StreamItemsTest.java | 72 ContentValues values = new ContentValues(); in testContentDirectoryUri() local 86 ContentValues values = new ContentValues(); in insertRawContact() local 98 ContentValues values = new ContentValues(); in insertViaContentDirectoryUri() local
|
| /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/ |
| D | InMatcher.java | 34 public InMatcher(Collection<T> values) { in InMatcher() 39 public InMatcher(T... values) { in InMatcher()
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| D | StructArrayTest.java | 27 int[] values = {0, 1, 2, 3, 4}; in testStructArrays() local
|
| /cts/tests/tests/animation/src/android/animation/cts/ |
| D | PropertyValuesHolderTest.java | 60 float[] values = {mStartY, mEndY}; in testGetPropertyName() local 66 float[] values = {mStartY, mEndY}; in testSetPropertyName() local 73 float[] values = {mStartY, mEndY}; in testClone() local 81 float[] values = {mStartY, mEndY}; in testSetValues() local 203 float[] values = {mStartY, mEndY}; in testOffloat() local 217 float[] values = {mStartY, mEndY}; in testOfFloat_Property() local 235 int[] values = {start, end}; in testOfInt() local 258 int values[] = {startColor, endColor}; in testOfInt_Property() local 282 float[] values = {mStartY, mEndY}; in testSetProperty() local
|
| /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
| D | DeqpTestRunner.java | 200 private void handleBeginSession(Map<String, String> values) { in handleBeginSession() argument 208 private void handleEndSession(Map<String, String> values) { in handleEndSession() argument 216 private void handleBeginTestCase(Map<String, String> values) { in handleBeginTestCase() argument 228 private void handleEndTestCase(Map<String, String> values) { in handleEndTestCase() argument 253 private void handleTestCaseResult(Map<String, String> values) { in handleTestCaseResult() argument 281 private void handleTestCaseTerminate(Map<String, String> values) { in handleTestCaseTerminate() argument 306 private void handleTestLogData(Map<String, String> values) { in handleTestLogData() argument 313 public void handleStatus(Map<String, String> values) { in handleStatus() argument
|
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| D | MatrixTest.java | 181 float[] values = new float[9]; in testPreRotate2() local 201 float[] values = new float[9]; in testPreConcat() local 256 float[] values = new float[9]; in testPostConcat() local 301 float[] values = new float[9]; in testInvert() local 375 float[] values = new float[9]; in testMapVectors() local 465 float[] values = new float[9]; in testAccessValues() local 475 private String toShortString(float[] values) { in toShortString()
|
| /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/ |
| D | PrivateContentProvider.java | 45 public Uri insert(Uri uri, ContentValues values) { in insert() 61 public int update(Uri uri, ContentValues values, String selection, in update()
|
| D | PrivateContentProviderGranting.java | 45 public Uri insert(Uri uri, ContentValues values) { in insert() 61 public int update(Uri uri, ContentValues values, String selection, in update()
|
| D | PermissionContentProviderPath.java | 29 public Uri insert(Uri uri, ContentValues values) { in insert() 45 public int update(Uri uri, ContentValues values, String selection, in update()
|
| /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareAppCompat/src/com/android/cts/permissiondeclareappcompat/ |
| D | AmbiguousContentProvider.java | 45 public Uri insert(Uri uri, ContentValues values) { in insert() 61 public int update(Uri uri, ContentValues values, String selection, in update()
|