summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-10-07 20:13:24 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-07 20:13:24 -0700
commitb77455ee290691b036ac79236a93e57ff294ef0c (patch)
tree4587efcb75fed3a221befa7936718876098b3680 /api
parent779a6e41d7e5cdb27b802551249257d600dc2d27 (diff)
parent78d688369a2240009d3bbe4126996a973b2e2fe2 (diff)
downloadframeworks_base-b77455ee290691b036ac79236a93e57ff294ef0c.zip
frameworks_base-b77455ee290691b036ac79236a93e57ff294ef0c.tar.gz
frameworks_base-b77455ee290691b036ac79236a93e57ff294ef0c.tar.bz2
am 78d68836: Implement tracking of package install times.
Merge commit '78d688369a2240009d3bbe4126996a973b2e2fe2' into gingerbread-plus-aosp * commit '78d688369a2240009d3bbe4126996a973b2e2fe2': Implement tracking of package install times.
Diffstat (limited to 'api')
-rw-r--r--api/current.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 6a7cc1c..6ef808a 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -48214,6 +48214,16 @@
visibility="public"
>
</field>
+<field name="firstInstallTime"
+ type="long"
+ transient="false"
+ volatile="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="gids"
type="int[]"
transient="false"
@@ -48236,6 +48246,16 @@
visibility="public"
>
</field>
+<field name="lastUpdateTime"
+ type="long"
+ transient="false"
+ volatile="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="packageName"
type="java.lang.String"
transient="false"