History log of /frameworks/opt/telephony/src/java/com/android/internal/telephony/CarrierActionAgent.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
74d69b0725425e23b5733c9110160cd4a27c9ac7 09-Jun-2017 fionaxu <fionaxu@google.com> add an extra for rebroadcast of sim_state_change

Bug: 62459330
Test: Manaual Test
Change-Id: Ib28e61906cc818d833175e756be729011a03603e
/frameworks/opt/telephony/src/java/com/android/internal/telephony/CarrierActionAgent.java
afffe1b3e671ba002a5bf79a2f59ec8e6c8bd6a3 10-May-2017 fionaxu <fionaxu@google.com> reset carrier actions on APM

Bug: 37913717
Bug: 37850264
Test: Manual test. toggle APM
Test: runtest --path
frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/CarrierActionAgentTest.java
Change-Id: Ie2d4c453438c1cabb7576e4d1aa4e61adba43c5e
/frameworks/opt/telephony/src/java/com/android/internal/telephony/CarrierActionAgent.java
4c9ca958d2ecb645d643d08c65f931e255138d71 27-Apr-2017 fionaxu <fionaxu@google.com> new carrier signal/action on carrier action reset

notify carrier apps on carrier action reset, usually when sim loaded
or sim absent. only sent those reset signals to configured carrier apps
carrier apps could reply on this new intent instead of sim_state_changed
to avoid unnecessary wake-ups, for example an VZW app might be awake
even under AT&T due to the general SIM_STATE_CHANGED broadcast.

Bug: 34626476
Test: Manual test on TMO and READY/ZIP SIM
Change-Id: Icc8bd843ddaccd3a96950831c45ff6825fb0cc9e
/frameworks/opt/telephony/src/java/com/android/internal/telephony/CarrierActionAgent.java
f87876483d4ef762a8cd46307aec37e5c2907ef7 21-Mar-2017 fionaxu <fionaxu@google.com> reset carrier actions on sim loaded

There are some use cases where carriers activate SIM's data service by
updating EF files with an ICC refresh event. Slightly different from hot
sim swap, this might not go through the complete SIM loading procedure
and won't recreate any new Icc Record as well.
- Move carrier action reset to recordsLoaded event handler which handles
both ICC refresh and hot sim swap.
- refactor carrier action reset from individual modules to carrier
action agent

Bug: 36154348
Test: Manual
Change-Id: I7af8b1d956ba7dfa1efdc8858b49903f24382dbe
/frameworks/opt/telephony/src/java/com/android/internal/telephony/CarrierActionAgent.java
b5771d36210a751e6ec916556ad0f20fcb9b4288 18-Nov-2016 fionaxu <fionaxu@google.com> Initial change on carrier signal filtering

- support new carrier configs with two signal list per carrier app
- support new broadcast mechanism to comply with background-check restriction on O.
- add carrier action agent for dispatching carrier actions

Bug: 30958215
Test: runtest --path
frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/CarrierSignalAgentTest
Change-Id: Ibf7496bdb1ba8c85384da0b667a5610a52b45d80
Merged-In: CHANGE-ID I4e9e2f56e991e9d6753f8d7e877add5ada595972
/frameworks/opt/telephony/src/java/com/android/internal/telephony/CarrierActionAgent.java