Searched defs:userId (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | ITestDevice.java | 133 public String installPackageForUser(File packageFile, boolean reinstall, int userId, in installPackageForUser() 153 boolean grantPermissions, int userId, String... extraArgs) in installPackageForUser() 420 public boolean removeUser(int userId) throws DeviceNotAvailableException; in removeUser() 455 public boolean startUser(int userId) throws DeviceNotAvailableException; in startUser() 465 public boolean stopUser(int userId) throws DeviceNotAvailableException; in stopUser() 477 public boolean stopUser(int userId, boolean waitFlag, boolean forceFlag) in stopUser() 503 public int getUserFlags(int userId) throws DeviceNotAvailableException; in getUserFlags() 510 public int getUserSerialNumber(int userId) throws DeviceNotAvailableException; in getUserSerialNumber() 518 public boolean switchUser(int userId) throws DeviceNotAvailableException; in switchUser() 528 public boolean switchUser(int userId, long timeout) throws DeviceNotAvailableException; in switchUser() [all …]
|
D | NativeDevice.java | 743 int userId, in runInstrumentationTestsAsUser() 759 …private String appendUserRunTimeOptionToRunner(final IRemoteAndroidTestRunner runner, int userId) { in appendUserRunTimeOptionToRunner() 815 IRemoteAndroidTestRunner runner, int userId, ITestLifeCycleReceiver... listeners) in runInstrumentationTestsAsUser() 865 public String installPackageForUser(File packageFile, boolean reinstall, int userId, in installPackageForUser() 875 boolean grantPermissions, int userId, String... extraArgs) in installPackageForUser() 3583 public boolean removeUser(int userId) throws DeviceNotAvailableException { in removeUser() 3591 public boolean startUser(int userId) throws DeviceNotAvailableException { in startUser() 3599 public boolean stopUser(int userId) throws DeviceNotAvailableException { in stopUser() 3607 public boolean stopUser(int userId, boolean waitFlag, boolean forceFlag) in stopUser() 3648 public int getUserFlags(int userId) throws DeviceNotAvailableException { in getUserFlags() [all …]
|
D | TestDevice.java | 208 public String installPackageForUser(File packageFile, boolean reinstall, int userId, in installPackageForUser() 226 boolean grantPermissions, int userId, String... extraArgs) in installPackageForUser()
|
D | INativeDevice.java | 446 int userId, in runInstrumentationTestsAsUser() 455 IRemoteAndroidTestRunner runner, int userId, ITestLifeCycleReceiver... listeners) in runInstrumentationTestsAsUser()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/ |
D | BaseHostJUnit4Test.java | 168 String apkFileName, boolean grantPermission, int userId, String... options) in installPackageAsUser() 170 installPackageAsUser(getDevice(), apkFileName, grantPermission, userId, options); in installPackageAsUser() local 186 int userId, in installPackageAsUser() 253 String pkgName, String testClassName, Integer userId, Long testTimeoutMs) in runDeviceTests() 386 Integer userId, in runDeviceTests() 484 Integer userId, in runDeviceTests() 552 Integer userId, in doRunTests()
|
D | DeviceTestRunOptions.java | 96 public DeviceTestRunOptions setUserId(Integer userId) { in setUserId()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | TestAppInstallSetup.java | 138 public void setUserId(int userId) { in setUserId()
|