Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java622 makeShortcutWithIcon("res32x32", res32x32), in testIcons()
623 makeShortcutWithIcon("res64x64", res64x64), in testIcons()
624 makeShortcutWithIcon("bmp32x32", bmp32x32), in testIcons()
625 makeShortcutWithIcon("bmp64x64", bmp64x64_maskable), in testIcons()
626 makeShortcutWithIcon("bmp512x512", bmp512x512), in testIcons()
642 makeShortcutWithIcon("res32x32", res512x512), in testIcons()
643 makeShortcutWithIcon("res64x64", res512x512), in testIcons()
644 makeShortcutWithIcon("none", res512x512) in testIcons()
654 makeShortcutWithIcon("res32x32", res512x512), in testIcons()
655 makeShortcutWithIcon("bmp32x32", bmp512x512) in testIcons()
[all …]
DShortcutManagerTest2.java2087 makeShortcutWithIcon("res32x32", res32x32), in testDumpCheckin()
2088 makeShortcutWithIcon("res64x64", res64x64), in testDumpCheckin()
2089 makeShortcutWithIcon("bmp32x32", bmp32x32), in testDumpCheckin()
2090 makeShortcutWithIcon("bmp64x64", bmp64x64)))); in testDumpCheckin()
DShortcutManagerTest8.java480 ShortcutInfo s1 = makeShortcutWithIcon("s1", res32x32); in testRequestPinShortcut_dynamicExists()
1046 ShortcutInfo s1 = makeShortcutWithIcon("s1", res32x32); in testRequestPinShortcut_dynamicExists_titleWontChange()
DBaseShortcutManagerTest.java1458 protected ShortcutInfo makeShortcutWithIcon(String id, Icon icon) { in makeShortcutWithIcon() method in BaseShortcutManagerTest