Searched refs:assertShortcutNotExists (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest1.java | 4328 assertShortcutNotExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage() 4356 assertShortcutNotExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage() 4385 assertShortcutNotExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage() 4388 assertShortcutNotExists(CALLING_PACKAGE_2, "s10_2", USER_10); in testCleanupPackage() 4414 assertShortcutNotExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage() 4416 assertShortcutNotExists(CALLING_PACKAGE_1, "s10_1", USER_10); in testCleanupPackage() 4417 assertShortcutNotExists(CALLING_PACKAGE_2, "s10_2", USER_10); in testCleanupPackage() 4442 assertShortcutNotExists(CALLING_PACKAGE_1, "s0_1", USER_0); in testCleanupPackage() 4444 assertShortcutNotExists(CALLING_PACKAGE_1, "s10_1", USER_10); in testCleanupPackage() 4445 assertShortcutNotExists(CALLING_PACKAGE_2, "s10_2", USER_10); in testCleanupPackage()
|
H A D | BaseShortcutManagerTest.java | 1836 protected void assertShortcutNotExists(String packageName, String shortcutId, int userId) { in assertShortcutNotExists() method in BaseShortcutManagerTest
|