Searched refs:mAppLaunchCount (Results 1 – 10 of 10) sorted by relevance
133 public int mAppLaunchCount; field in UsageStats188 mAppLaunchCount = stats.mAppLaunchCount; in UsageStats()313 return mAppLaunchCount; in getAppLaunchCount()375 mAppLaunchCount += right.mAppLaunchCount; in add()672 dest.writeInt(mAppLaunchCount); in writeToParcel()727 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()355 proto.write(IntervalStatsProto.UsageStats.APP_LAUNCH_COUNT, usageStats.mAppLaunchCount); in writeUsageStats()
126 stats.mAppLaunchCount = XmlUtils.readIntAttribute(parser, APP_LAUNCH_COUNT_ATTR, in loadUsageStats()
71 stats.mAppLaunchCount = proto.readInt( in parseUsageStats()337 proto.write(UsageStatsObfuscatedProto.APP_LAUNCH_COUNT, stats.mAppLaunchCount); in writeUsageStats()
393 usageStats.mAppLaunchCount += 1; in incrementAppLaunchCount()
1226 pw.printPair("appLaunchCount", usageStats.mAppLaunchCount); in printIntervalStats()
608 assertEquals(us1.mAppLaunchCount, us2.mAppLaunchCount);
285 assertEquals(us1.mAppLaunchCount, us2.mAppLaunchCount); in compareUsageStats()
272 packageStats.mAppLaunchCount = launchCount; in createUsageStats()
9356 Landroid/app/usage/UsageStats;->mAppLaunchCount:I