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

  /frameworks/base/services/core/java/com/android/server/am/
UserSwitchingDialog.java 60 public UserSwitchingDialog(ActivityManagerService service, Context context, UserInfo oldUser,
68 mOldUser = oldUser;
CarUserSwitchingDialog.java 53 public CarUserSwitchingDialog(ActivityManagerService service, Context context, UserInfo oldUser,
56 super(service, context, oldUser, newUser, aboveSystem, switchingFromSystemUserMessage,
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java 456 UserRecord oldUser = mUserRecords.get(oldUserId);
457 if (oldUser != null) {
458 oldUser.mHandler.sendEmptyMessage(UserHandler.MSG_STOP);
459 disposeUserIfNeededLocked(oldUser); // since no longer current user
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ManagedServices.java     [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 129 milliseconds