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/
DITestDevice.java319 public default String installRemotePackages( in installRemotePackages() method
344 public default String installRemotePackages( in installRemotePackages() method
DTestDevice.java479 .installRemotePackages( in internalInstallRemotePackages()
507 public String installRemotePackages( in installRemotePackages() method in TestDevice
511 return installRemotePackages( in installRemotePackages()
517 public String installRemotePackages( in installRemotePackages() method in TestDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java1966 mMockIDevice.installRemotePackages( in testInstallRemotePackages_default_runtimePermissionNotSupported()
1974 assertNull(mTestDevice.installRemotePackages(mRemoteApkPaths, true)); in testInstallRemotePackages_default_runtimePermissionNotSupported()
1996 mMockIDevice.installRemotePackages( in testInstallRemotePackages_default_runtimePermissionSupported()
2004 assertNull(mTestDevice.installRemotePackages(mRemoteApkPaths, true)); in testInstallRemotePackages_default_runtimePermissionSupported()
2026 mMockIDevice.installRemotePackages( in testInstallRemotePackages_default_timeout()
2036 .installRemotePackages(mRemoteApkPaths, true) in testInstallRemotePackages_default_timeout()