Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java3783 assertCallbackNotReceived(c0_1); in testLauncherCallback_crossProfile()
3784 assertCallbackNotReceived(c0_3); in testLauncherCallback_crossProfile()
3785 assertCallbackNotReceived(c0_4); in testLauncherCallback_crossProfile()
3801 assertCallbackNotReceived(c0_1); in testLauncherCallback_crossProfile()
3802 assertCallbackNotReceived(c0_3); in testLauncherCallback_crossProfile()
3803 assertCallbackNotReceived(c0_4); in testLauncherCallback_crossProfile()
3819 assertCallbackNotReceived(c0_1); in testLauncherCallback_crossProfile()
3820 assertCallbackNotReceived(c0_3); in testLauncherCallback_crossProfile()
3821 assertCallbackNotReceived(c0_4); in testLauncherCallback_crossProfile()
3838 assertCallbackNotReceived(c0_1); in testLauncherCallback_crossProfile()
[all …]
/aosp14/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