Home
last modified time | relevance | path

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

/aosp_15_r20/system/apex/tests/src/com/android/tests/apex/
H A DApexdHostTest.java94 ITestDevice.ApexInfo testApex = new ITestDevice.ApexInfo( in testOrphanedApexIsNotActivated() local
115 ITestDevice.ApexInfo testApex = new ITestDevice.ApexInfo( in testApexWithoutPbIsNotActivated() local
306 ITestDevice.ApexInfo testApex = new ITestDevice.ApexInfo( in testFailsToActivateApexOnDataFallbacksToPreInstalled() local
H A DApexRollbackTests.java305 ITestDevice.ApexInfo testApex = new ITestDevice.ApexInfo( in testBootCompletedCleanupHappensEvenWhenThereIsCrashingProcess() local
/aosp_15_r20/build/soong/apex/
H A Dapex_test.go66 func testApex(t *testing.T, bp string, preparers ...android.FixturePreparer) *android.TestContext { func
H A Dapex.go444 testApex bool member