HomeSort by relevance Sort by last modified time
    Searched defs:USER_SYSTEM (Results 1 - 9 of 9) sorted by null

  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
Utils.java 32 public static final int USER_SYSTEM = 0;
36 runDeviceTests(device, packageName, null, null, USER_SYSTEM, null);
46 runDeviceTests(device, packageName, testClassName, null, USER_SYSTEM, null);
56 runDeviceTests(device, packageName, testClassName, testMethodName, USER_SYSTEM, null);
62 runDeviceTests(device, packageName, testClassName, testMethodName, USER_SYSTEM, testArgs);
157 primary = USER_SYSTEM;
161 if ((user != USER_SYSTEM) && (user != primary)) {
InstantAppUserTest.java 47 private static final int USER_SYSTEM = 0; // From the UserHandle class.
81 if (mPrimaryUserId != USER_SYSTEM) {
82 mFixedUsers.add(USER_SYSTEM);
  /cts/hostsidetests/multiuser/src/android/host/multiuser/
BaseMultiUserTest.java 30 protected static final int USER_SYSTEM = 0; // From the UserHandle class.
56 if (mPrimaryUserId != USER_SYSTEM) {
57 mFixedUsers.add(USER_SYSTEM);
  /cts/hostsidetests/media/src/android/media/cts/
BaseMultiUserTest.java 80 protected static final int USER_SYSTEM = 0;
115 mExistingUsers.add(USER_SYSTEM);
231 if (getDevice().listUsers().contains(userId) && userId != USER_SYSTEM
  /frameworks/base/core/java/android/os/
UserHandle.java 62 * @deprecated Consider using either {@link UserHandle#USER_SYSTEM} constant or
77 public static final @UserIdInt int USER_SYSTEM = 0;
83 public static final UserHandle SYSTEM = new UserHandle(USER_SYSTEM);
151 return UserHandle.USER_SYSTEM;
163 return userId == USER_SYSTEM ? SYSTEM : new UserHandle(userId);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
InputOptionsFragment.java 68 TvInputInfo.TvInputSettings.getCustomLabels(context, UserHandle.USER_SYSTEM);
70 TvInputInfo.TvInputSettings.getHiddenTvInputIds(context, UserHandle.USER_SYSTEM);
167 .putCustomLabels(getContext(), mCustomLabels, UserHandle.USER_SYSTEM);
184 .putHiddenTvInputs(getContext(), mHiddenIds, UserHandle.USER_SYSTEM);
  /frameworks/base/services/core/java/com/android/server/notification/
ConditionProviders.java 73 registerService(service.asInterface(), service.getComponent(), UserHandle.USER_SYSTEM);
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDevicePolicyTest.java 52 protected static final int USER_SYSTEM = 0; // From the UserHandle class.
132 if (mPrimaryUserId != USER_SYSTEM) {
133 mFixedUsers.add(USER_SYSTEM);
243 if (listUsers().contains(userId) && userId != USER_SYSTEM) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 276 milliseconds