Home
last modified time | relevance | path

Searched refs:handleNotificationAction (Results 1 – 11 of 11) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/misc/
H A Djuce_PushNotifications.h641 virtual void handleNotificationAction (bool isLocalNotification, in handleNotificationAction() function
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/misc/
H A Djuce_PushNotifications.h641 virtual void handleNotificationAction (bool isLocalNotification, in handleNotificationAction() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/webapps/
H A DWebappActionsNotificationManager.java156 public static boolean handleNotificationAction(Intent intent) { in handleNotificationAction() method in WebappActionsNotificationManager
H A DWebappLauncherActivity.java147 if (WebappActionsNotificationManager.handleNotificationAction(intent)) { in onCreate()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/native/
H A Djuce_ios_PushNotifications.cpp897 …owner.listeners.call ([&] (Listener& l) { l.handleNotificationAction (false, n, actionString, resp… in __anon1432eca50a02()
928 …owner.listeners.call ([&] (Listener& l) { l.handleNotificationAction (true, n, actionString, respo… in __anon1432eca50c02()
968 …owner.listeners.call ([&] (Listener& l) { l.handleNotificationAction (! remote, n, actionString, r… in __anon1432eca50d02()
H A Djuce_mac_PushNotifications.cpp532 …owner.listeners.call ([&] (Listener& l) { l.handleNotificationAction (notification.remote, n, acti… in didActivateNotification()
H A Djuce_android_PushNotifications.cpp375 …owner.listeners.call ([&] (Listener& l) { l.handleNotificationAction (true, notification, actionTi… in notifyListenersAboutLocalNotification()
397 …owner.listeners.call ([&] (Listener& l) { l.handleNotificationAction (true, notification, actionTi… in notifyListenersAboutLocalNotification()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/native/
H A Djuce_ios_PushNotifications.cpp897 …owner.listeners.call ([&] (Listener& l) { l.handleNotificationAction (false, n, actionString, resp… in __anonf6134d380a02()
928 …owner.listeners.call ([&] (Listener& l) { l.handleNotificationAction (true, n, actionString, respo… in __anonf6134d380c02()
968 …owner.listeners.call ([&] (Listener& l) { l.handleNotificationAction (! remote, n, actionString, r… in __anonf6134d380d02()
H A Djuce_mac_PushNotifications.cpp532 …owner.listeners.call ([&] (Listener& l) { l.handleNotificationAction (notification.remote, n, acti… in didActivateNotification()
H A Djuce_android_PushNotifications.cpp375 …owner.listeners.call ([&] (Listener& l) { l.handleNotificationAction (true, notification, actionTi… in notifyListenersAboutLocalNotification()
397 …owner.listeners.call ([&] (Listener& l) { l.handleNotificationAction (true, notification, actionTi… in notifyListenersAboutLocalNotification()
/dports/devel/juce/JUCE-f37e9a1/examples/Utilities/
H A DPushNotificationsDemo.h569 void handleNotificationAction (bool isLocalNotification, in handleNotificationAction() function