Searched refs:DEFAULT_TRACE_EXTENSION (Results 1 – 2 of 2) sorted by relevance
111 private static final String DEFAULT_TRACE_EXTENSION = ".trace"; field in Debug1387 if (!tracePath.endsWith(DEFAULT_TRACE_EXTENSION)) { in fixTracePath()1388 tracePath += DEFAULT_TRACE_EXTENSION; in fixTracePath()
35143 Landroid/os/Debug;->DEFAULT_TRACE_EXTENSION:Ljava/lang/String;