Searched refs:mAppLaunchCount (Results 1 – 8 of 8) sorted by relevance
112 public int mAppLaunchCount; field in UsageStats160 mAppLaunchCount = stats.mAppLaunchCount; in UsageStats()257 return mAppLaunchCount; in getAppLaunchCount()318 mAppLaunchCount += right.mAppLaunchCount; in add()599 dest.writeInt(mAppLaunchCount); in writeToParcel()653 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()349 proto.write(IntervalStatsProto.UsageStats.APP_LAUNCH_COUNT, usageStats.mAppLaunchCount); in writeUsageStats()
127 stats.mAppLaunchCount = XmlUtils.readIntAttribute(parser, APP_LAUNCH_COUNT_ATTR, in loadUsageStats()263 if (usageStats.mAppLaunchCount > 0) { in writeUsageStats()264 XmlUtils.writeIntAttribute(xml, APP_LAUNCH_COUNT_ATTR, usageStats.mAppLaunchCount); in writeUsageStats()
375 usageStats.mAppLaunchCount += 1; in incrementAppLaunchCount()
852 pw.printPair("appLaunchCount", usageStats.mAppLaunchCount); in printIntervalStats()
256 assertEquals(us1.mAppLaunchCount, us2.mAppLaunchCount); in compareUsageStats()
580 assertEquals(us1.mAppLaunchCount, us2.mAppLaunchCount);
9437 Landroid/app/usage/UsageStats;->mAppLaunchCount:I