Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java28 import com.android.launcher3.notification.NotificationListener;
47 public class PopupDataProvider implements NotificationListener.NotificationsChangedListener {
186 NotificationListener notificationListener = NotificationListener.getInstanceIfConnected(); in getStatusBarNotificationsForKeys()
192 NotificationListener notificationListener = NotificationListener.getInstanceIfConnected(); in cancelNotification()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java55 public class NotificationListener extends NotificationListenerService { class
63 private static NotificationListener sNotificationListenerInstance = null;
142 public NotificationListener() { in NotificationListener() method in NotificationListener
161 public static @Nullable NotificationListener getInstanceIfConnected() { in getInstanceIfConnected()
168 NotificationListener notificationListener = getInstanceIfConnected(); in setNotificationsChangedListener()
333 StatusBarNotification[] notifications = NotificationListener.this in getNotificationsForKeys()
DNotificationMainView.java119 NotificationListener listener = NotificationListener.getInstanceIfConnected(); in applyNotificationInfo()
/packages/apps/Launcher3/src/com/android/launcher3/settings/
DNotificationDotsPreference.java34 import com.android.launcher3.notification.NotificationListener;
98 new ComponentName(getContext(), NotificationListener.class); in onSettingsChanged()
129 ComponentName cn = new ComponentName(getActivity(), NotificationListener.class); in onClick()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppState.java38 import com.android.launcher3.notification.NotificationListener;
118 NotificationListener.requestRebind(new ComponentName( in onNotificationSettingsChanged()
119 mContext, NotificationListener.class)); in onNotificationSettingsChanged()
DLauncher.java107 import com.android.launcher3.notification.NotificationListener;
882 NotificationListener.removeNotificationsChangedListener(); in onStop()
922 NotificationListener.setNotificationsChangedListener(mPopupDataProvider); in handleDeferredResume()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java38 import com.android.launcher3.notification.NotificationListener;
119 info.addAction(mActions.get(NotificationListener.getInstanceIfConnected() != null in addSupportedActions()