Searched refs:mAppLaunchCount (Results 1 – 9 of 9) sorted by relevance
119 public int mAppLaunchCount; field in UsageStats172 mAppLaunchCount = stats.mAppLaunchCount; in UsageStats()269 return mAppLaunchCount; in getAppLaunchCount()330 mAppLaunchCount += right.mAppLaunchCount; in add()623 dest.writeInt(mAppLaunchCount); in writeToParcel()677 stats.mAppLaunchCount = in.readInt();
92 tempPackage.mAppLaunchCount = stats.mAppLaunchCount; in loadUsageStats()102 tempPackageIndex.mAppLaunchCount = stats.mAppLaunchCount; in loadUsageStats()119 stats.mAppLaunchCount = proto.readInt( in loadUsageStats()348 proto.write(IntervalStatsProto.UsageStats.APP_LAUNCH_COUNT, usageStats.mAppLaunchCount); in writeUsageStats()
126 stats.mAppLaunchCount = XmlUtils.readIntAttribute(parser, APP_LAUNCH_COUNT_ATTR, in loadUsageStats()
65 stats.mAppLaunchCount = proto.readInt( in parseUsageStats()315 proto.write(UsageStatsObfuscatedProto.APP_LAUNCH_COUNT, stats.mAppLaunchCount); in writeUsageStats()
389 usageStats.mAppLaunchCount += 1; in incrementAppLaunchCount()
1008 pw.printPair("appLaunchCount", usageStats.mAppLaunchCount); in printIntervalStats()
592 assertEquals(us1.mAppLaunchCount, us2.mAppLaunchCount);
269 assertEquals(us1.mAppLaunchCount, us2.mAppLaunchCount); in compareUsageStats()
263 packageStats.mAppLaunchCount = launchCount; in createUsageStats()