Home
last modified time | relevance | path

Searched refs:assertShortcutNotExists (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java3547 assertShortcutNotExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage()
3575 assertShortcutNotExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage()
3604 assertShortcutNotExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage()
3607 assertShortcutNotExists(CALLING_PACKAGE_2, "s10_2", USER_10); in testCleanupPackage()
3633 assertShortcutNotExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage()
3635 assertShortcutNotExists(CALLING_PACKAGE_1, "s10_1", USER_10); in testCleanupPackage()
3636 assertShortcutNotExists(CALLING_PACKAGE_2, "s10_2", USER_10); in testCleanupPackage()
3661 assertShortcutNotExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage()
3663 assertShortcutNotExists(CALLING_PACKAGE_1, "s10_1", USER_10); in testCleanupPackage()
3664 assertShortcutNotExists(CALLING_PACKAGE_2, "s10_2", USER_10); in testCleanupPackage()
DBaseShortcutManagerTest.java1674 protected void assertShortcutNotExists(String packageName, String shortcutId, int userId) { in assertShortcutNotExists() method in BaseShortcutManagerTest