Searched refs:NotificationHandler (Results 1 – 3 of 3) sorted by relevance
150 mHandler = new NotificationHandler(looper); in TetheringNotificationUpdater()153 private class NotificationHandler extends Handler { class in TetheringNotificationUpdater154 NotificationHandler(Looper looper) { in NotificationHandler() method in TetheringNotificationUpdater.NotificationHandler
156 mHandler = new NotificationHandler(mHandlerThread.getLooper(), this); in onCreate()552 private static class NotificationHandler extends WeakHandler<NotificationService> {553 public NotificationHandler(@NonNull Looper looper, NotificationService ref) {
37 NotificationListener.NotificationHandler {