Searched refs:appLaunchCount (Results 1 – 3 of 3) sorted by relevance
44 private var appLaunchCount = 0 variable in com.android.customization.module.SysUiStatsLogger113 fun setAppLaunchCount(app_launch_count: Int) = apply { this.appLaunchCount = app_launch_count } in <lambda>()146 appLaunchCount, in log()
595 int appLaunchCount = getAppLaunchCount(); in incrementAppLaunched() local596 if (appLaunchCount < Integer.MAX_VALUE) { in incrementAppLaunched()597 setAppLaunchCount(appLaunchCount + 1); in incrementAppLaunched()
912 int appLaunchCount = getAppLaunchCount(); in incrementAppLaunched() local913 if (appLaunchCount < Integer.MAX_VALUE) { in incrementAppLaunched()914 setAppLaunchCount(appLaunchCount + 1); in incrementAppLaunched()