Searched refs:bmp32x32 (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 772 final Icon bmp32x32 = Icon.createWithBitmap(BitmapFactory.decodeResource( in testIcons() local 795 makeShortcutWithIcon("bmp32x32", bmp32x32), in testIcons() 986 final Icon bmp32x32 = Icon.createWithBitmap(BitmapFactory.decodeResource( in testCleanupDanglingBitmaps() local 991 makeShortcutWithIcon("s1", bmp32x32), in testCleanupDanglingBitmaps() 992 makeShortcutWithIcon("s2", bmp32x32), in testCleanupDanglingBitmaps() 993 makeShortcutWithIcon("s3", bmp32x32) in testCleanupDanglingBitmaps() 1002 makeShortcutWithIcon("s4", bmp32x32), in testCleanupDanglingBitmaps() 1003 makeShortcutWithIcon("s5", bmp32x32), in testCleanupDanglingBitmaps() 1004 makeShortcutWithIcon("s6", bmp32x32) in testCleanupDanglingBitmaps() 1021 makeShortcutWithIcon("10s1", bmp32x32), in testCleanupDanglingBitmaps() [all …]
|
D | ShortcutManagerTest2.java | 929 final Icon bmp32x32 = Icon.createWithBitmap(BitmapFactory.decodeResource( in testShortcutInfoSaveAndLoad() local 937 .setIcon(bmp32x32) in testShortcutInfoSaveAndLoad() 1024 final Icon bmp32x32 = Icon.createWithAdaptiveBitmap(BitmapFactory.decodeResource( 1032 .setIcon(bmp32x32) 1256 final Icon bmp32x32 = Icon.createWithBitmap(BitmapFactory.decodeResource( 1264 .setIcon(bmp32x32) 2282 final Icon bmp32x32 = Icon.createWithBitmap(BitmapFactory.decodeResource( in testDumpCheckin() local 2291 makeShortcutWithIcon("bmp32x32", bmp32x32), in testDumpCheckin()
|