Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DRuntimeService.java96 String debugKeyPrefix = "core_library.timezone.source.data_"; in addTimeZoneApkDebugInfo() local
99 addDistroVersionDebugInfo(versionFileName, debugKeyPrefix, coreLibraryDebugInfo); in addTimeZoneApkDebugInfo()
141 String debugKeyPrefix, DebugInfo debugInfo) { in addDistroVersionDebugInfo() argument
143 String statusKey = debugKeyPrefix + "status"; in addDistroVersionDebugInfo()
152 .addStringEntry(debugKeyPrefix + "formatVersion", formatVersionString) in addDistroVersionDebugInfo()
153 .addStringEntry(debugKeyPrefix + "rulesVersion", in addDistroVersionDebugInfo()
155 .addStringEntry(debugKeyPrefix + "revision", in addDistroVersionDebugInfo()
159 debugInfo.addStringEntry(debugKeyPrefix + "exception_class", in addDistroVersionDebugInfo()
161 debugInfo.addStringEntry(debugKeyPrefix + "exception_msg", e.getMessage()); in addDistroVersionDebugInfo()