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.java3343 assertShortcutExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage()
3344 assertShortcutExists(CALLING_PACKAGE_2, "s0_2", USER_0); in testCleanupPackage()
3345 assertShortcutExists(CALLING_PACKAGE_1, "s10_1", USER_10); in testCleanupPackage()
3346 assertShortcutExists(CALLING_PACKAGE_2, "s10_2", USER_10); in testCleanupPackage()
3375 assertShortcutExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage()
3376 assertShortcutExists(CALLING_PACKAGE_2, "s0_2", USER_0); in testCleanupPackage()
3377 assertShortcutExists(CALLING_PACKAGE_1, "s10_1", USER_10); in testCleanupPackage()
3378 assertShortcutExists(CALLING_PACKAGE_2, "s10_2", USER_10); in testCleanupPackage()
3408 assertShortcutExists(CALLING_PACKAGE_2, "s0_2", USER_0); in testCleanupPackage()
3409 assertShortcutExists(CALLING_PACKAGE_1, "s10_1", USER_10); in testCleanupPackage()
[all …]
DBaseShortcutManagerTest.java1583 protected void assertShortcutExists(String packageName, String shortcutId, int userId) { in assertShortcutExists() method in BaseShortcutManagerTest