Searched refs:mRealCurrentUserId (Results 1 – 1 of 1) sorted by relevance
361 private @UserIdInt int mRealCurrentUserId = UserHandle.USER_CURRENT; field in AccessibilityManagerService1532 mRealCurrentUserId = mCurrentUserId; in changeCurrentUserForTestAutomationIfNeededLocked()1544 if (mRealCurrentUserId == UserHandle.USER_CURRENT) { in restoreCurrentUserAfterTestAutomationIfNeededLocked()1551 mRealCurrentUserId, mCurrentUserId); in restoreCurrentUserAfterTestAutomationIfNeededLocked()1552 int currentUserId = mRealCurrentUserId; in restoreCurrentUserAfterTestAutomationIfNeededLocked()1553 mRealCurrentUserId = UserHandle.USER_CURRENT; in restoreCurrentUserAfterTestAutomationIfNeededLocked()5010 if (mRealCurrentUserId != UserHandle.USER_CURRENT in dump()5011 && mCurrentUserId != mRealCurrentUserId) { in dump()5013 .append(String.valueOf(mRealCurrentUserId)).append(")"); in dump()