Home
last modified time | relevance | path

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

/system/apex/tests/src/com/android/tests/apex/
DApexdHostTest.java362 String apex_filename = "test.bad1.com.android.hardware.wifi.apex"; in testRejectsStagedApexWithIncorrectUpdatableViaApexValue() local
364 File apexFile = mHostUtils.getTestFile(apex_filename); in testRejectsStagedApexWithIncorrectUpdatableViaApexValue()
388 String apex_filename = "test.bad2.com.android.hardware.wifi.apex"; in testRejectsStagedApexWithInvalidSyntaxVintfFragment() local
390 File apexFile = mHostUtils.getTestFile(apex_filename); in testRejectsStagedApexWithInvalidSyntaxVintfFragment()
411 String apex_filename = "test.bad3.com.android.hardware.wifi.apex"; in testRejectsStagedApexThatUpdatesUnrelatedHardware() local
413 File apexFile = mHostUtils.getTestFile(apex_filename); in testRejectsStagedApexThatUpdatesUnrelatedHardware()
435 String apex_filename = "test.good1.com.android.hardware.wifi.apex"; in testAcceptsGoodRebootlessApex() local
437 File apexFile = mHostUtils.getTestFile(apex_filename); in testAcceptsGoodRebootlessApex()
458 String apex_filename = "test.bad1.com.android.hardware.wifi.apex"; in testRejectsRebootlessApexWithIncorrectUpdatableViaApexValue() local
460 File apexFile = mHostUtils.getTestFile(apex_filename); in testRejectsRebootlessApexWithIncorrectUpdatableViaApexValue()
[all …]