• Home
  • History
  • Annotate
  • only in /frameworks/base/core/tests/coretests/src/android/app/timezone/
History log of /frameworks/base/core/tests/coretests/src/android/app/timezone/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
64d3b2642ac05bf75f407b0ac91cdca7669b831e 16-Apr-2018 Daniel Bonnevier <daniel.bonnevier@sony.com> Correct sendBroadcast test

Commit 23eb3a19 changed the implementation from sendBroadcast to
sendBroadcastAsUser but didn't change the test.

Test: adb shell am instrument -r -w -e class \
android.app.timezone.RulesUpdaterContractTest#sendBroadcast \
com.android.frameworks.coretests/android.support.test.runner.AndroidJUnitRunner
Bug: 78166765
Change-Id: I0a47e096a46fc63d46dd9ff878a4af0d76af82f0
(cherry picked from commit b8ab470c273b16390ef8d5715226329e2827e001)
ulesUpdaterContractTest.java
bdbde55592792efe350acd6a46733f439f6a3f3d 19-Dec-2017 Aurimas Liutikas <aurimas@google.com> Annotate an assortment of coretest with @LargeTest

Non-annotated tests do not run, thus adding @LargeTest to an assortment
of tests that were missing annotations.

Found these classes with:
fn "*Test.java" | xargs grep -L "@LargeTest" | xargs grep -L "@MediumTest" | \
xargs grep -L "@SmallTest" | sort

Bug: 70846562
Test: make -j80 FrameworksCoreTests
Change-Id: Ifd466251b92728f9bbfa3cbd8fd21d34490f4eb1
istroFormatVersionTest.java
istroRulesVersionTest.java
ulesStateTest.java
ulesUpdaterContractTest.java
8f4a5361147fef049f4437bdcd54fd4a114c8766 17-Jul-2017 Neil Fuller <nfuller@google.com> Remove unnecessary TODOs

The classes under test are not part of a public
API so they are not tested via CTS.

Bug: 31008728
Test: make droid
Change-Id: If10db42b6e79728a6625708d35a04c5002164866
istroFormatVersionTest.java
istroRulesVersionTest.java
ulesStateTest.java
ulesUpdaterContractTest.java
0153481a22d679818d9eb5ea997bfd967be1c206 22-Jun-2017 Neil Fuller <nfuller@google.com> Fix code and test related to rules version check

Fix code and test related to an incorrectly implemented
rules version check.

This meant that a device could not return the rules version
it shipped with.

Another unused (and also confusing) method and
associated test is being deleted here.

To run tests:
make -j30 FrameworksServicesTests
adb install -r -g \
"out/target/product/angler/data/app/FrameworksServicesTests/FrameworksServicesTests.apk"
adb shell am instrument -e package com.android.server.timezone -w \
com.android.frameworks.servicestests \
"com.android.frameworks.servicestests/android.support.test.runner.AndroidJUnitRunner"

Test: See above.
Bug: 31008728
Change-Id: I31b55e88072dd73055cb3d8cf252be6eac920322
ulesStateTest.java
bede17c216815a849be0c43d5ce7daaf750a9fac 16-Mar-2017 Neil Fuller <nfuller@google.com> Time zone update API classes

Time zone update API classes. Currently hidden but they
will go on to be unhidden in future.

This forms the basis of client and system server code to
support time zone updates.

Tests can be run with:

make -j30 FrameworksCoreTests
adb install out/target/product/angler/data/app/FrameworksCoreTests/FrameworksCoreTests.apk
adb shell am instrument -e package android.app.timezone \
-w com.android.frameworks.coretests \
"com.android.frameworks.coretests/android.support.test.runner.AndroidJUnitRunner"

Bug: 31008728
Test: See above.
Merged-In: I668bc8ac0cb78f3d4d9a4b7ad6ac1534b88af833
Change-Id: Icde574f8974152617a1f7ac9fa225bd5011dcce1
istroFormatVersionTest.java
istroRulesVersionTest.java
ulesStateTest.java
ulesUpdaterContractTest.java