Searched defs:usageStats (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsXmlV1.java122 final UsageStats usageStats) throws IOException {
127 usageStats.mLastTimeUsed - stats.beginTime);
129 XmlUtils.writeStringAttribute(xml, PACKAGE_ATTR, usageStats.mPackageName);
130 XmlUtils.writeLongAttribute(xml, TOTAL_TIME_ACTIVE_ATTR, usageStats.mTotalTimeInForeground);
131 XmlUtils.writeIntAttribute(xml, LAST_EVENT_ATTR, usageStats.mLastEvent);
121 writeUsageStats(XmlSerializer xml, final IntervalStats stats, final UsageStats usageStats) argument

Completed in 73 milliseconds