Searched refs:clearLastUsedTimestamps (Results 1 – 4 of 4) sorted by relevance
71 mService.clearLastUsedTimestamps(packageName, userId); in runClearLastUsedTimestamps()
2198 void clearLastUsedTimestamps(@NonNull String packageName, @UserIdInt int userId) { in clearLastUsedTimestamps() method in UsageStatsService
702 void clearLastUsedTimestamps(String packageName, int userId) { in clearLastUsedTimestamps() method in AppIdleHistory
2156 mAppIdleHistory.clearLastUsedTimestamps(packageName, userId); in clearLastUsedTimestampsForTest()