Searched refs:assertShortcutNotExists (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest1.java | 4160 assertShortcutNotExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage() 4188 assertShortcutNotExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage() 4217 assertShortcutNotExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage() 4220 assertShortcutNotExists(CALLING_PACKAGE_2, "s10_2", USER_10); in testCleanupPackage() 4246 assertShortcutNotExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage() 4248 assertShortcutNotExists(CALLING_PACKAGE_1, "s10_1", USER_10); in testCleanupPackage() 4249 assertShortcutNotExists(CALLING_PACKAGE_2, "s10_2", USER_10); in testCleanupPackage() 4274 assertShortcutNotExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage() 4276 assertShortcutNotExists(CALLING_PACKAGE_1, "s10_1", USER_10); in testCleanupPackage() 4277 assertShortcutNotExists(CALLING_PACKAGE_2, "s10_2", USER_10); in testCleanupPackage()
|
H A D | BaseShortcutManagerTest.java | 2074 protected void assertShortcutNotExists(String packageName, String shortcutId, int userId) { in assertShortcutNotExists() method in BaseShortcutManagerTest
|