• Home
Name Date Size #Lines LOC

..--

MultiUserRollbackTest/src/com/android/tests/rollback/host/04-Jul-2025-160109

NetworkStagedRollbackTest/src/com/android/tests/rollback/host/04-Jul-2025-13771

RollbackTest/04-Jul-2025-1,026675

SampleRollbackApp/04-Jul-2025-326219

StagedRollbackTest/src/com/android/tests/rollback/host/04-Jul-2025-283182

lib/src/com/android/tests/rollback/host/04-Jul-2025-12179

testdata/04-Jul-2025-1914

Android.bpD04-Jul-20254.3 KiB146133

MultiUserRollbackTest.xmlD04-Jul-20251.6 KiB3015

NetworkStagedRollbackTest.xmlD04-Jul-20252.8 KiB3419

OWNERSD04-Jul-202563 21

README.txtD04-Jul-2025494 2416

RollbackTest.xmlD04-Jul-20253.5 KiB4326

StagedRollbackTest.xmlD04-Jul-20251.8 KiB3419

TEST_MAPPINGD04-Jul-2025226 1716

README.txt

1This directory contains a test for the rollback manager service.
2
3Directory structure
4===================
5RollbackTest
6  - device driven test for rollbacks not involving staged rollbacks.
7
8StagedRollbackTest
9  - device driven test for staged rollbacks.
10
11TestApp
12  - source for fake apks used in testing.
13
14TestApex
15  - source for fake apex modules used in testing.
16
17Running the tests
18=================
19
20You can manually run the tests as follows:
21
22  atest RollbackTest
23  atest StagedRollbackTest
24