Searched defs:USER_P0 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java571 protected static final int USER_P0 = 20; // profile of user 0 field in class:BaseShortcutManagerTest
576 protected static final UserHandle HANDLE_USER_P0 = UserHandle.of(USER_P0);
589 new UserInfo(USER_P0, "userP0",
701 mUserInfos.put(USER_P0, USER_INFO_P0);
726 mRunningUsers.put(USER_P0, true);
732 mUnlockedUsers.put(USER_P0, true);
1742 for (int userId : list(USER_0, USER_P0)) {
1786 runWithCaller(CALLING_PACKAGE_1, USER_P0, () -> {
1828 runWithCaller(LAUNCHER_1, USER_P0, () -> {
1859 runWithCaller(CALLING_PACKAGE_1, USER_P0, ()
[all...]

Completed in 48 milliseconds