Home
last modified time | relevance | path

Searched refs:makeShortcutWithIcon (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java828 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 DShortcutManagerTest8.java485 ShortcutInfo s1 = makeShortcutWithIcon("s1", res32x32); in testRequestPinShortcut_dynamicExists()
1051 ShortcutInfo s1 = makeShortcutWithIcon("s1", res32x32); in testRequestPinShortcut_dynamicExists_titleWontChange()
H A DShortcutManagerTest2.java2338 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 DBaseShortcutManagerTest.java1576 protected ShortcutInfo makeShortcutWithIcon(String id, Icon icon) { in makeShortcutWithIcon() method in BaseShortcutManagerTest