Home
last modified time | relevance | path

Searched refs:NotPreInstalledApex (Results 1 – 2 of 2) sorted by relevance

/cts/libs/install/src/com/android/cts/install/lib/
DTestApp.java35 public static final String NotPreInstalledApex = "com.android.apex.cts.shim_not_pre_installed"; field in TestApp
76 new TestApp("ApexNotPreInstalled", NotPreInstalledApex, 3, /*isApex*/true,
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java459 assertThat(getInstalledVersion(TestApp.NotPreInstalledApex)).isEqualTo(-1); in testInstallStagedNonPreInstalledApex_Fails()