Searched refs:getIntervalStatsBytes (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsDatabase.java681 IntervalStats stats = deserializeIntervalStats(getIntervalStatsBytes(in));
688 IntervalStats stats = deserializeIntervalStats(getIntervalStatsBytes(in));
695 IntervalStats stats = deserializeIntervalStats(getIntervalStatsBytes(in));
702 IntervalStats stats = deserializeIntervalStats(getIntervalStatsBytes(in));
745 private static byte[] getIntervalStatsBytes(DataInputStream in) throws IOException { method in class:UsageStatsDatabase

Completed in 136 milliseconds