Home
last modified time | relevance | path

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

/cts/tests/rollback/src/com/android/cts/rollback/
DRollbackManagerTest.java177 Install.single(TestApp.ARotated2).setEnableRollback().commit(); in testRollbackAfterKeyRotation()
181 RollbackUtils.rollback(available.getRollbackId(), TestApp.ARotated2); in testRollbackAfterKeyRotation()
/cts/libs/install/src/com/android/cts/install/lib/
DTestApp.java55 public static final TestApp ARotated2 = new TestApp("ARotatedV2", A, 2, /*isApex*/false, field in TestApp