Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DRuntimeService.java92 private static void addTimeZoneApkDebugInfo(DebugInfo coreLibraryDebugInfo) { in addTimeZoneApkDebugInfo() argument
99 addDistroVersionDebugInfo(versionFileName, debugKeyPrefix, coreLibraryDebugInfo); in addTimeZoneApkDebugInfo()
108 private static void reportTimeZoneInfo(DebugInfo coreLibraryDebugInfo, in reportTimeZoneInfo() argument
111 for (DebugInfo.DebugEntry debugEntry : coreLibraryDebugInfo.getDebugEntries()) { in reportTimeZoneInfo()
126 DebugInfo coreLibraryDebugInfo, ProtoOutputStream protoStream) { in reportTimeZoneInfoProto() argument
127 for (DebugInfo.DebugEntry debugEntry : coreLibraryDebugInfo.getDebugEntries()) { in reportTimeZoneInfoProto()