Starting March 27, 2025, we recommend using android-latest-release
instead of aosp-main
to build and contribute to AOSP. For more information, see Changes to AOSP.
Stay organized with collections
Save and categorize content based on your preferences.
RunOnWorkProfileTargetPreparer
public
class
RunOnWorkProfileTargetPreparer
extends BaseTargetPreparer
implements
IConfigurationReceiver
An ITargetPreparer
that creates a work profile in setup, and marks that tests should be
run in that user.
In teardown, the work profile is removed.
If a work profile already exists, it will be used rather than creating a new one, and it will
not be removed in teardown.
If the device does not have the managed_users feature, or does not have capacity to create a
new user when one is required, then the instrumentation argument skip-tests-reason will be set,
and the user will not be changed. Tests running on the device can read this argument to respond
to this state.
Summary
Protected methods |
boolean
|
canCreateAdditionalUsers(ITestDevice device, int numberOfUsers)
Checks whether it is possible to create the desired number of users.
|
Public constructors
RunOnWorkProfileTargetPreparer
public RunOnWorkProfileTargetPreparer ()
Public methods
setConfiguration
public void setConfiguration (IConfiguration configuration)
Injects the IConfiguration
in use.
Parameters |
configuration |
IConfiguration |
public void setUp (TestInformation testInfo)
Parameters |
testInfo |
TestInformation |
Throws |
DeviceNotAvailableException |
|
TargetSetupError |
|
public void tearDown (TestInformation testInfo,
Throwable e)
Parameters |
testInfo |
TestInformation |
e |
Throwable |
Throws |
DeviceNotAvailableException |
|
Protected methods
canCreateAdditionalUsers
protected boolean canCreateAdditionalUsers (ITestDevice device,
int numberOfUsers)
Checks whether it is possible to create the desired number of users.
Parameters |
device |
ITestDevice |
numberOfUsers |
int |
Throws |
DeviceNotAvailableException |
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-08-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-08-03 UTC."],[],[]]