Searched refs:USER_ASSIGNMENT_RESULT_SUCCESS_INVISIBLE (Results 1 – 5 of 5) sorted by relevance
27 import static com.android.server.pm.UserManagerInternal.USER_ASSIGNMENT_RESULT_SUCCESS_INVISIBLE;188 assertStartUserResult(result, USER_ASSIGNMENT_RESULT_SUCCESS_INVISIBLE); in testStartBgUser_onDefaultDisplay()358 assertStartUserResult(result, USER_ASSIGNMENT_RESULT_SUCCESS_INVISIBLE); in testStartBgProfile_onDefaultDisplay_whenParentIsNotStarted()374 assertStartUserResult(result, USER_ASSIGNMENT_RESULT_SUCCESS_INVISIBLE); in testStartBgProfile_onDefaultDisplay_whenParentIsStartedOnBg()506 if (result != USER_ASSIGNMENT_RESULT_SUCCESS_INVISIBLE) { in startBackgroundUser()
24 import static com.android.server.pm.UserManagerInternal.USER_ASSIGNMENT_RESULT_SUCCESS_INVISIBLE;192 assertStartUserResult(result, USER_ASSIGNMENT_RESULT_SUCCESS_INVISIBLE); in testStartBgProfile_onDefaultDisplay_whenParentIsStartedVisibleOnBg()
24 import static com.android.server.pm.UserManagerInternal.USER_ASSIGNMENT_RESULT_SUCCESS_INVISIBLE;356 assertStartUserResult(result, USER_ASSIGNMENT_RESULT_SUCCESS_INVISIBLE); in testStartProfile_onDefaultDisplay_whenParentIsStartedVisibleOnSecondaryDisplay()
55 @Keep public static final int USER_ASSIGNMENT_RESULT_SUCCESS_INVISIBLE = 2; field in UserManagerInternal62 USER_ASSIGNMENT_RESULT_SUCCESS_INVISIBLE,
26 import static com.android.server.pm.UserManagerInternal.USER_ASSIGNMENT_RESULT_SUCCESS_INVISIBLE;422 return USER_ASSIGNMENT_RESULT_SUCCESS_INVISIBLE; in getUserVisibilityOnStartLocked()435 : USER_ASSIGNMENT_RESULT_SUCCESS_INVISIBLE; in getUserVisibilityOnStartLocked()