Searched refs:mAppLaunchCount (Results 1 – 11 of 11) sorted by relevance
133 public int mAppLaunchCount; field in UsageStats188 mAppLaunchCount = stats.mAppLaunchCount; in UsageStats()302 return mAppLaunchCount; in getAppLaunchCount()364 mAppLaunchCount += right.mAppLaunchCount; in add()661 dest.writeInt(mAppLaunchCount); in writeToParcel()716 stats.mAppLaunchCount = in.readInt();
40 private int mAppLaunchCount; field in TestWallpaperPreferences498 return mAppLaunchCount; in getAppLaunchCount()502 mAppLaunchCount = count; in setAppLaunchCount()
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()
67 stats.mAppLaunchCount = proto.readInt( in parseUsageStats()323 proto.write(UsageStatsObfuscatedProto.APP_LAUNCH_COUNT, stats.mAppLaunchCount); in writeUsageStats()
390 usageStats.mAppLaunchCount += 1; in incrementAppLaunchCount()
1017 pw.printPair("appLaunchCount", usageStats.mAppLaunchCount); in printIntervalStats()
608 assertEquals(us1.mAppLaunchCount, us2.mAppLaunchCount);
270 assertEquals(us1.mAppLaunchCount, us2.mAppLaunchCount); in compareUsageStats()
272 packageStats.mAppLaunchCount = launchCount; in createUsageStats()
9428 Landroid/app/usage/UsageStats;->mAppLaunchCount:I