Searched refs:NotificationListener (Results 1 – 7 of 7) sorted by relevance
28 import com.android.launcher3.notification.NotificationListener;52 public class PopupDataProvider implements NotificationListener.NotificationsChangedListener {201 NotificationListener notificationListener = NotificationListener.getInstanceIfConnected(); in getStatusBarNotificationsForKeys()207 NotificationListener notificationListener = NotificationListener.getInstanceIfConnected(); in cancelNotification()
55 public class NotificationListener extends NotificationListenerService { class63 private static NotificationListener sNotificationListenerInstance = null;142 public NotificationListener() { in NotificationListener() method in NotificationListener161 public static @Nullable NotificationListener getInstanceIfConnected() { in getInstanceIfConnected()168 NotificationListener notificationListener = getInstanceIfConnected(); in setNotificationsChangedListener()333 StatusBarNotification[] notifications = NotificationListener.this in getNotificationsForKeys()
120 NotificationListener listener = NotificationListener.getInstanceIfConnected(); in applyNotificationInfo()
34 import com.android.launcher3.notification.NotificationListener;98 new ComponentName(getContext(), NotificationListener.class); in onSettingsChanged()129 ComponentName cn = new ComponentName(getActivity(), NotificationListener.class); in onClick()
36 import com.android.launcher3.notification.NotificationListener;118 NotificationListener.requestRebind(new ComponentName( in onNotificationSettingsChanged()119 mContext, NotificationListener.class)); in onNotificationSettingsChanged()
112 import com.android.launcher3.notification.NotificationListener;897 NotificationListener.removeNotificationsChangedListener(); in onStop()933 NotificationListener.setNotificationsChangedListener(mPopupDataProvider); in handleDeferredResume()
41 import com.android.launcher3.notification.NotificationListener;122 info.addAction(mActions.get(NotificationListener.getInstanceIfConnected() != null in addSupportedActions()