Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java3778 assertCallbackNotReceived(c0_1); in testLauncherCallback_crossProfile()
3779 assertCallbackNotReceived(c0_3); in testLauncherCallback_crossProfile()
3780 assertCallbackNotReceived(c0_4); in testLauncherCallback_crossProfile()
3796 assertCallbackNotReceived(c0_1); in testLauncherCallback_crossProfile()
3797 assertCallbackNotReceived(c0_3); in testLauncherCallback_crossProfile()
3798 assertCallbackNotReceived(c0_4); in testLauncherCallback_crossProfile()
3814 assertCallbackNotReceived(c0_1); in testLauncherCallback_crossProfile()
3815 assertCallbackNotReceived(c0_3); in testLauncherCallback_crossProfile()
3816 assertCallbackNotReceived(c0_4); in testLauncherCallback_crossProfile()
3833 assertCallbackNotReceived(c0_1); in testLauncherCallback_crossProfile()
[all …]
/aosp12/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java703 public static void assertCallbackNotReceived(LauncherApps.Callback mock) { in assertCallbackNotReceived() method in ShortcutManagerTestUtils