HomeSort by relevance Sort by last modified time
    Searched full:andlog (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
SystemBars.java 91 throw andLog("No status bar component configured", null);
97 throw andLog("Error loading status bar component: " + clsName, t);
102 throw andLog("Error creating status bar component: " + clsName, t);
110 private RuntimeException andLog(String msg, Throwable t) {

Completed in 182 milliseconds