Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java127 private final static LayoutLog sDefaultLog = new LayoutLog() { field in Bridge
148 private static LayoutLog sCurrentLog = sDefaultLog;
179 sDefaultLog.error(null, "Missing Stub: " + signature + in init()
528 sCurrentLog = sDefaultLog; in setLog()