Home
last modified time | relevance | path

Searched refs:ForegroundServicesDialog (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DDefaultActivityBinder.java21 import com.android.systemui.ForegroundServicesDialog;
63 @ClassKey(ForegroundServicesDialog.class)
64 public abstract Activity bindForegroundServicesDialog(ForegroundServicesDialog activity); in bindForegroundServicesDialog()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServicesDialog.java53 public final class ForegroundServicesDialog extends AlertActivity implements class
78 ForegroundServicesDialog(MetricsLogger metricsLogger) { in ForegroundServicesDialog() method in ForegroundServicesDialog