Searched refs:setStopUserOnSwitch (Results 1 – 7 of 7) sorted by relevance
960 public abstract void setStopUserOnSwitch(@StopUserOnSwitch int value); in setStopUserOnSwitch() method in ActivityManagerInternal
406 void setStopUserOnSwitch(int value); in setStopUserOnSwitch() method
4957 public void setStopUserOnSwitch(@StopUserOnSwitch int value) { in setStopUserOnSwitch() method in ActivityManager4959 getService().setStopUserOnSwitch(value); in setStopUserOnSwitch()
3847 mInternal.setStopUserOnSwitch(ActivityManager.STOP_USER_ON_SWITCH_DEFAULT);3858 mInternal.setStopUserOnSwitch(value);
454 void setStopUserOnSwitch(@StopUserOnSwitch int value) { in setStopUserOnSwitch() method in UserController
17261 public void setStopUserOnSwitch(@StopUserOnSwitch int value) { in setStopUserOnSwitch() method in ActivityManagerService17262 mUserController.setStopUserOnSwitch(value); in setStopUserOnSwitch()18900 public void setStopUserOnSwitch(int value) { in setStopUserOnSwitch() method18901 ActivityManagerService.this.setStopUserOnSwitch(value); in setStopUserOnSwitch()
145 …GE_USERS, android.Manifest.permission.INTERACT_ACROSS_USERS}) public void setStopUserOnSwitch(int);