Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java4096 assertShortcutExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage()
4097 assertShortcutExists(CALLING_PACKAGE_2, "s0_2", USER_0); in testCleanupPackage()
4098 assertShortcutExists(CALLING_PACKAGE_1, "s10_1", USER_10); in testCleanupPackage()
4099 assertShortcutExists(CALLING_PACKAGE_2, "s10_2", USER_10); in testCleanupPackage()
4128 assertShortcutExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage()
4129 assertShortcutExists(CALLING_PACKAGE_2, "s0_2", USER_0); in testCleanupPackage()
4161 assertShortcutExists(CALLING_PACKAGE_2, "s0_2", USER_0); in testCleanupPackage()
4189 assertShortcutExists(CALLING_PACKAGE_2, "s0_2", USER_0); in testCleanupPackage()
4218 assertShortcutExists(CALLING_PACKAGE_2, "s0_2", USER_0); in testCleanupPackage()
4247 assertShortcutExists(CALLING_PACKAGE_2, "s0_2", USER_0); in testCleanupPackage()
[all …]
H A DBaseShortcutManagerTest.java2070 protected void assertShortcutExists(String packageName, String shortcutId, int userId) { in assertShortcutExists() method in BaseShortcutManagerTest