Searched refs:setStopUserOnSwitch (Results 1 – 7 of 7) sorted by relevance
669 public abstract void setStopUserOnSwitch(@StopUserOnSwitch int value); in setStopUserOnSwitch() method in ActivityManagerInternal
346 void setStopUserOnSwitch(int value); in setStopUserOnSwitch() method
4149 public void setStopUserOnSwitch(@StopUserOnSwitch int value) { in setStopUserOnSwitch() method in ActivityManager4151 getService().setStopUserOnSwitch(value); in setStopUserOnSwitch()
3177 mInternal.setStopUserOnSwitch(ActivityManager.STOP_USER_ON_SWITCH_DEFAULT);3188 mInternal.setStopUserOnSwitch(value);
421 void setStopUserOnSwitch(@StopUserOnSwitch int value) { in setStopUserOnSwitch() method in UserController
15123 public void setStopUserOnSwitch(@StopUserOnSwitch int value) { in setStopUserOnSwitch() method in ActivityManagerService15124 mUserController.setStopUserOnSwitch(value); in setStopUserOnSwitch()16426 public void setStopUserOnSwitch(int value) {16427 ActivityManagerService.this.setStopUserOnSwitch(value);
116 …GE_USERS, android.Manifest.permission.INTERACT_ACROSS_USERS}) public void setStopUserOnSwitch(int);