commit | c915eebbf8782f64c5d7167a72c4c4f1d35f6e83 | [log] [tgz] |
---|---|---|
author | Xiaohui Chen <xiaohuic@google.com> | Fri Jun 26 16:20:48 2015 -0700 |
committer | Xiaohui Chen <xiaohuic@google.com> | Fri Jun 26 16:31:43 2015 -0700 |
tree | 9d33c1dd81318e5a6e990916b2e96fbff1d5d805 | |
parent | 1c3b7a6de6593c8a1c01ce48e04dda7e11471288 [diff] |
fix temp white list update in device idle It appears firewall rules for temp white list is updated differently from the non temp one. The non temp one will trigger a global update but the temp one is updating only the uids in the list one by one. The individual uid firewall rule update does not work well with dozable chain. This cl moves the dozable chain update logic out and put it where the white list is updated. BUG:22094135 Change-Id: I425c82da6231b1ef119664907705d0880365f339