diff options
author | Sudheer Shanka <sudheersai@google.com> | 2020-01-22 20:41:27 -0800 |
---|---|---|
committer | Sudheer Shanka <sudheersai@google.com> | 2020-01-22 20:56:31 -0800 |
commit | 31961ce7808ff346fac5256d3597364bbbe3b71e (patch) | |
tree | 80d6612050399d89dcb0a6a2013e57865dd12062 /services/usage/java | |
parent | c6cf3a4dc50d3b1d2354e1778cc5ec52ed7e6dd6 (diff) |
Update references of "DONT_DELETE_DATA" to "DELETE_KEEP_DATA".
The flag PackageManager.DONT_DELETE_DATA was renamed to DELETE_KEEP_DATA
long ago in commit 7767eac.
Bug: 28343859
Test: n/a
Change-Id: I9e4079ec394f92a3e293df7b80b627e2b6130827
Diffstat (limited to 'services/usage/java')
-rw-r--r-- | services/usage/java/com/android/server/usage/UsageStatsService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/usage/java/com/android/server/usage/UsageStatsService.java b/services/usage/java/com/android/server/usage/UsageStatsService.java index b8cd37860284..5119e5824f7f 100644 --- a/services/usage/java/com/android/server/usage/UsageStatsService.java +++ b/services/usage/java/com/android/server/usage/UsageStatsService.java @@ -369,7 +369,7 @@ public class UsageStatsService extends SystemService implements /** * Fetches a map (package_name:install_time) of installed packages for the given user. This * map contains all installed packages, including those packages which have been uninstalled - * with the DONT_DELETE_DATA flag. + * with the DELETE_KEEP_DATA flag. * This is a helper method which should only be called when the given user's usage stats service * is initialized; it performs a heavy query to package manager so do not call it otherwise. * <br/> |