Home
last modified time | relevance | path

Searched refs:appLaunchCount (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/module/
DSysUiStatsLogger.kt44 private var appLaunchCount = 0 variable in com.android.customization.module.SysUiStatsLogger
113 fun setAppLaunchCount(app_launch_count: Int) = apply { this.appLaunchCount = app_launch_count } in <lambda>()
146 appLaunchCount, in log()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperPreferences.java595 int appLaunchCount = getAppLaunchCount(); in incrementAppLaunched() local
596 if (appLaunchCount < Integer.MAX_VALUE) { in incrementAppLaunched()
597 setAppLaunchCount(appLaunchCount + 1); in incrementAppLaunched()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPreferences.java912 int appLaunchCount = getAppLaunchCount(); in incrementAppLaunched() local
913 if (appLaunchCount < Integer.MAX_VALUE) { in incrementAppLaunched()
914 setAppLaunchCount(appLaunchCount + 1); in incrementAppLaunched()