Searched refs:NotificationListener (Results 1 – 8 of 8) sorted by relevance
28 import com.android.systemui.statusbar.NotificationListener;37 NotificationListener.NotificationHandler {39 private final NotificationListener mNotificationListener;45 public TvNotificationHandler(NotificationListener notificationListener) { in TvNotificationHandler()
59 public class NotificationListener extends NotificationListenerService { class68 private static NotificationListener sNotificationListenerInstance = null;85 public NotificationListener() { in NotificationListener() method in NotificationListener91 private static @Nullable NotificationListener getInstanceIfConnected() { in getInstanceIfConnected()101 NotificationListener notificationListener = getInstanceIfConnected(); in addNotificationsChangedListener()
39 import com.android.launcher3.notification.NotificationListener;139 new ComponentName(getContext(), NotificationListener.class); in onSettingsChanged()170 ComponentName cn = new ComponentName(getActivity(), NotificationListener.class); in onClick()
50 import com.android.launcher3.notification.NotificationListener;193 NotificationListener.requestRebind(new ComponentName( in onNotificationSettingsChanged()194 mContext, NotificationListener.class)); in onNotificationSettingsChanged()
215 import com.android.launcher3.notification.NotificationListener;1090 NotificationListener.removeNotificationsChangedListener(getPopupDataProvider());1121 NotificationListener.addNotificationsChangedListener(mPopupDataProvider);
40 import com.android.launcher3.notification.NotificationListener;87 NotificationListener.addNotificationsChangedListener(mPopupDataProvider); in init()91 NotificationListener.removeNotificationsChangedListener(mPopupDataProvider); in onDestroy()
47 import com.android.systemui.statusbar.NotificationListener190 notificationListener: NotificationListener in bindNotificationLockscreenUserManager()
30 import com.android.launcher3.notification.NotificationListener;53 public class PopupDataProvider implements NotificationListener.NotificationsChangedListener {