HomeSort by relevance Sort by last modified time
    Searched refs:Apex (Results 1 - 3 of 3) sorted by null

  /cts/libs/rollback/src/com/android/cts/rollback/lib/
TestApp.java 26 public static final String Apex = "com.android.apex.cts.shim";
32 public static final TestApp Apex2 = new TestApp("Apex2", Apex, 2, /*isApex*/true,
33 "com.android.apex.cts.shim.v2.apex");
34 public static final TestApp Apex3 = new TestApp("Apex3", Apex, 3, /*isApex*/true,
35 "com.android.apex.cts.shim.v3.apex");
  /cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/
HostTestHelper.java 133 * Test rollbacks of staged installs involving only apex.
141 assertThat(Utils.getInstalledVersion(TestApp.Apex)).isEqualTo(1);
150 * Test rollbacks of staged installs involving only apex.
155 assertThat(Utils.getInstalledVersion(TestApp.Apex)).isEqualTo(2);
163 * Test rollbacks of staged installs involving only apex.
168 assertThat(Utils.getInstalledVersion(TestApp.Apex)).isEqualTo(3);
169 RollbackInfo available = Utils.getAvailableRollback(TestApp.Apex);
186 assertThat(Utils.getInstalledVersion(TestApp.Apex)).isEqualTo(3);
193 * Test rollbacks of staged installs involving only apex.
198 assertThat(Utils.getInstalledVersion(TestApp.Apex)).isEqualTo(2)
    [all...]
  /build/soong/apex/
apex_test.go 15 package apex package
38 ctx.RegisterModuleType("apex", android.ModuleFactoryAdaptor(apexBundleFactory))
47 ctx.BottomUp("apex", apexMutator)
164 "system/sepolicy/apex/myapex-file_contexts": nil,
165 "system/sepolicy/apex/myapex_keytest-file_contexts": nil,
166 "system/sepolicy/apex/otherapex-file_contexts": nil,
182 "myapex-arm64.apex": nil,
183 "myapex-arm.apex": nil,
255 apex {
322 ensureContains(t, apexRule.Output.String(), "myapex.apex.unsigned"
    [all...]

Completed in 703 milliseconds