OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isApex
(Results
1 - 3
of
3
) sorted by null
/cts/libs/rollback/src/com/android/cts/rollback/lib/
TestApp.java
28
public static final TestApp A1 = new TestApp("A1", A, 1, /*
isApex
*/false,
30
public static final TestApp A2 = new TestApp("A2", A, 2, /*
isApex
*/false,
32
public static final TestApp Apex2 = new TestApp("Apex2", Apex, 2, /*
isApex
*/true,
34
public static final TestApp Apex3 = new TestApp("Apex3", Apex, 3, /*
isApex
*/true,
43
public TestApp(String name, String packageName, long versionCode, boolean
isApex
,
49
mIsApex =
isApex
;
68
boolean
isApex
() {
Install.java
81
private int createEmptyInstallSession(boolean multiPackage, boolean
isApex
)
88
if (
isApex
) {
104
int sessionId = createEmptyInstallSession(/*multiPackage*/false, app.
isApex
());
129
sessionId = createEmptyInstallSession(/*multiPackage*/ true, /*
isApex
*/false);
/cts/tests/tests/content/src/android/content/pm/cts/
PackageManagerTest.java
[
all
...]
Completed in 364 milliseconds