Searched refs:makeShortcutWithIcon (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest1.java | 828 makeShortcutWithIcon("none", res512x512) in testIcons() 996 makeShortcutWithIcon("s1", bmp32x32), in testCleanupDanglingBitmaps() 997 makeShortcutWithIcon("s2", bmp32x32), in testCleanupDanglingBitmaps() 998 makeShortcutWithIcon("s3", bmp32x32) in testCleanupDanglingBitmaps() 1007 makeShortcutWithIcon("s4", bmp32x32), in testCleanupDanglingBitmaps() 1008 makeShortcutWithIcon("s5", bmp32x32), in testCleanupDanglingBitmaps() 1009 makeShortcutWithIcon("s6", bmp32x32) in testCleanupDanglingBitmaps() 1028 makeShortcutWithIcon("10s3", bmp32x32) in testCleanupDanglingBitmaps() 1035 makeShortcutWithIcon("10s6", bmp32x32) in testCleanupDanglingBitmaps() 4875 makeShortcutWithIcon("s1", bmp32x32), makeShortcutWithIcon("s2", bmp32x32) in checkHandlePackageDeleteInner() [all …]
|
H A D | ShortcutManagerTest8.java | 485 ShortcutInfo s1 = makeShortcutWithIcon("s1", res32x32); in testRequestPinShortcut_dynamicExists() 1051 ShortcutInfo s1 = makeShortcutWithIcon("s1", res32x32); in testRequestPinShortcut_dynamicExists_titleWontChange()
|
H A D | ShortcutManagerTest2.java | 2338 makeShortcutWithIcon("res32x32", res32x32), in testDumpCheckin() 2339 makeShortcutWithIcon("res64x64", res64x64), in testDumpCheckin() 2340 makeShortcutWithIcon("bmp32x32", bmp32x32), in testDumpCheckin() 2341 makeShortcutWithIcon("bmp64x64", bmp64x64)))); in testDumpCheckin()
|
H A D | BaseShortcutManagerTest.java | 1576 protected ShortcutInfo makeShortcutWithIcon(String id, Icon icon) { in makeShortcutWithIcon() method in BaseShortcutManagerTest
|