History log of /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/UiccCarrierPrivilegeRules.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c9877fe39ad8f3641d16fd980404916da7f6ce70 13-Aug-2014 Shishir Agrawal <shishir@google.com> SIM state loaded should wait for carrier priviliges to load.

Currently the notification only waits for the IccRecords to load.

Bug: 16650402

Change-Id: I7bc011f1fba58ee23f47375d60f976fb816dea6b
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/UiccCarrierPrivilegeRules.java
934a24a6aa2b7a981e872fa350648904ed80280a 28-Aug-2014 Diego Pontoriero <diegs@google.com> Generalize getCarrierPackageNamesForBroadcastIntent utility method to work for all intent types.

Bug: 17163860
Change-Id: I4b013db09a521fbc41401e11cd60a0c7b0172b64
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/UiccCarrierPrivilegeRules.java
279ace857d85b3409515983e0f62d127351594d8 14-Aug-2014 Shishir Agrawal <shishir@google.com> UiccCarrierPrivilegeRules: Set state error on incorrect response from UICC.

Bug: 17033027

Change-Id: I9f6c32525172a47b217246b187b18ed77233221b
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/UiccCarrierPrivilegeRules.java
8071f9cde13df71af0c4c8b3810d24740279da9a 12-Aug-2014 Junda Liu <junda@google.com> Merge "Skip unknown tags in parsing." into lmp-dev
32bbe4213fc554ebf00553cd9935d17fe7530aa1 07-Aug-2014 Junda Liu <junda@google.com> Skip unknown tags in parsing.

Bug: b/16650010

Change-Id: I3b52d6201e4eb20096c2724103fd1463e0d9b908
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/UiccCarrierPrivilegeRules.java
7b122b5ef07eca751ca8b6938562737d6e3de2c8 05-Aug-2014 Shishir Agrawal <shishir@google.com> UiccCarrierPrivilegeRules: Changing the APDU commands to match the GP spec.

The commands currently match the get binary command. We want to use the get
data command instead.

Change-Id: I762311cdbd983dfc5038593edfa4c4607be7eb10
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/UiccCarrierPrivilegeRules.java
7f1a3f0ab65c144fde56e1246c5747b0c555034a 23-Jul-2014 Shishir Agrawal <shishir@google.com> UiccCarrierPrivilegeRules: changing getCarrierPackageNamesForBroadcastIntent to return a list.

Currently it returns the first matching package name. Now it will return a
list of all matching packages.

Change-Id: Icc0fc728e1e24235632ac38a482b06a7b829de78
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/UiccCarrierPrivilegeRules.java
a9552aa6bf3ce12c75ad43165034d9a1233fb131 21-Jul-2014 Shishir Agrawal <shishir@google.com> CarrierApp: Do not send broadcast if there is no carrier app.

Avoids an unnecessary broadcast.

Also fixes an NPE bug.

BUG=16454767
Change-Id: Idc8bff4c7a35b7ea0bb7446cd74515cf1675868d
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/UiccCarrierPrivilegeRules.java
e5b5f10d2d09f62c265381cab0816edfbdf566f0 17-Jul-2014 Junda Liu <junda@google.com> Add urls for spec and update AID to be spec compliant.

Change-Id: I79580c8e510a8424b64436d8e6c57a8a3cc7fb1d
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/UiccCarrierPrivilegeRules.java
004868eb3f91b06ef7e86b511bbb7b354036834a 11-Jul-2014 Junda Liu <junda@google.com> Fix UICC rule parsing.

Change-Id: I2fb81efba9fb749a23ee6fe59a24118782f502fc
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/UiccCarrierPrivilegeRules.java
c9394399180abbc32d04f6a3652ce22d5931e0b8 14-Jul-2014 Shishir Agrawal <shishir@google.com> Protecting messagings APIs for carrier access.

APIs protected by this CL:
- SMS injection.
- SMS filtering.
- SMS outbound broadcast.
- SMS outbound broadcast result.

Also moved much of the carrier checking logic from PhoneInterfaceManager to
the UiccCarrierPrivilegeRules for reusability.

BUG=15993876

Change-Id: I8309a1de23426dcc66a10383335cff9242920410
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/UiccCarrierPrivilegeRules.java
4baf17fd699249d1b387903b6db7328ad3f7b3e2 23-Jun-2014 Shishir Agrawal <shishir@google.com> SIM based carrier app privileges.

Adding support for SIM based carrier app privileges.

WIP - Missing bits:
- Notifications.
- Certificate check.

Change-Id: Ied3aa6c7d51cc0cde06f5bb58f30893d7a7b1c34
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/UiccCarrierPrivilegeRules.java