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.java4322 assertShortcutExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage()
4323 assertShortcutExists(CALLING_PACKAGE_2, "s0_2", USER_0); in testCleanupPackage()
4324 assertShortcutExists(CALLING_PACKAGE_1, "s10_1", USER_10); in testCleanupPackage()
4325 assertShortcutExists(CALLING_PACKAGE_2, "s10_2", USER_10); in testCleanupPackage()
4354 assertShortcutExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage()
4355 assertShortcutExists(CALLING_PACKAGE_2, "s0_2", USER_0); in testCleanupPackage()
4356 assertShortcutExists(CALLING_PACKAGE_1, "s10_1", USER_10); in testCleanupPackage()
4357 assertShortcutExists(CALLING_PACKAGE_2, "s10_2", USER_10); in testCleanupPackage()
4387 assertShortcutExists(CALLING_PACKAGE_2, "s0_2", USER_0); in testCleanupPackage()
4388 assertShortcutExists(CALLING_PACKAGE_1, "s10_1", USER_10); in testCleanupPackage()
[all …]
DBaseShortcutManagerTest.java1856 protected void assertShortcutExists(String packageName, String shortcutId, int userId) { in assertShortcutExists() method in BaseShortcutManagerTest