Home
last modified time | relevance | path

Searched defs:testApex (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/apex/tests/src/com/android/tests/apex/
H A DApexdHostTest.java89 ITestDevice.ApexInfo testApex = new ITestDevice.ApexInfo( in testOrphanedApexIsNotActivated() local
110 ITestDevice.ApexInfo testApex = new ITestDevice.ApexInfo( in testApexWithoutPbIsNotActivated() local
141 ITestDevice.ApexInfo testApex = new ITestDevice.ApexInfo( in testRemountApex() local
331 ITestDevice.ApexInfo testApex = new ITestDevice.ApexInfo( in testFailsToActivateApexOnDataFallbacksToPreInstalled() local
H A DApexRollbackTests.java390 ITestDevice.ApexInfo testApex = new ITestDevice.ApexInfo( in testBootCompletedCleanupHappensEvenWhenThereIsCrashingProcess() local
/aosp12/build/soong/apex/
H A Dapex_test.go61 func testApex(t *testing.T, bp string, preparers ...android.FixturePreparer) *android.TestContext { func
H A Dapex.go341 testApex bool member