Searched refs:coreLibraryDebugInfo (Results 1 – 1 of 1) sorted by relevance
64 DebugInfo coreLibraryDebugInfo = CoreLibraryDebug.getDebugInfo(); in dump() local65 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() argument100 addDistroVersionDebugInfo(versionFileName, debugKeyPrefix, coreLibraryDebugInfo); in addTimeZoneApkDebugInfo()109 private static void reportTimeZoneInfo(DebugInfo coreLibraryDebugInfo, in reportTimeZoneInfo() argument112 for (DebugInfo.DebugEntry debugEntry : coreLibraryDebugInfo.getDebugEntries()) { in reportTimeZoneInfo()127 DebugInfo coreLibraryDebugInfo, ProtoOutputStream protoStream) { in reportTimeZoneInfoProto() argument128 for (DebugInfo.DebugEntry debugEntry : coreLibraryDebugInfo.getDebugEntries()) { in reportTimeZoneInfoProto()