Home
last modified time | relevance | path

Searched refs:NotificationListener (Results 1 – 8 of 8) sorted by relevance

/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/
DTvNotificationHandler.java28 import com.android.systemui.statusbar.NotificationListener;
37 NotificationListener.NotificationHandler {
39 private final NotificationListener mNotificationListener;
45 public TvNotificationHandler(NotificationListener notificationListener) { in TvNotificationHandler()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java59 public class NotificationListener extends NotificationListenerService { class
68 private static NotificationListener sNotificationListenerInstance = null;
85 public NotificationListener() { in NotificationListener() method in NotificationListener
91 private static @Nullable NotificationListener getInstanceIfConnected() { in getInstanceIfConnected()
101 NotificationListener notificationListener = getInstanceIfConnected(); in addNotificationsChangedListener()
/packages/apps/Launcher3/src/com/android/launcher3/settings/
DNotificationDotsPreference.java39 import com.android.launcher3.notification.NotificationListener;
139 new ComponentName(getContext(), NotificationListener.class); in onSettingsChanged()
170 ComponentName cn = new ComponentName(getActivity(), NotificationListener.class); in onClick()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppState.java50 import com.android.launcher3.notification.NotificationListener;
193 NotificationListener.requestRebind(new ComponentName( in onNotificationSettingsChanged()
194 mContext, NotificationListener.class)); in onNotificationSettingsChanged()
DLauncher.java215 import com.android.launcher3.notification.NotificationListener;
1090 NotificationListener.removeNotificationsChangedListener(getPopupDataProvider());
1121 NotificationListener.addNotificationsChangedListener(mPopupDataProvider);
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarPopupController.java40 import com.android.launcher3.notification.NotificationListener;
87 NotificationListener.addNotificationsChangedListener(mPopupDataProvider); in init()
91 NotificationListener.removeNotificationsChangedListener(mPopupDataProvider); in onDestroy()
/packages/apps/TvSystemUI/src/com/android/systemui/tv/dagger/
DTvSystemUIModule.kt47 import com.android.systemui.statusbar.NotificationListener
190 notificationListener: NotificationListener in bindNotificationLockscreenUserManager()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java30 import com.android.launcher3.notification.NotificationListener;
53 public class PopupDataProvider implements NotificationListener.NotificationsChangedListener {