Home
last modified time | relevance | path

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

12

/cts/tests/tests/app/src/android/app/cts/
DActivityManagerRunningTaskInfoTest.java73 ActivityManager.RunningTaskInfo values = ActivityManager.RunningTaskInfo.CREATOR in testWriteToParcel() local
106 ActivityManager.RunningTaskInfo values = new ActivityManager.RunningTaskInfo(); in testReadFromParcel() local
DActivityManager_RunningServiceInfoTest.java78 ActivityManager.RunningServiceInfo values = in testWriteToParcel() local
102 ActivityManager.RunningServiceInfo values = in testReadFromParcel() local
DActivityManagerRecentTaskInfoTest.java72 ActivityManager.RecentTaskInfo values = ActivityManager.RecentTaskInfo.CREATOR in testWriteToParcel() local
111 ActivityManager.RecentTaskInfo values = new ActivityManager.RecentTaskInfo(); in testReadFromParcel() local
DActivityManagerProcessErrorStateInfoTest.java82 ActivityManager.ProcessErrorStateInfo values = in testWriteToParcel() local
135 ActivityManager.ProcessErrorStateInfo values = new ActivityManager.ProcessErrorStateInfo(); in testReadFromParcel() local
DActivityManagerMemoryInfoTest.java68 ActivityManager.MemoryInfo values = in testWriteToParcel() local
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStoreTest.java58 ContentValues values = new ContentValues(); in tearDown() local
71 ContentValues values = new ContentValues(); in testGetMediaScannerUri() local
DMediaStore_Audio_GenresTest.java72 ContentValues values = new ContentValues(); in testStoreAudioGenresExternal() local
101 ContentValues values = new ContentValues(); in testStoreAudioGenresInternal() local
DMediaStore_Audio_PlaylistsTest.java71 ContentValues values = new ContentValues(); in testStoreAudioPlaylistsExternal() local
118 ContentValues values = new ContentValues(); in testStoreAudioPlaylistsInternal() local
DMediaStore_VideoTest.java73 ContentValues values = new ContentValues(); in testQuery() local
DMediaStore_Images_ThumbnailsTest.java96 ContentValues values = new ContentValues(); in testQueryInternalThumbnails() local
193 ContentValues values = new ContentValues(); in testStoreImagesMediaExternal() local
DMediaStore_Audio_Genres_MembersTest.java101 ContentValues values = new ContentValues(); in testStoreAudioGenresMembersExternal() local
208 ContentValues values = new ContentValues(); in testStoreAudioGenresMembersInternal() local
DMediaStore_Audio_Playlists_MembersTest.java167 ContentValues values = new ContentValues(); in testStoreAudioPlaylistsMembersExternal() local
283 ContentValues values = new ContentValues(); in testStoreAudioPlaylistsMembersInternal() local
DMediaStore_Video_MediaTest.java59 ContentValues values = new ContentValues(); in testStoreVideoMediaExternal() local
/cts/tests/appsecurity-tests/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/
DPermissionContentProvider.java41 public Uri insert(Uri uri, ContentValues values) { in insert()
57 public int update(Uri uri, ContentValues values, String selection, in update()
/cts/tests/tests/graphics/src/android/graphics/cts/
DMatrixTest.java298 float[] values = new float[9]; in testPreRotate2() local
333 float[] values = new float[9]; in testPreConcat() local
428 float[] values = new float[9]; in testPostConcat() local
484 float[] values = new float[9]; in testInvert() local
583 float[] values = new float[9]; in testMapVectors() local
710 float[] values = new float[9]; in testAccessValues() local
720 private String toShortString(float[] values) { in toShortString()
DInterpolatorTest.java384 float[] values = new float[1]; in assertValue() local
391 float[] values = new float[expected.length]; in assertValues() local
397 float[] values = new float[1]; in assertValue() local
DCanvasTest.java926 final float[] values = new float[FLOAT_ARRAY_LEN]; in testTranslate() local
949 final float[] values = new float[FLOAT_ARRAY_LEN]; in testScale1() local
972 final float[] values = new float[FLOAT_ARRAY_LEN]; in testScale2() local
995 final float[] values = new float[FLOAT_ARRAY_LEN]; in testRotate1() local
1018 final float[] values = new float[FLOAT_ARRAY_LEN]; in testRotate2() local
1041 final float[] values = new float[FLOAT_ARRAY_LEN]; in testSkew() local
1063 final float[] values = {0, 1, 2, 3, 4, 5, 6, 7, 8}; in testConcat() local
2257 final float[] values = new float[FLOAT_ARRAY_LEN]; in preCompare() local
/cts/tests/tests/content/src/android/content/cts/
DContentQueryMapTest.java183 ContentValues values = new ContentValues(); in testRequery() local
234 ContentValues values = new ContentValues(); in testSetKeepUpdated() local
334 ContentValues values = new ContentValues(); in testSetKeepUpdatedWithHandler() local
DContentResolverTest.java77 ContentValues values = new ContentValues(); in setUp() local
354 ContentValues values = new ContentValues(); in testInsert() local
465 ContentValues values = new ContentValues(); in testDelete() local
535 ContentValues values = new ContentValues(); in testUpdate() local
631 ContentValues values = new ContentValues(); in testRegisterContentObserver() local
DContentProviderTest.java142 ContentValues[] values = new ContentValues[count]; in testBulkInsert() local
420 public Uri insert(Uri uri, ContentValues values) { in insert()
436 public int update(Uri uri, ContentValues values, String selection, in update()
491 public Uri insert(Uri uri, ContentValues values) { in insert()
507 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
/cts/tests/tests/database/src/android/database/cts/
DDatabaseUtils_InsertHelperTest.java226 ContentValues values = new ContentValues(); in testInsert() local
392 ContentValues values = new ContentValues(); in testReplace() local
DMatrixCursorTest.java172 ArrayList<String> values = new ArrayList<String>(); in testAddRow() local
/cts/tools/signature-tools/test/signature/converter/
DConvertEnumTest.java138 IMethod values = map.get("values"); in testEnum3() local
181 IMethod values = map.get("values"); in testEnum4() local
/cts/tools/dex-tools/src/dex/reader/
DDexEncodedAnnotationImpl.java31 private List<DexAnnotationAttribute> values; field in DexEncodedAnnotationImpl
/cts/tests/tests/view/src/android/view/animation/cts/
DTranslateAnimationTest.java141 float values[] = new float[9]; in testApplyTransformation() local
214 float values[] = new float[9]; in testInitialize() local

12