| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
See https://source.android.com/setup/contribute/respectful-code for reference
Bug: 161896447
Test: build only
Change-Id: I11d399b3728d5a1d721bac7f5ad0f7210db186cb
|
| |
|
|
|
|
| |
Bug: 76692459
Test: make -j TimeZoneData.
Change-Id: I93ee1654f34aea0775bcdc25b8a4f8dddaa46a42
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Explicitly disallow multiple user execution:
it's not expected because everything runs as system
but this change explicitly rules out execution.
This change also adds an xTS to confirm that
a secondary user installing the app triggers
an update (as the owner) and the device is updated
correctly.
Test: Manual testing installing updates as secondary device user
Test: PTS: run pts -m PtsTimeZoneTestCases
Bug: 64111659
Change-Id: Ic839bb264b9ce5448e6191c71ffb7c2b634e4efa
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Switch back to use a manifest constant instead of
android.provider.TimeZoneRulesDataContract.READER_PERMISSION
based on feedback from API council.
This is the second of three changes to (1) add the new constant,
(2) switch over code using the constant, (3) remove the
old constant.
Bug: 64568899
Test: None, build only
Change-Id: I1126656f0bde2db9564c3e122bb78c7a4c9b44e2
|
| |
|
|
|
|
|
|
| |
Remove references to internal classes and depend on system stubs.
Bug: 64139059
Test: Ran internal xTS tests
Change-Id: I2430e7ce23769a7f60e4d8202b4f6320b52cc1ab
|
| |
|
|
|
|
|
|
| |
Track TimeZoneDataContract in frameworks/base.
Bug: 31008728
Test: make droid
Change-Id: Id7669dcc808c04371601245d7cd76eb99cf9b8f6
|
| |
|
|
|
|
|
|
| |
Track TimeZoneDataContract changes in frameworks/base.
Bug: 31008728
Test: make droid
Change-Id: I08c2a64a9ee6c5fd19812cd5dfc56153b97db02f
|
|
|
Initial check-in of the AOSP example/demo/base code for the
time zone update data app.
Included are targets for building test versions (beneath the
testing dir) with interesting properties for manual testing.
Many of the files are copied / adapted from files in
libcore/tzdata/prototype_data. Those files will be deleted in a
follow up change.
Test: mmm packages/apps/TimeZoneData
Test: mmm packages/apps/TimeZoneData/testing
Bug: 31008728
Change-Id: Icd18b0ef642e223be20fd106ad90e06ac6911873
|