History log of /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/CellBroadcastTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d725f1587481287838e8cbee2279abcc21232ba2 04-May-2017 Jack Yu <jackyu@google.com> Moved channels settings from carrier config to resources

Since CBS channels are more countries specific instead
of carrier specific, moving it to resources makes
more sense.

Test: Manual
bug: 31223529

Change-Id: Id76c7eb7515ff924e84a54c77b98bf8973c60c1b
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/CellBroadcastTest.java
85f8978e580a2172c2a1f26d42fcd09269bc581d 29-Sep-2016 Jack Yu <jackyu@google.com> Added CellBroadcastReceiver unit tests.

Test: runtest -x packages/apps/CellBroadcastReceiver/tests/unit

bug: 30367782
Change-Id: I9e19c7f903e516f6f644d50c4a9428fb0fda5722
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/CellBroadcastTest.java
c8c761f60056204eaea0075def39cee2787f4623 26-May-2016 Derek Tan <derektan@google.com> Use getConfigForSubId instead of getConfig(int).

Per API review, we want to revert getConfig(int) to
getConfigForSubId(int) (ag/1075011). This CL changes all
callers to use getConfigForSubId(int).

Bug: 28295813
Change-Id: I1e781ec98ddf7d6ec5088ad2c61ff8ca172ec316
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/CellBroadcastTest.java
e07253f278a20009044de986915b380700caea2d 27-Apr-2016 Jack Yu <jackyu@google.com> Added additional CBS channels support.

Added carrier config for additional CBS channels enabling.

bug: 21107166
Change-Id: I267e257b7ad0a90f233f6e0aeea9d54d6dc1f6ab
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/CellBroadcastTest.java