Searched refs:bmp32x32 (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 564 final Icon bmp32x32 = Icon.createWithBitmap(BitmapFactory.decodeResource( in testIcons() local 576 makeShortcutWithIcon("bmp32x32", bmp32x32), in testIcons() 723 final Icon bmp32x32 = Icon.createWithBitmap(BitmapFactory.decodeResource( in testCleanupDanglingBitmaps() local 728 makeShortcutWithIcon("s1", bmp32x32), in testCleanupDanglingBitmaps() 729 makeShortcutWithIcon("s2", bmp32x32), in testCleanupDanglingBitmaps() 730 makeShortcutWithIcon("s3", bmp32x32) in testCleanupDanglingBitmaps() 739 makeShortcutWithIcon("s4", bmp32x32), in testCleanupDanglingBitmaps() 740 makeShortcutWithIcon("s5", bmp32x32), in testCleanupDanglingBitmaps() 741 makeShortcutWithIcon("s6", bmp32x32) in testCleanupDanglingBitmaps() 758 makeShortcutWithIcon("10s1", bmp32x32), in testCleanupDanglingBitmaps() [all …]
|
D | ShortcutManagerTest2.java | 858 final Icon bmp32x32 = Icon.createWithBitmap(BitmapFactory.decodeResource( in testShortcutInfoSaveAndLoad() local 866 .setIcon(bmp32x32) in testShortcutInfoSaveAndLoad() 939 final Icon bmp32x32 = Icon.createWithAdaptiveBitmap(BitmapFactory.decodeResource( 947 .setIcon(bmp32x32) 1081 final Icon bmp32x32 = Icon.createWithBitmap(BitmapFactory.decodeResource( 1089 .setIcon(bmp32x32) 2017 final Icon bmp32x32 = Icon.createWithBitmap(BitmapFactory.decodeResource( in testDumpCheckin() local 2026 makeShortcutWithIcon("bmp32x32", bmp32x32), in testDumpCheckin()
|