Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestWallpaperPreferences.java529 int appLaunchCount = getAppLaunchCount(); in incrementAppLaunched() local
530 if (appLaunchCount < Integer.MAX_VALUE) { in incrementAppLaunched()
531 setAppLaunchCount(appLaunchCount + 1); in incrementAppLaunched()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DDefaultWallpaperPreferences.java878 int appLaunchCount = getAppLaunchCount(); in incrementAppLaunched() local
879 if (appLaunchCount < Integer.MAX_VALUE) { in incrementAppLaunched()
880 setAppLaunchCount(appLaunchCount + 1); in incrementAppLaunched()