Home
last modified time | relevance | path

Searched defs:setProfileOwner (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/multiuser/src/android/host/multiuser/
DDpcCommander.java52 public void setProfileOwner() throws DeviceNotAvailableException { in setProfileOwner() method in DpcCommander
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/contacts/
DManagedProfileContactsAccessTest.java160 private boolean setProfileOwner(String componentName, int userId) in setProfileOwner() method in ManagedProfileContactsAccessTest
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/
DDevicePolicy.kt66 fun setProfileOwner(user: UserReference, profileOwnerComponent: ComponentName): ProfileOwner { in <lambda>() method
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java836 protected boolean setProfileOwner(String componentName, int userId, boolean expectFailure) in setProfileOwner() method in BaseDevicePolicyTest