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

  /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
Utils.java 34 public static final int USER_OWNER = 0;
38 runDeviceTests(device, packageName, null, null, USER_OWNER);
48 runDeviceTests(device, packageName, testClassName, null, USER_OWNER);
58 runDeviceTests(device, packageName, testClassName, testMethodName, USER_OWNER);
75 if (userId != USER_OWNER) {
122 return new int[] { USER_OWNER, createUserOnDevice(device) };
125 return new int[] { USER_OWNER };
132 if (user != USER_OWNER) {
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DeviceAndProfileOwnerTest.java 53 protected static final int USER_OWNER = 0;
200 installAppAsUser(DEVICE_ADMIN_APK, USER_OWNER);
ManagedProfileTest.java 60 private static final int USER_OWNER = 0;
62 // ID of the profile we'll create. This will always be a profile of USER_OWNER.
142 MANAGED_PROFILE_PKG, ".WifiTest", "testRemoveWifiNetworkIfExists", USER_OWNER));
151 MANAGED_PROFILE_PKG, ".WifiTest", "testWifiNetworkDoesNotExist", USER_OWNER));
189 changeVerificationStatus(USER_OWNER, INTENT_RECEIVER_PKG, "ask");
200 changeVerificationStatus(USER_OWNER, INTENT_RECEIVER_PKG, "never");
208 changeVerificationStatus(USER_OWNER, INTENT_RECEIVER_PKG, "always");
    [all...]
  /frameworks/base/core/java/android/os/
UserHandle.java 59 public static final int USER_OWNER = 0;
62 public static final UserHandle OWNER = new UserHandle(USER_OWNER);
  /frameworks/base/services/core/java/com/android/server/notification/
ConditionProviders.java 70 registerService(service.asInterface(), service.getComponent(), UserHandle.USER_OWNER);

Completed in 463 milliseconds