HomeSort by relevance Sort by last modified time
    Searched refs:NotificationDelegate (Results 1 - 14 of 14) sorted by null

  /external/libweave/src/notification/
notification_channel.h 16 class NotificationDelegate;
26 virtual void Start(NotificationDelegate* delegate) = 0;
notification_delegate.h 15 class NotificationDelegate {
27 virtual ~NotificationDelegate() {}
notification_parser.h 20 NotificationDelegate* delegate,
pull_channel.h 34 void Start(NotificationDelegate* delegate) override;
45 NotificationDelegate* delegate_{nullptr};
notification_parser.cc 15 NotificationDelegate* delegate,
29 NotificationDelegate* delegate) {
43 NotificationDelegate* delegate,
pull_channel.cc 33 void PullChannel::Start(NotificationDelegate* delegate) {
xmpp_channel.h 57 void Start(NotificationDelegate* delegate) override;
151 NotificationDelegate* delegate_{nullptr};
notification_parser_unittest.cc 23 class MockNotificationDelegate : public NotificationDelegate {
xmpp_channel.cc 379 void XmppChannel::Start(NotificationDelegate* delegate) {
  /frameworks/base/services/core/java/com/android/server/statusbar/
StatusBarManagerInternal.java 22 import com.android.server.notification.NotificationDelegate;
25 void setNotificationDelegate(NotificationDelegate delegate);
StatusBarManagerService.java 40 import com.android.server.notification.NotificationDelegate;
61 private NotificationDelegate mNotificationDelegate;
117 public void setNotificationDelegate(NotificationDelegate delegate) {
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationDelegate.java 21 public interface NotificationDelegate {
NotificationManagerService.java 483 private final NotificationDelegate mNotificationDelegate = new NotificationDelegate() {
    [all...]
  /external/libweave/src/
device_registration_info.h 49 class DeviceRegistrationInfo : public NotificationDelegate,
266 // Overrides from NotificationDelegate.

Completed in 122 milliseconds