Searched refs:apexName (Results 1 – 2 of 2) sorted by relevance
152 protected final void uninstallApex(String apexName) throws Exception { in uninstallApex() argument153 String res = getDevice().uninstallPackage(apexName); in uninstallApex()157 CLog.i("Uninstall of %s failed: %s, likely already on factory version", apexName, res); in uninstallApex()
77 private String getTestApex(ApexName apexName, ApexType apexType, ApexVersion apexVersion, in getTestApex() argument81 switch(apexName) { in getTestApex()138 private String getInstalledApexFileName(ApexName apexName, ApexVersion apexVersion) { in getInstalledApexFileName() argument141 switch(apexName) { in getInstalledApexFileName()