Home
last modified time | relevance | path

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

/packages/providers/ApplicationsProvider/src/com/android/providers/applications/
DApplicationsProvider.java577 ContentValues updatedLaunchCount = new ContentValues(); in updateUsageStats() local
580 updatedLaunchCount.put(LAUNCH_COUNT, stats.launchCount); in updateUsageStats()
582 mDb.update(APPLICATIONS_TABLE, updatedLaunchCount, in updateUsageStats()