Searched refs:onNoService (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java55 void onNoService(); method in interface:ServiceMonitor.Callbacks
228 mCallbacks.onNoService();
246 mCallbacks.onNoService();
H A DSystemBars.java52 mServiceMonitor.start(); // will call onNoService if no remote service is found
56 public void onNoService() { method in class:SystemBars
57 if (DEBUG) Log.d(TAG, "onNoService");

Completed in 55 milliseconds