Home
last modified time | relevance | path

Searched defs:stopUser (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserLifecycleStressTest.java90 private void stopUser(int userId) throws RemoteException, InterruptedException { in stopUser() method in UserLifecycleStressTest
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
DFakeUserInfoHelper.java62 public void stopUser(int userId) { in stopUser() method in FakeUserInfoHelper
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java272 public void stopUser() throws RemoteException { in stopUser() method in UserLifecycleTests
625 private void stopUser(int userId, boolean force) throws RemoteException { in stopUser() method in UserLifecycleTests
/frameworks/base/core/java/android/app/
DIActivityManager.aidl390 int stopUser(int userid, boolean force, in IStopUserCallback callback); in stopUser() method
DActivityManager.java4168 public boolean stopUser(@UserIdInt int userId, boolean force) { in stopUser() method in ActivityManager
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java459 private void stopUser(int userId) { in stopUser() method in TvInputManagerService
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl261 int stopUser(in ComponentName who, in UserHandle userHandle); in stopUser() method
DDevicePolicyManager.java9519 public @UserOperationResult int stopUser( in stopUser() method in DevicePolicyManager
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java15068 public int stopUser(final int userId, boolean force, final IStopUserCallback callback) { in stopUser() method in ActivityManagerService