Searched refs:USER_OWNER (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | Utils.java | 34 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/ |
D | ProfileOwnerTestApi23.java | 34 mUserId = USER_OWNER; in setUp()
|
D | BaseDevicePolicyTest.java | 57 protected static final int USER_OWNER = 0; field in BaseDevicePolicyTest
|