| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
Change-Id: I7a2a450fa78b8e1fe5b7a0e37a0bd70f01d029f1
|
| | |
| |
| |
| |
| |
| | |
Bug: 195421431
Test: Build
Change-Id: I56152045361a7944f7ca810ed3e8cabd7ced2c80
|
| |\|
| |
| |
| | |
Change-Id: Ide618ac7f9c2386232ea57aa5ddcf87254304720
|
| | |
| |
| |
| |
| |
| |
| | |
Bug: 188696815
Bug: 190679991
Test: Manual test by installing apx on R and S ROM
Change-Id: I21422fdb537f61f829143a4cdfaa309bd58ba9d9
|
| |\|
| |
| |
| | |
Change-Id: I39f738ff789adcb0ed1a3d3c8ebb9af2712c0941
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Revert submission 14094973-am-bc71ac24184749388d02bcfb7fc5edc2
Reason for revert: b/188696815
Reverted Changes:
I5de4acb84:Update target sdk = 30 am: 34dde4fb2b
Ib96859138:Merge "Set target sdk 30" into mainline-prod am: b...
Bug: 182409562
Bug: 188696815
Change-Id: I8b2a22b2e0d6dc120411044bb61d4a21bf13a031
|
| |\|
| |
| |
| | |
Change-Id: I5a8b69fd1107e52425ad15ab0582b274da56d649
|
| | |\ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
1. This makes sure the cbr mainline module does not have any NewApi lint
violations. that is all APIs calls are supported in CBR min API level or
that we have verified the device's API level at run-time before making those calls.
2. set the right minSDKLevel to 30 as CBR mainline starting from R.
3. remove the lint-baseline xml as we don't have any lint breakage.
Bug: 188852029
Test: m com.android.cellbroadcast lint-check
Change-Id: Ib61e2ae226e7a6361416b2001b543a054d1f6edd
|
| |\| |
| | |
| | |
| | | |
Change-Id: I8853a76dc37ba53c63cefae7b0cea02e22150bb4
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
c7c34f311e -s ours
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/CellBroadcastService/+/14774810
Change-Id: I5252e91e914b5e20264079872490aca470e2dd6c
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
Auto-generated-cl: translation import
Change-Id: I91e7afcb4db82e608e1326d7d79c65295dca91ad
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
a85b22acdc -s ours
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/CellBroadcastService/+/14774811
Change-Id: I50dbddd04ec36a8edd58794dde0ddeddc3a80005
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Auto-generated-cl: translation import
Change-Id: Iaf470856383a12842f5dc4d79cf597580d8ddcf4
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Auto-generated-cl: translation import
Change-Id: I404b3c12b9a3a938a739e5de4b708bee475c4bbd
|
| |\| | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I30c536168352df8eac0912d3f7b3ec62bac8a4cf
|
| | | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
See go/mainline-owners-policy
Test: N/A, OWNERS change only
Bug: 188631514
Merged-In: Ib21cdd8a1ac07e43be388868c3be75e3cfd37b82
Change-Id: Ib21cdd8a1ac07e43be388868c3be75e3cfd37b82
|
| |\| | |
| | | |
| | | |
| | | | |
Change-Id: Ia0be8a5df7f4492254558560086a1d769799d2d5
|
| | |\ \ \
| | | |/
| | |/|
| | | |
| | | |
| | | | |
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/CellBroadcastService/+/14554734
Change-Id: Id774014730bdbdbbf1866aa22afe47f2803f3761
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 187447232
Test: dumpsys isms
Change-Id: I0367d789974ee6a40dda3888ac3a1ffa1532382c
|
| |\| | |
| | | |
| | | |
| | | | |
Change-Id: I987556bbfe9b10b4db2d01627d5b18707c03bb1f
|
| | |\| |
| | | |
| | | |
| | | |
| | | |
| | | | |
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/CellBroadcastService/+/14443260
Change-Id: Ic5997e0cff5fe474669d6388b4712e9592ecb791
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
GsmCellBroadcastHandler has it's own mReceiver. Rename it to
mGsmReceiver to fix confusion with the super class
CellBroadcastHandler.mReceiver object which is different.
Bug: 186152056
Test: manual and atest
Change-Id: I38ba28f2e5031f9c021d7e5a36256fe173def9c7
|
| |\| | |
| | | |
| | | |
| | | | |
Change-Id: I5f8332ec43b0d992e2e544f6130b0b2800e147a9
|
| | |\| |
| | | |
| | | |
| | | |
| | | |
| | | | |
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/CellBroadcastService/+/14341552
Change-Id: Ie7216109ce31024e0747cb5f9dbbb8375eb81a7b
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also use deprecated PhoneStateListener instead of new TelephonyCallback
class to avoid difference between mainline and master branch.
Bug: 186152056
Test: manual (kill phone process to test cleanup)
Change-Id: Id784d971b331751a5934b2899dca46da4dd9b470
Merged-In: Id784d971b331751a5934b2899dca46da4dd9b470
|
| |\| | |
| | | |
| | | |
| | | | |
Change-Id: I20e1101457253a67c1d2855a26ec4fb8f6534133
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Cellbroadcast." am: 81738426f9 am: 168ea16bf7 am: 6c630e9b6c
Original change: https://android-review.googlesource.com/c/platform/packages/modules/CellBroadcastService/+/1670029
Change-Id: I7406292604ffb8f8663f95a1382cd845c971531d
|
| | | |\ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Cellbroadcast." am: 81738426f9 am: 168ea16bf7
Original change: https://android-review.googlesource.com/c/platform/packages/modules/CellBroadcastService/+/1670029
Change-Id: Iddd736bbc22370549ee926e84bcf25a819c55a48
|
| | | | |\ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Cellbroadcast." am: 81738426f9
Original change: https://android-review.googlesource.com/c/platform/packages/modules/CellBroadcastService/+/1670029
Change-Id: I62b7f92cf0ecaa6e20a4efc732114a1b3d5cec0b
|
| | | | | |\ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Cellbroadcast."
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Bug: 181628520
Test: unittest
forrest
Change-Id: Ib749e283dfe8f1277b605212cf913e6afe9063af
|
| |\| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Change-Id: I1a68e7507aca622a40705f3d2c874807d362fb30
|
| | |\| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
8f82badcad -s ours am: d7981b573c -s ours am: 31cc3b30f6 -s ours
am skip reason: subject contains skip directive
Original change: https://android-review.googlesource.com/c/platform/packages/modules/CellBroadcastService/+/1684491
Change-Id: I78c3e0f0e97f591c3b2e347f3e6dc394e8134408
|
| | | |\| | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
8f82badcad -s ours am: d7981b573c -s ours
am skip reason: subject contains skip directive
Original change: https://android-review.googlesource.com/c/platform/packages/modules/CellBroadcastService/+/1684491
Change-Id: Id7e6741a143320f90f6de5b40a9cdd61e62df415
|
| | | | |\| | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
8f82badcad -s ours
am skip reason: subject contains skip directive
Original change: https://android-review.googlesource.com/c/platform/packages/modules/CellBroadcastService/+/1684491
Change-Id: I6f00395596339f0a119304d47427ce5d620f8951
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Auto-generated-cl: translation import
Change-Id: I7a74e4993e442ff6901b34609ecd87ff932cb289
|
| |\| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Change-Id: I1fc6b78f93faa489b5cbdb3ed1e6f72bbf66354f
|
| | |\| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
b70fca81d1 -s ours am: ef84d0d7f5 -s ours
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/CellBroadcastService/+/14240027
Change-Id: I9c21199f2a56feee9fc4c0b9098a18b77b30340b
|
| | | |\ \ \ \ \ \
| | | | |_|_|_|/
| | | |/| | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
b70fca81d1 -s ours
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/CellBroadcastService/+/14240027
Change-Id: If9fbd10595e208db1b6d7ce18a7eb1d942776118
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Auto-generated-cl: translation import
Change-Id: I53c445f2aff08d737ba55547fe97248ba7b04899
|
| |\| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Change-Id: If4003c0fd1d58873536200fde16530673198ac75
|
| | |\ \ \ \ \ \ \
| | | |_|_|_|_|/
| | |/| | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
ac248563b8 -s ours
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/CellBroadcastService/+/14226993
Change-Id: I425ac90ecccc1a3c73d5ea54e665408184b27605
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Auto-generated-cl: translation import
Change-Id: If91bdf9f3dc6ea672a3f3894cb960d8f28a69339
|
| |\| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Change-Id: Id88d9094d1a4ff83efa73803390eae0900187079
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Auto-generated-cl: translation import
Change-Id: Iaaa78f82344e0676c29ac3aaa05e55c4591c25e1
|
| |\| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Change-Id: I2ab50a180e931c5b9065c61639b9e067e94fec68
|
| | |\ \ \ \ \ \ \
| | | |/ / / / /
| | |/| | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
fb57ab1a0d am: 925ec7b3c3 am: c1506ddaa7 -s ours
am skip reason: skip tag Change-Id Ic5073642599d9055373e8d3f86b84791f1b46e13 with SHA-1 ead78f4629 is already in history
Original change: https://android-review.googlesource.com/c/platform/packages/modules/CellBroadcastService/+/1675517
Change-Id: I0997f65b2ca09bb1596449c0f13d0a93c6adadc0
|
| | | |\ \ \ \ \ \
| | | | |_|/ / /
| | | |/| | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Original change: https://android-review.googlesource.com/c/platform/packages/modules/CellBroadcastService/+/1675517
Change-Id: If1016c00e534acbd9664d714185029866d0259ed
|
| | | | |\ \ \ \ \
| | | | | |_|/ /
| | | | |/| | /
| | | | |_|_|/
| | | |/| | |
| | | | | | | |
Original change: https://android-review.googlesource.com/c/platform/packages/modules/CellBroadcastService/+/1675517
Change-Id: Ic9632221c84e01d2fac974bb17b8f824fa823606
|