OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shimApex
(Results
1 - 3
of
3
) sorted by null
/cts/hostsidetests/rollback/src/com/android/cts/rollback/host/
RollbackManagerHostTest.java
71
final ITestDevice.ApexInfo
shimApex
= getShimApex();
72
if (
shimApex
.versionCode == 1) {
79
throw new AssertionError("Failed to uninstall " +
shimApex
);
/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
StagedInstallTest.java
164
final ITestDevice.ApexInfo
shimApex
= getShimApex();
165
assertThat(
shimApex
.versionCode).isEqualTo(1);
300
final ITestDevice.ApexInfo
shimApex
= getShimApex();
301
if (
shimApex
.versionCode == 1) {
307
Log.i(TAG, "Uninstalling shim apex " +
shimApex
);
309
throw new AssertionError("Failed to uninstall " +
shimApex
);
/cts/tests/tests/content/src/android/content/pm/cts/
PackageManagerTest.java
[
all
...]
Completed in 245 milliseconds