Home
last modified time | relevance | path

Searched defs:profileOwnerUserId (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceOwnerPlusProfileOwnerTest.java188 private void verifyBindDeviceAdminServiceAsUser(int profileOwnerUserId) throws Exception { in verifyBindDeviceAdminServiceAsUser()
205 private void verifyBindDeviceAdminServiceAsUserFails(int profileOwnerUserId) throws Exception { in verifyBindDeviceAdminServiceAsUserFails()
223 int profileOwnerUserId, String profileOwnerPackage) throws Exception { in setSameAffiliationId()
236 private void setSameAffiliationId(int profileOwnerUserId) throws Exception { in setSameAffiliationId()
241 int profileOwnerUserId, String profileOwnerPackage) throws Exception { in setDifferentAffiliationId()
254 private void setDifferentAffiliationId(int profileOwnerUserId) throws Exception { in setDifferentAffiliationId()
DMixedProfileOwnerHostSideTransferTest.java38 int profileOwnerUserId = setupManagedProfile(TRANSFER_OWNER_OUTGOING_APK, in setUp() local