Searched refs:startUserInBackground (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DUserLifecycleTests.java106 mIam.startUserInBackground(userInfo.id);
139 mIam.startUserInBackground(userInfo.id);
181 mIam.startUserInBackground(userInfo.id);
230 mIam.startUserInBackground(userInfo.id);
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserLifecycleStressTest.java78 ActivityManager.getService().startUserInBackground(userInfo.id));
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsUserLifecycleTests.java81 mIam.startUserInBackground(mTestUserId);
/frameworks/base/core/tests/coretests/src/android/content/
H A DAbstractCrossUserContentResolverTest.java94 ActivityManager.getService().startUserInBackground(mCrossUserId);
/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl228 int startUserInBackground(in ComponentName who, in UserHandle userHandle);
H A DDevicePolicyManager.java6659 public @UserOperationResult int startUserInBackground( method in class:DevicePolicyManager
6661 throwIfParentInstance("startUserInBackground");
6663 return mService.startUserInBackground(admin, userHandle);
6725 * @see #startUserInBackground(ComponentName, UserHandle)
/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl440 boolean startUserInBackground(int userid);
698 * Similar to {@link #startUserInBackground(int userId), but with a listener to report
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java1664 boolean success = mInterface.startUserInBackground(Integer.parseInt(user));
H A DActivityManagerService.java26107 public boolean startUserInBackground(final int userId) { method in class:ActivityManagerService
[all...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java3454 mInjector.getIActivityManager().startUserInBackground(userId);
9049 public int startUserInBackground(ComponentName who, UserHandle userHandle) { method in class:DevicePolicyManagerService
9070 if (mInjector.getIActivityManager().startUserInBackground(userId)) {
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 222 milliseconds