Home
last modified time | relevance | path

Searched refs:USER_OWNER (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DUtils.java34 public static final int USER_OWNER = 0; field in Utils
38 runDeviceTests(device, packageName, null, null, USER_OWNER); in runDeviceTests()
48 runDeviceTests(device, packageName, testClassName, null, USER_OWNER); in runDeviceTests()
58 runDeviceTests(device, packageName, testClassName, testMethodName, USER_OWNER); in runDeviceTests()
75 if (userId != USER_OWNER) { in runDeviceTests()
124 return new int[] { USER_OWNER, createUserOnDevice(device) }; in createUsersForTest()
127 return new int[] { USER_OWNER }; in createUsersForTest()
134 if (user != USER_OWNER) { in removeUsersForTest()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DProfileOwnerTestApi23.java34 mUserId = USER_OWNER; in setUp()
DBaseDevicePolicyTest.java57 protected static final int USER_OWNER = 0; field in BaseDevicePolicyTest