Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceNotificationListener.java36 public class ForegroundServiceNotificationListener { class
45 public ForegroundServiceNotificationListener(Context context, in ForegroundServiceNotificationListener() method in ForegroundServiceNotificationListener
DDependency.java288 @Inject Lazy<ForegroundServiceNotificationListener> mForegroundServiceNotificationListener;
470 mProviders.put(ForegroundServiceNotificationListener.class, in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java46 import com.android.systemui.ForegroundServiceNotificationListener;
232 Dependency.get(ForegroundServiceNotificationListener.class); in StatusBarNotificationPresenter()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java56 private ForegroundServiceNotificationListener mListener;
63 mListener = new ForegroundServiceNotificationListener( in setUp()