Searched refs:appLaunchCount (Results 1 – 2 of 2) sorted by relevance
529 int appLaunchCount = getAppLaunchCount(); in incrementAppLaunched() local530 if (appLaunchCount < Integer.MAX_VALUE) { in incrementAppLaunched()531 setAppLaunchCount(appLaunchCount + 1); in incrementAppLaunched()
878 int appLaunchCount = getAppLaunchCount(); in incrementAppLaunched() local879 if (appLaunchCount < Integer.MAX_VALUE) { in incrementAppLaunched()880 setAppLaunchCount(appLaunchCount + 1); in incrementAppLaunched()