Home
last modified time | relevance | path

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

/cts/libs/rollback/src/com/android/cts/rollback/lib/
DTestApp.java43 public TestApp(String name, String packageName, long versionCode, boolean isApex, in TestApp() argument
49 mIsApex = isApex; in TestApp()
68 boolean isApex() { in isApex() method in TestApp
DInstall.java81 private int createEmptyInstallSession(boolean multiPackage, boolean isApex) in createEmptyInstallSession() argument
88 if (isApex) { in createEmptyInstallSession()
104 int sessionId = createEmptyInstallSession(/*multiPackage*/false, app.isApex()); in createInstallSession()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java982 assertThat(packageInfo.isApex).isTrue(); in assertShimApexInfoIsCorrect()