D | BaseShortcutManagerTest.java | 990 protected static final int USER_10 = 10; field in BaseShortcutManagerTest 996 protected static final UserHandle HANDLE_USER_10 = UserHandle.of(USER_10); 1006 new UserInfo(USER_10, "user10", UserInfo.FLAG_INITIALIZED); 1158 mUserInfos.put(USER_10, USER_INFO_10); in setUp() 1213 mRunningUsers.put(USER_10, false); in setUp() 1220 mUnlockedUsers.put(USER_10, true); in setUp() 2443 mRunningUsers.put(USER_10, true); // this test needs user 10. 2468 runWithCaller(CALLING_PACKAGE_1, USER_10, () -> { 2513 runWithCaller(LAUNCHER_1, USER_10, () -> { 2540 runWithCaller(CALLING_PACKAGE_1, USER_10, () -> {
|