Searched refs:mRealCurrentUserId (Results 1 – 1 of 1) sorted by relevance
316 private @UserIdInt int mRealCurrentUserId = UserHandle.USER_CURRENT; field in AccessibilityManagerService1464 mRealCurrentUserId = mCurrentUserId; in changeCurrentUserForTestAutomationIfNeededLocked()1476 if (mRealCurrentUserId == UserHandle.USER_CURRENT) { in restoreCurrentUserAfterTestAutomationIfNeededLocked()1483 mRealCurrentUserId, mCurrentUserId); in restoreCurrentUserAfterTestAutomationIfNeededLocked()1484 int currentUserId = mRealCurrentUserId; in restoreCurrentUserAfterTestAutomationIfNeededLocked()1485 mRealCurrentUserId = UserHandle.USER_CURRENT; in restoreCurrentUserAfterTestAutomationIfNeededLocked()4145 if (mRealCurrentUserId != UserHandle.USER_CURRENT in dump()4146 && mCurrentUserId != mRealCurrentUserId) { in dump()4148 .append(String.valueOf(mRealCurrentUserId)).append(")"); in dump()