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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ServiceMonitor.java 55 void onNoService();
230 mCallbacks.onNoService();
248 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");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeUI.java 145 public void onNoService() {
146 if (LOGD) Log.d(TAG, "onNoService");

Completed in 39 milliseconds