HomeSort by relevance Sort by last modified time
    Searched refs:onNoService (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ServiceMonitor.java 55 void onNoService();
228 mCallbacks.onNoService();
246 mCallbacks.onNoService();
SystemBars.java 52 mServiceMonitor.start(); // will call onNoService if no remote service is found
56 public void onNoService() {
57 if (DEBUG) Log.d(TAG, "onNoService");

Completed in 44 milliseconds