HomeSort by relevance Sort by last modified time
    Searched refs:oldUserId (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
UserController.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
UserControllerTest.java 204 int oldUserId = reportMsg.arg1;
208 mUserController.dispatchUserSwitch(userState, oldUserId, newUserId);
234 int oldUserId = reportMsg.arg1;
238 mUserController.dispatchUserSwitch(userState, oldUserId, newUserId);
252 int oldUserId = reportMsg.arg1;
256 mUserController.continueUserSwitch(userState, oldUserId, newUserId);
269 int oldUserId = reportMsg.arg1;
273 mUserController.continueUserSwitch(userState, oldUserId, newUserId);
  /frameworks/base/services/core/java/com/android/server/vr/
VrManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java 453 final int oldUserId = mCurrentUserId;
456 UserRecord oldUser = mUserRecords.get(oldUserId);
    [all...]

Completed in 86 milliseconds