Home
last modified time | relevance | path

Searched defs:values (Results 1 – 25 of 85) sorted by relevance

1234

/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
DSensorCtsHelperTest.java36 Collection<Integer> values = new HashSet<Integer>(); in testGet95PercentileValue() local
61 float[] values = {0, 1, 2, 3, 4}; // 2.0 in testGetMeans() local
83 float[] values = {0, 1, 2, 3, 4}; // 2.0 in testGetVariences() local
105 float[] values = {0, 1, 2, 3, 4}; // sqrt(2.0) in testGetStandardDeviations() local
126 List<Integer> values = Arrays.asList(0, 1, 2, 3, 4); in testGetMean() local
143 List<Integer> values = Arrays.asList(0, 1, 2, 3, 4); in testGetVariance() local
160 List<Integer> values = Arrays.asList(0, 1, 2, 3, 4); in testGetStandardDeviation() local
177 float[] values = {0, 1, 2, 3, 4}; in testGetTimestampDelayValues() local
225 float[] values = {0, 1, 2, 3, 4}; in testGetJitterValues() local
255 private TestSensorEvent[] getSensorEvents(long[] timestamps, float[] ... values) { in getSensorEvents()
DTestSensorEvent.java31 public final float values[]; field in TestSensorEvent
45 protected TestSensorEvent(Sensor sensor, long timestamp, int accuracy, float[] values) { in TestSensorEvent()
/cts/tests/tests/permission2/src/android/permission2/cts/
DWriteSocialStreamPermissionTest.java39 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/provider/src/android/provider/cts/contacts/
DDataUtil.java42 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/
DActivityManagerRunningTaskInfoTest.java53 ActivityManager.RunningTaskInfo values = ActivityManager.RunningTaskInfo.CREATOR in testWriteToParcel() local
81 ActivityManager.RunningTaskInfo values = new ActivityManager.RunningTaskInfo(); in testReadFromParcel() local
DActivityManager_RunningServiceInfoTest.java59 ActivityManager.RunningServiceInfo values = in testWriteToParcel() local
78 ActivityManager.RunningServiceInfo values = in testReadFromParcel() local
DActivityManagerRecentTaskInfoTest.java52 ActivityManager.RecentTaskInfo values = ActivityManager.RecentTaskInfo.CREATOR in testWriteToParcel() local
86 ActivityManager.RecentTaskInfo values = new ActivityManager.RecentTaskInfo(); in testReadFromParcel() local
DActivityManagerProcessErrorStateInfoTest.java59 ActivityManager.ProcessErrorStateInfo values = in testWriteToParcel() local
93 ActivityManager.ProcessErrorStateInfo values = new ActivityManager.ProcessErrorStateInfo(); in testReadFromParcel() local
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Audio_GenresTest.java64 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
DMediaStoreTest.java53 ContentValues values = new ContentValues(); in tearDown() local
62 ContentValues values = new ContentValues(); in testGetMediaScannerUri() local
DContactsContract_StreamItemPhotosTest.java49 ContentValues values = new ContentValues(); in testContentDirectoryUri() local
64 ContentValues values = new ContentValues(); in testContentPhotoUri() local
DMediaStore_Audio_PlaylistsTest.java67 ContentValues values = new ContentValues(); in testStoreAudioPlaylistsExternal() local
113 ContentValues values = new ContentValues(); in testStoreAudioPlaylistsInternal() local
DContactsContract_StreamItemsTest.java72 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/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java54 float[] values = {mStartY, mEndY}; in testGetPropertyName() local
60 float[] values = {mStartY, mEndY}; in testSetPropertyName() local
67 float[] values = {mStartY, mEndY}; in testClone() local
75 float[] values = {mStartY, mEndY}; in testSetValues() local
90 float[] values = {mStartY, mEndY}; in testOffloat() local
104 float[] values = {mStartY, mEndY}; in testOfFloat_Property() local
122 int[] values = {start, end}; in testOfInt() local
145 int values[] = {startColor, endColor}; in testOfInt_Property() local
169 float[] values = {mStartY, mEndY}; in testSetProperty() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DStructArrayTest.java30 int[] values = {0, 1, 2, 3, 4}; in testStructArrays() local
/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/
DAmbiguousContentProvider.java45 public Uri insert(Uri uri, ContentValues values) { in insert()
61 public int update(Uri uri, ContentValues values, String selection, in update()
DPermissionContentProviderPathRestricting.java45 public Uri insert(Uri uri, ContentValues values) { in insert()
61 public int update(Uri uri, ContentValues values, String selection, in update()
DPermissionContentProvider.java45 public Uri insert(Uri uri, ContentValues values) { in insert()
61 public int update(Uri uri, ContentValues values, String selection, in update()
DPermissionContentProviderGranting.java45 public Uri insert(Uri uri, ContentValues values) { in insert()
61 public int update(Uri uri, ContentValues values, String selection, in update()
DPrivateContentProvider.java45 public Uri insert(Uri uri, ContentValues values) { in insert()
61 public int update(Uri uri, ContentValues values, String selection, in update()
DPermissionContentProviderPath.java29 public Uri insert(Uri uri, ContentValues values) { in insert()
45 public int update(Uri uri, ContentValues values, String selection, in update()
DPrivateContentProviderGranting.java45 public Uri insert(Uri uri, ContentValues values) { in insert()
61 public int update(Uri uri, ContentValues values, String selection, in update()
/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareAppCompat/src/com/android/cts/permissiondeclareappcompat/
DAmbiguousContentProvider.java45 public Uri insert(Uri uri, ContentValues values) { in insert()
61 public int update(Uri uri, ContentValues values, String selection, in update()
/cts/tests/tests/graphics/src/android/graphics/cts/
DMatrixTest.java181 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/tests/tests/content/src/android/content/cts/
DContentQueryMapTest.java145 ContentValues values = new ContentValues(); in testRequery() local
179 ContentValues values = new ContentValues(); in testSetKeepUpdated() local
281 ContentValues values = new ContentValues(); in testSetKeepUpdatedWithHandler() local

1234