Home
last modified time | relevance | path

Searched refs:NotificationHandler (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java150 mHandler = new NotificationHandler(looper); in TetheringNotificationUpdater()
153 private class NotificationHandler extends Handler { class in TetheringNotificationUpdater
154 NotificationHandler(Looper looper) { in NotificationHandler() method in TetheringNotificationUpdater.NotificationHandler
/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java156 mHandler = new NotificationHandler(mHandlerThread.getLooper(), this); in onCreate()
552 private static class NotificationHandler extends WeakHandler<NotificationService> {
553 public NotificationHandler(@NonNull Looper looper, NotificationService ref) {
/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/
DTvNotificationHandler.java37 NotificationListener.NotificationHandler {