Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java558 .installRemotePackages( in internalInstallRemotePackages()
586 public String installRemotePackages( in installRemotePackages() method in TestDevice
590 return installRemotePackages( in installRemotePackages()
596 public String installRemotePackages( in installRemotePackages() method in TestDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java2013 mMockIDevice.installRemotePackages( in testInstallRemotePackages_default_runtimePermissionNotSupported()
2021 assertNull(mTestDevice.installRemotePackages(mRemoteApkPaths, true)); in testInstallRemotePackages_default_runtimePermissionNotSupported()
2043 mMockIDevice.installRemotePackages( in testInstallRemotePackages_default_runtimePermissionSupported()
2051 assertNull(mTestDevice.installRemotePackages(mRemoteApkPaths, true)); in testInstallRemotePackages_default_runtimePermissionSupported()
2073 mMockIDevice.installRemotePackages( in testInstallRemotePackages_default_timeout()
2083 .installRemotePackages(mRemoteApkPaths, true) in testInstallRemotePackages_default_timeout()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java340 public default String installRemotePackages( in installRemotePackages() method
365 public default String installRemotePackages( in installRemotePackages() method