Home
last modified time | relevance | path

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

/cts/hostsidetests/theme/
Dandroid_device.py61 def installApk(self, apkPath): member in androidDevice
Drun_theme_capture_device.py117 (out, err, success) = device.installApk(themeApkPath)
/cts/hostsidetests/security/src/android/security/cts/
DAdbUtils.java99 public static String installApk(String pathToApk, ITestDevice device) throws Exception { in installApk() method in AdbUtils