Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java3483 assertShortcutExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage()
3484 assertShortcutExists(CALLING_PACKAGE_2, "s0_2", USER_0); in testCleanupPackage()
3485 assertShortcutExists(CALLING_PACKAGE_1, "s10_1", USER_10); in testCleanupPackage()
3486 assertShortcutExists(CALLING_PACKAGE_2, "s10_2", USER_10); in testCleanupPackage()
3515 assertShortcutExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage()
3516 assertShortcutExists(CALLING_PACKAGE_2, "s0_2", USER_0); in testCleanupPackage()
3517 assertShortcutExists(CALLING_PACKAGE_1, "s10_1", USER_10); in testCleanupPackage()
3518 assertShortcutExists(CALLING_PACKAGE_2, "s10_2", USER_10); in testCleanupPackage()
3548 assertShortcutExists(CALLING_PACKAGE_2, "s0_2", USER_0); in testCleanupPackage()
3549 assertShortcutExists(CALLING_PACKAGE_1, "s10_1", USER_10); in testCleanupPackage()
[all …]
DBaseShortcutManagerTest.java1670 protected void assertShortcutExists(String packageName, String shortcutId, int userId) { in assertShortcutExists() method in BaseShortcutManagerTest