Searched refs:INSTALL_TYPE (Results 1 – 9 of 9) sorted by relevance
24 import android.cts.install.INSTALL_TYPE;61 public INSTALL_TYPE mInstallType;70 for (INSTALL_TYPE installType : INSTALL_TYPE.values()) { in combinations()
24 import android.cts.install.INSTALL_TYPE;68 public INSTALL_TYPE mInstallType;77 for (INSTALL_TYPE installType: INSTALL_TYPE.values()) { in combinations()
24 import android.cts.install.INSTALL_TYPE;64 public INSTALL_TYPE mInstallType;73 for (INSTALL_TYPE installType : INSTALL_TYPE.values()) { in combinations()
24 import android.cts.install.INSTALL_TYPE;66 public INSTALL_TYPE mInstallType;75 for (INSTALL_TYPE installType : INSTALL_TYPE.values()) { in combinations()
38 public INSTALL_TYPE mInstallType;50 for (INSTALL_TYPE installType : INSTALL_TYPE.values()) { in combinations()
39 public INSTALL_TYPE mInstallType;51 for (INSTALL_TYPE installType : INSTALL_TYPE.values()) { in combinations()
44 public INSTALL_TYPE mInstallType;56 for (INSTALL_TYPE installType : INSTALL_TYPE.values()) { in combinations()
95 List<TestApp> getTestApps(INSTALL_TYPE installType, int versionCode) { in getTestApps()102 void assertPackageVersion(INSTALL_TYPE installType, int version) { in assertPackageVersion()128 private static List<String> getTestPackageNames(INSTALL_TYPE installType) { in getTestPackageNames()
26 public enum INSTALL_TYPE { enum