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.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()
4130 assertShortcutExists(CALLING_PACKAGE_1, "s10_1", USER_10); in testCleanupPackage()
4131 assertShortcutExists(CALLING_PACKAGE_2, "s10_2", USER_10); in testCleanupPackage()
4161 assertShortcutExists(CALLING_PACKAGE_2, "s0_2", USER_0); in testCleanupPackage()
4162 assertShortcutExists(CALLING_PACKAGE_1, "s10_1", USER_10); in testCleanupPackage()
[all …]
DBaseShortcutManagerTest.java2070 protected void assertShortcutExists(String packageName, String shortcutId, int userId) { in assertShortcutExists() method in BaseShortcutManagerTest