Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java40 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.assertBitmapSize;
723 assertBitmapSize(32, 32, bmp); in testIcons()
727 assertBitmapSize(64, 64, bmp); in testIcons()
731 assertBitmapSize(128, 128, bmp); in testIcons()
740 assertBitmapSize(128, 128, bmp); in testIcons()
754 assertBitmapSize(128, 128, bmp); in testIcons()
929 assertBitmapSize(expectedWidth, expectedHeight, in checkShrinkBitmap()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java598 public static void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { in assertBitmapSize() method in ShortcutManagerTestUtils