Home | History | Annotate | Download | only in notificationlistener

Lines Matching refs:Listener

51             "com.android.example.notificationlistener.Listener";
62 updateList(intent.getStringExtra(Listener.EXTRA_KEY));
127 new IntentFilter(Listener.ACTION_REFRESH));
129 new IntentFilter(Listener.ACTION_STATE_CHANGE));
150 if (Listener.isConnected()) {
179 Listener.toggleSnooze(this);
189 sendBroadcast(new Intent(Listener.ACTION_DISMISS)
190 .putExtra(Listener.EXTRA_KEY, sbn.getKey()));
201 sendBroadcast(new Intent(Listener.ACTION_LAUNCH)
202 .putExtra(Listener.EXTRA_KEY, sbn.getKey()));
207 final List<StatusBarNotification> notifications = Listener.getNotifications();