Searched refs:c10_1 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 3116 final LauncherApps.Callback c10_1 = mock(LauncherApps.Callback.class); in testLauncherCallback_crossProfile() local 3121 list(c0_1, c0_2, c0_3, c0_4, cP0_1, c10_1, c11_1); in testLauncherCallback_crossProfile() 3146 runWithCaller(LAUNCHER_1, USER_10, () -> mLauncherApps.registerCallback(c10_1, h)); in testLauncherCallback_crossProfile() 3161 assertCallbackNotReceived(c10_1); in testLauncherCallback_crossProfile() 3179 assertCallbackNotReceived(c10_1); in testLauncherCallback_crossProfile() 3197 assertCallbackNotReceived(c10_1); in testLauncherCallback_crossProfile() 3220 assertCallbackReceived(c10_1, HANDLE_USER_10, CALLING_PACKAGE_1, in testLauncherCallback_crossProfile()
|