Searched refs:LOG_PARSE_TIMINGS (Results 1 – 2 of 2) sorted by relevance
161 private static final boolean LOG_PARSE_TIMINGS = Build.IS_DEBUGGABLE; field in PackageParser1019 long parseTime = LOG_PARSE_TIMINGS ? SystemClock.uptimeMillis() : 0; in parsePackage()1026 long cacheTime = LOG_PARSE_TIMINGS ? SystemClock.uptimeMillis() : 0; in parsePackage()1028 if (LOG_PARSE_TIMINGS) { in parsePackage()
16863 Landroid/content/pm/PackageParser;->LOG_PARSE_TIMINGS:Z