am: 82e644de2f
* commit '82e644de2f1db76e20e676086b580e224d5d9d5b':
Move Activity multi-window event logic out of the public methods
Change-Id: I2d7e79c29cbcad62727ed701c1e7d0519deca24e
am: c4b7595962
* commit 'c4b7595962d217d07596469b378831630dd61d72':
Reducing the number of recent tasks we keep.
Change-Id: If80c8f44ebee97ff30cc858ea9edf6ec99909e3b
am: 6e90b67dfa
* commit '6e90b67dfaf02c236b542951dfaac3a7d805ef21':
Move Activity multi-window event logic out of the public methods
Change-Id: I1eb6677d8ecd2208b20c2094eb4d708f6e20bc14
am: 9fc0a7c4c4
* commit '9fc0a7c4c4e8eeddc6b4a74267731b26e87a20f5':
Reducing the number of recent tasks we keep.
Change-Id: I184a3a28a3365c897f108f93947168f228c1c235
am: 56e2aeba8f
* commit '56e2aeba8fb40190dbe1303ae1d299e77e764b44':
Move Activity multi-window event logic out of the public methods
Change-Id: I74706461487dde9e4f3ff3ff62be4e5778190c52
am: 56e2aeba8f
* commit '56e2aeba8fb40190dbe1303ae1d299e77e764b44':
Move Activity multi-window event logic out of the public methods
Change-Id: I7c774d19ff87c52594642f1e5f277f26a2a28b39
am: 9e935820b5
* commit '9e935820b5d0134d71fc5ae51001b276ab603c51':
Reducing the number of recent tasks we keep.
Change-Id: If44266c1872505f90cb8ae60c6a8fbdbca495d6e
am: 9e935820b5
* commit '9e935820b5d0134d71fc5ae51001b276ab603c51':
Reducing the number of recent tasks we keep.
Change-Id: I8f1eab7444272080f151521d5ceab2c185fb828c
am: e6ed9c619a
* commit 'e6ed9c619a9bfe80b197deb29f9555f5be23c572':
Sum up character widths to get the last line width for ellipsis.
Change-Id: I2dc639006dfd95a4d8d5429f0c54841bc28a651b
- Don't pass the ShortcutService instance as an argument. This tiny
optimization is no longer meaningful now that PackageShortcut and
PackageLauncher have reference to ShortcutUser.
- Rename mLauncherComponent to mDefaultLauncherComponent for clarity.
- Don't instantiate ShortcutPackage instances when not needed.
- Don't allow intents with a null action.
- Also improve javadoc.
Bug 28592642
Bug 28474517
Bug 28557169
Change-Id: I8790d3494bf3b92c143c02824b0ed0e514504baa
am: 99ac8cb861
* commit '99ac8cb8614b5bd4819d7d9599f581a1c3d890f3':
Sum up character widths to get the last line width for ellipsis.
Change-Id: I417c0962211b858989fabb9d0d09fe536aaae97c
am: f2cbf95b6b
* commit 'f2cbf95b6b48d0c5dea14db4edbd255ff751beaa':
Sum up character widths to get the last line width for ellipsis.
Change-Id: Iaa3cab4dfb904c0291e703eca9125aef0ef50f70
am: f2cbf95b6b
* commit 'f2cbf95b6b48d0c5dea14db4edbd255ff751beaa':
Sum up character widths to get the last line width for ellipsis.
Change-Id: I28193273103bf68fbd778048540c35dbf9a51170
am: b9984f2c2d
* commit 'b9984f2c2d42552c886dea220c42ad9e18447d8a':
Revert "Two phases to set the password for disk encryption"
Change-Id: Ia194f94777f6ca499d9e044a91f83a8ad99cd325
am: 05190e3bbf
* commit '05190e3bbf43cc95abf7bf103644d121317a3a00':
Revert "Two phases to set the password for disk encryption"
Change-Id: I59cccbbef2c5af884ac83546f075d1dea95f6b23
am: 8b2dd44f2f
* commit '8b2dd44f2f30a9dd22799ee30dd4b9c5a093aae5':
Addressing API council comments on NetworkStatsManager.
Change-Id: Ie6455799758f0bdb67440f72c266effaf412e22f
am: f829c1463b
* commit 'f829c1463b4805545d15924ad6243b9405eb83d6':
Revert "Two phases to set the password for disk encryption"
Change-Id: Ic57b08d344020d9705a4bc2208b4adabebbe9151
am: f829c1463b
* commit 'f829c1463b4805545d15924ad6243b9405eb83d6':
Revert "Two phases to set the password for disk encryption"
Change-Id: Ia2d8b2e751a42771cfa5fedbf47b73be6491820c
am: 7598ac2aa7
* commit '7598ac2aa79f328e52e58bdaa2d8e8d858c2c463':
Addressing API council comments on NetworkStatsManager.
Change-Id: Ia886e1ce98520c1618ba501097a2c979a628bbb4
am: dc5f558640
* commit 'dc5f558640da8785fabc274167ec37a0fda30cd6':
Addressing API council comments on NetworkStatsManager.
Change-Id: I952e69e7cfbd8cebcbac7c3b19ede300e26777e8
am: dc5f558640
* commit 'dc5f558640da8785fabc274167ec37a0fda30cd6':
Addressing API council comments on NetworkStatsManager.
Change-Id: I9d884ed999b507ab172418f068c10483422643d3
- This should decrease the time it takes to fetch the recent task list,
and also reduce the number of tasks we store on-disk.
- Since a user can still open a fair number of tasks within the
time-window, and this list includes tasks that are excluded from the
UI, we are just reducing it to about half for the time being.
Bug: 28318359
Change-Id: Ie21b3d3d09a567007015fbbecaf914123c71cc06
Callbacks
- DataUsageCallback renamed to UsageCallback
- DataUsagePolicy removed; passing in params directly to register method
- making it an abstract class
- passing in (networkType, subscriberId) that reached its threshold
- renaming onLimitReached to onThresholdReached to match existing naming
- only monitor single network,subscriberId
- no monitoring of specific uids; using device or user wide instead
Tags
- only owner uid can read its tags
- exposing only TAG_NONE to match service side
BUG: 27530098
Change-Id: I2b2664da71806868a1e937d2bf4d1f234637509b