Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsProtoV2.java844 Map<String, Long> lastTimeComponentUsedGlobal) throws IOException { in readGlobalComponentUsage() argument
854 lastTimeComponentUsedGlobal.put(usage.first, usage.second); in readGlobalComponentUsage()
873 Map<String, Long> lastTimeComponentUsedGlobal) { in writeGlobalComponentUsage() argument
876 (Map.Entry<String, Long>[]) lastTimeComponentUsedGlobal.entrySet().toArray(); in writeGlobalComponentUsage()