Home
last modified time | relevance | path

Searched refs:installRemotePackages (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java355 public default String installRemotePackages( in installRemotePackages() method
380 public default String installRemotePackages( in installRemotePackages() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java862 .installRemotePackages( in internalInstallRemotePackages()
885 public String installRemotePackages( in installRemotePackages() method in TestDevice
889 return installRemotePackages( in installRemotePackages()
895 public String installRemotePackages( in installRemotePackages() method in TestDevice
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceTest.java2200 assertNull(mTestDevice.installRemotePackages(mRemoteApkPaths, true)); in testInstallRemotePackages_default_runtimePermissionNotSupported()
2206 .installRemotePackages( in testInstallRemotePackages_default_runtimePermissionNotSupported()
2230 assertNull(mTestDevice.installRemotePackages(mRemoteApkPaths, true)); in testInstallRemotePackages_default_runtimePermissionSupported()
2236 .installRemotePackages( in testInstallRemotePackages_default_runtimePermissionSupported()
2264 .installRemotePackages( in testInstallRemotePackages_default_timeout()
2273 .installRemotePackages(mRemoteApkPaths, true) in testInstallRemotePackages_default_timeout()
2277 .installRemotePackages( in testInstallRemotePackages_default_timeout()