Home
last modified time | relevance | path

Searched refs:runStorageTestForResourceWithCrop (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DPhotoStoreTest.java89 runStorageTestForResourceWithCrop(R.drawable.earth_300x200, 200, 200); in testStoreNonSquare300x200PhotoWithCrop()
95 runStorageTestForResourceWithCrop(R.drawable.earth_600x400, 256, 256); in testStoreNonSquare600x400PhotoWithCrop()
158 public void runStorageTestForResourceWithCrop(int resourceId, int expectedWidth, in runStorageTestForResourceWithCrop() method in PhotoStoreTest