Home
last modified time | relevance | path

Searched refs:stopUserWithCallback (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsUserLifecycleTests.java98 mIam.stopUserWithCallback(mTestUserId, new IStopUserCallback.Stub() { in testNoCpuDataForRemovedUser()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserLifecycleStressTest.java245 .stopUserWithCallback(userId, new IStopUserCallback.Stub() { in stopUser()
/frameworks/base/core/java/android/app/
DIActivityManager.aidl456 int stopUserWithCallback(int userid, in IStopUserCallback callback); in stopUserWithCallback() method
DActivityManager.java5486 return USER_OP_SUCCESS == getService().stopUserWithCallback( in stopUser()
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java1305 mIam.stopUserWithCallback(userId, new IStopUserCallback.Stub() { in stopUser()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1940 ActivityManager.getService().stopUserWithCallback(userId, null); in stopUserForQuietMode()
6218 res = ActivityManager.getService().stopUserWithCallback(userId,
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java13031 switch (mInjector.getIActivityManager().stopUserWithCallback(userId, null)) {