Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
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()
122 return new int[] { USER_OWNER, createUserOnDevice(device) }; in createUsersForTest()
125 return new int[] { USER_OWNER }; in createUsersForTest()
132 if (user != USER_OWNER) { in removeUsersForTest()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileTest.java60 private static final int USER_OWNER = 0; field in ManagedProfileTest
142 MANAGED_PROFILE_PKG, ".WifiTest", "testRemoveWifiNetworkIfExists", USER_OWNER)); in testProfileWifiCleanup()
151 MANAGED_PROFILE_PKG, ".WifiTest", "testWifiNetworkDoesNotExist", USER_OWNER)); in testProfileWifiCleanup()
189 changeVerificationStatus(USER_OWNER, INTENT_RECEIVER_PKG, "ask"); in testAppLinks()
200 changeVerificationStatus(USER_OWNER, INTENT_RECEIVER_PKG, "never"); in testAppLinks()
208 changeVerificationStatus(USER_OWNER, INTENT_RECEIVER_PKG, "always"); in testAppLinks()
DMixedDeviceOwnerTest.java39 mUserId = USER_OWNER; in setUp()
DMixedProfileOwnerTest.java68 installAppAsUser(DEVICE_ADMIN_APK, USER_OWNER); in testScreenCaptureDisabled_allowedPrimaryUser()
DDeviceAndProfileOwnerTest.java53 protected static final int USER_OWNER = 0; field in DeviceAndProfileOwnerTest
200 installAppAsUser(DEVICE_ADMIN_APK, USER_OWNER); in testDelegatedCertInstaller()