Home
last modified time | relevance | path

Searched refs:testApex (Results 1 – 6 of 6) sorted by relevance

/aosp12/build/soong/apex/
H A Dapex_test.go301 ctx := testApex(t, `
616 ctx := testApex(t, `
691 ctx := testApex(t, `
713 ctx := testApex(t, `
764 ctx := testApex(t, `
1872 testApex(t, `
4223 testApex(t, `
4231 testApex(t, `
5402 testApex(t, `
7063 _ = testApex(t, `
[all …]
H A Dvndk_test.go12 ctx := testApex(t, `
105 ctx := testApex(t, bp)
118 ctx := testApex(t, bp,
130 ctx := testApex(t, bp,
H A Dapex.go341 testApex bool member
1636 if len(a.properties.Tests) > 0 && !a.testApex {
2166 func ApexBundleFactory(testApex bool, artApex bool) android.Module {
2168 bundle.testApex = testApex
2177 bundle.testApex = true
2243 if a.testApex || a.vndkApex {
2267 if ctx.Host() || a.testApex || a.vndkApex {
2339 if ctx.Host() || a.testApex || a.vndkApex {
H A Dbuilder.go521 …Apex() && proptools.BoolDefault(a.properties.Compressible, false) && !a.testApex && !ctx.Config().…
/aosp12/system/apex/tests/src/com/android/tests/apex/
H A DApexdHostTest.java89 ITestDevice.ApexInfo testApex = new ITestDevice.ApexInfo( in testOrphanedApexIsNotActivated() local
91 assertThat(activeApexes).doesNotContain(testApex); in testOrphanedApexIsNotActivated()
110 ITestDevice.ApexInfo testApex = new ITestDevice.ApexInfo( in testApexWithoutPbIsNotActivated() local
112 assertThat(activeApexes).doesNotContain(testApex); in testApexWithoutPbIsNotActivated()
141 ITestDevice.ApexInfo testApex = new ITestDevice.ApexInfo( in testRemountApex() local
143 assertThat(activeApexes).contains(testApex); in testRemountApex()
331 ITestDevice.ApexInfo testApex = new ITestDevice.ApexInfo( in testFailsToActivateApexOnDataFallbacksToPreInstalled() local
333 assertThat(activeApexes).contains(testApex); in testFailsToActivateApexOnDataFallbacksToPreInstalled()
H A DApexRollbackTests.java390 ITestDevice.ApexInfo testApex = new ITestDevice.ApexInfo( in testBootCompletedCleanupHappensEvenWhenThereIsCrashingProcess() local
392 assertThat(activeApexes).doesNotContain(testApex); in testBootCompletedCleanupHappensEvenWhenThereIsCrashingProcess()