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.java64 DebugInfo coreLibraryDebugInfo = CoreLibraryDebug.getDebugInfo(); in dump() local
65 addTimeZoneApkDebugInfo(coreLibraryDebugInfo); in dump()
69 reportTimeZoneInfoProto(coreLibraryDebugInfo, proto); in dump()
71 reportTimeZoneInfo(coreLibraryDebugInfo, pw); in dump()
93 private static void addTimeZoneApkDebugInfo(DebugInfo coreLibraryDebugInfo) { in addTimeZoneApkDebugInfo() argument
100 addDistroVersionDebugInfo(versionFileName, debugKeyPrefix, coreLibraryDebugInfo); in addTimeZoneApkDebugInfo()
109 private static void reportTimeZoneInfo(DebugInfo coreLibraryDebugInfo, in reportTimeZoneInfo() argument
112 for (DebugInfo.DebugEntry debugEntry : coreLibraryDebugInfo.getDebugEntries()) { in reportTimeZoneInfo()
127 DebugInfo coreLibraryDebugInfo, ProtoOutputStream protoStream) { in reportTimeZoneInfoProto() argument
128 for (DebugInfo.DebugEntry debugEntry : coreLibraryDebugInfo.getDebugEntries()) { in reportTimeZoneInfoProto()