Searched refs:bmp32x32 (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 612 final Icon bmp32x32 = Icon.createWithBitmap(BitmapFactory.decodeResource( in testIcons() local 624 makeShortcutWithIcon("bmp32x32", bmp32x32), in testIcons() 771 final Icon bmp32x32 = Icon.createWithBitmap(BitmapFactory.decodeResource( in testCleanupDanglingBitmaps() local 776 makeShortcutWithIcon("s1", bmp32x32), in testCleanupDanglingBitmaps() 777 makeShortcutWithIcon("s2", bmp32x32), in testCleanupDanglingBitmaps() 778 makeShortcutWithIcon("s3", bmp32x32) in testCleanupDanglingBitmaps() 787 makeShortcutWithIcon("s4", bmp32x32), in testCleanupDanglingBitmaps() 788 makeShortcutWithIcon("s5", bmp32x32), in testCleanupDanglingBitmaps() 789 makeShortcutWithIcon("s6", bmp32x32) in testCleanupDanglingBitmaps() 806 makeShortcutWithIcon("10s1", bmp32x32), in testCleanupDanglingBitmaps() [all …]
|
D | ShortcutManagerTest2.java | 904 final Icon bmp32x32 = Icon.createWithBitmap(BitmapFactory.decodeResource( in testShortcutInfoSaveAndLoad() local 912 .setIcon(bmp32x32) in testShortcutInfoSaveAndLoad() 998 final Icon bmp32x32 = Icon.createWithAdaptiveBitmap(BitmapFactory.decodeResource( 1006 .setIcon(bmp32x32) 1140 final Icon bmp32x32 = Icon.createWithBitmap(BitmapFactory.decodeResource( 1148 .setIcon(bmp32x32) 2080 final Icon bmp32x32 = Icon.createWithBitmap(BitmapFactory.decodeResource( in testDumpCheckin() local 2089 makeShortcutWithIcon("bmp32x32", bmp32x32), in testDumpCheckin()
|