Home
last modified time | relevance | path

Searched full:notifications (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/external/python/google-api-python-client/docs/dyn/
Dstorage_v1.notifications.html75 …e_v1.html">Cloud Storage JSON API</a> . <a href="storage_v1.notifications.html">notifications</a><…
113 { # A subscription to receive Google PubSub notifications.
114 …"kind": "storage#notification", # The kind of item this is. For notifications, this is always stor…
120 …"event_types": [ # If present, only send notifications about listed event types. If empty, sent no…
139 { # A subscription to receive Google PubSub notifications.
140 …"kind": "storage#notification", # The kind of item this is. For notifications, this is always stor…
146 …"event_types": [ # If present, only send notifications about listed event types. If empty, sent no…
160 { # A subscription to receive Google PubSub notifications.
161 …"kind": "storage#notification", # The kind of item this is. For notifications, this is always stor…
167 …"event_types": [ # If present, only send notifications about listed event types. If empty, sent no…
[all …]
Dmirror_v1.subscriptions.html109 …"notification": { # A notification delivered by the API. # Container object for notifications. Thi…
112 …"A String", # The secret verify token provided by the service when it subscribed for notifications.
113 …rToken": "A String", # The user token provided by the service when it subscribed for notifications.
137 …"verifyToken": "A String", # A secret token sent to the subscriber in notifications so that it can…
138 …"userToken": "A String", # An opaque token sent to the subscriber in notifications so that it can …
147 …"callbackUrl": "A String", # The URL where notifications should be delivered (must start with http…
156 …"notification": { # A notification delivered by the API. # Container object for notifications. Thi…
159 …"A String", # The secret verify token provided by the service when it subscribed for notifications.
160 …rToken": "A String", # The user token provided by the service when it subscribed for notifications.
184 …"verifyToken": "A String", # A secret token sent to the subscriber in notifications so that it can…
[all …]
Dandroidenterprise_v1.enterprises.html79 …owledges notifications that were received from Enterprises.PullNotificationSet to prevent subseque…
128 …owledges notifications that were received from Enterprises.PullNotificationSet to prevent subseque…
410 Notifications that are not acknowledged within the 20 seconds will eventually be included again in …
411 …ests might be performed concurrently to retrieve notifications, in which case the pending notifica…
412 If no notifications are present, an empty notification list is returned. Subsequent requests may re…
415 requestMode: string, The request mode for pulling notifications.
416 …o block and wait until one or more notifications are present, or return an empty notification list…
417 …ause the request to immediately return the pending notifications, or an empty list if no notificat…
426 …turned by the PullNotificationSet API, which contains a collection of notifications for enterprise…
427 "notification": [ # The notifications received, or empty if no notifications are present.
[all …]
Dadmin_directory_v1.notifications.html75 …html">Admin Directory API</a> . <a href="admin_directory_v1.notifications.html">notifications</a><…
85 <p class="firstline">Retrieves a list of notifications.</p>
131 <pre>Retrieves a list of notifications.
135 …language: string, The ISO 639-1 code of the language notifications are returned in. The default is…
137 maxResults: integer, Maximum number of notifications to return per page. The default is 100.
142 { # Template for notifications list response.
143 "nextPageToken": "A String", # Token for fetching the next page of notifications.
144 "items": [ # List of notifications in this page.
156 "kind": "admin#directory#notifications", # The type of the resource.
Dcalendar_v3.calendarList.html137 …"notificationSettings": { # The notifications that the authenticated user is receiving for this ca…
138 "notifications": [ # The list of notifications set for this calendar.
193 …"notificationSettings": { # The notifications that the authenticated user is receiving for this ca…
194 "notifications": [ # The list of notifications set for this calendar.
245 …"notificationSettings": { # The notifications that the authenticated user is receiving for this ca…
246 "notifications": [ # The list of notifications set for this calendar.
320 …"notificationSettings": { # The notifications that the authenticated user is receiving for this ca…
321 "notifications": [ # The list of notifications set for this calendar.
396 …"notificationSettings": { # The notifications that the authenticated user is receiving for this ca…
397 "notifications": [ # The list of notifications set for this calendar.
[all …]
Dreseller_v1.resellernotify.html82 <p class="firstline">Registers a Reseller for receiving notifications.</p>
85 <p class="firstline">Unregisters a Reseller for receiving notifications.</p>
106 <pre>Registers a Reseller for receiving notifications.
121 <pre>Unregisters a Reseller for receiving notifications.
/external/autotest/client/site_tests/policy_NotificationsBlockedForUrls/
Dpolicy_NotificationsBlockedForUrls.py18 DefaultNotificationSetting=1 (i.e., allow notifications, except on
23 When the policy value is None (as in case NotSet_Show), then notifications
25 in SiteBlocked_Block and SiteAllowed_Show), notifications are allowed
30 DefaultNotificationsSetting=2 i.e., do not allow display of notifications by
80 """Check if Notifications are blocked.
84 @returns True if Notifications are blocked, else returns False.
97 When NotificationsBlockedForUrls is undefined, notifications shall be
99 more URLs, notifications shall be blocked only on the pages whose
108 logging.info('Notifications are blocked: %r', notifications_blocked)
111 # cases that expect the Notifications to be blocked.
[all …]
Dcontrol.siteblocked_block18 the page that triggers the display of notifications, and
19 DefaultNotificationsSetting=1 (Allow Notifications).
21 NotificationsBlockedForUrls, notifications are blocked on this page.
/external/autotest/client/site_tests/policy_NotificationsAllowedForUrls/
Dpolicy_NotificationsAllowedForUrls.py18 DefaultNotificationSetting=2 (i.e., do not allow notifications, except on
23 When the policy value is None (as in case NotSet_Block), then notifications
25 in SiteAllowed_Show and SiteNotAllowed_Block), notifications are blocked
30 DefaultNotificationsSetting=1 i.e., allow display of notifications by
78 """Check if Notifications are allowed.
81 @returns True if Notifications are allowed, else returns False.
93 When NotificationsAllowedForUrls is undefined, notifications shall be
95 more URLs, notifications shall be allowed only on the pages whose
104 logging.info('Notifications are allowed: %r', notifications_allowed)
107 # cases that expect the Notifications to be displayed.
[all …]
/external/autotest/client/cros/cellular/mbim_compliance/sequences/
Dconnect_sequence.py47 @returns tuple of (command_message, response_message, notifications):
52 notifications: The list of notifications message sent from the
53 modem to the host. |notifications| is a list of
101 notifications = []
103 notifications.append(
115 return command_message, response_message, notifications
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNotificationManager.java32 private Map<Key, Notification> notifications = new HashMap<>(); field in ShadowNotificationManager
47 notifications.put(new Key(tag, id), notification); in notify()
58 if (notifications.containsKey(key)) { in cancel()
59 notifications.remove(key); in cancel()
65 notifications.clear(); in cancelAll()
80 new StatusBarNotification[notifications.size()]; in getActiveNotifications()
82 for (Map.Entry<Key, Notification> entry : notifications.entrySet()) { in getActiveNotifications()
325 return notifications.size(); in size()
329 return notifications.get(new Key(null, id)); in getNotification()
333 return notifications.get(new Key(tag, id)); in getNotification()
[all …]
/external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
Dcellular_MbimComplianceCM09.py19 CM_09 Validation of TransactionId for notifications received after connect
22 This test verifies that TransactionId for notifications is zero.
41 _, _, notifications = (
45 for notification in notifications:
/external/autotest/client/site_tests/autoupdate_EOL/
Dautoupdate_EOL.py37 notifications = cr.get_visible_notifications()
38 if notifications is None:
41 logging.debug(notifications)
42 for n in notifications:
/external/libchrome/mojo/core/
Drequest_context.cc43 // We send all cancellation notifications first. This is necessary because in ~RequestContext()
44 // it's possible that cancelled watches have other pending notifications in ~RequestContext()
49 // updates some internal Watch state to ensure no further notifications in ~RequestContext()
50 // fire. Because notifications on a single Watch are mutually exclusive, in ~RequestContext()
57 // Establish a new RequestContext to capture and run any new notifications in ~RequestContext()
Dwatcher_dispatcher.cc74 // callbacks to close this watcher, and it's OK for notifications to race in InvokeWatchCallback()
78 // Because cancellation synchronously blocks all future notifications, and in InvokeWatchCallback()
79 // because notifications themselves are mutually exclusive for any given in InvokeWatchCallback()
183 // Mark the watch as cancelled so no further notifications get through. in CancelWatch()
188 // notifications for this context. in CancelWatch()
/external/python/google-api-python-client/googleapiclient/
Dchannel.py15 """Channel notifications support.
17 Classes and functions to support channel subscriptions and notifications
29 # Create a new channel that gets notifications via webhook.
33 # watch method because notifications may start arriving before the watch
115 Notifications are not usually constructed directly, but are returned
143 """A Channel for notifications.
277 url: str, URL to post notifications to.
/external/autotest/site_utils/rpm_control_system/
Drpm_logging_config.py31 """Suspend email notifications.
33 @param hours: How many hours to suspend email notifications.
40 """Resume email notifications."""
64 and send out email notifications in case of error level messages.
/external/autotest/client/cros/cellular/mbim_compliance/tests/
Dcm_09.py6 CM_09 Validation of TransactionId for Notifications Received After Connect
32 _, _, notifications = (
36 for notification in notifications:
/external/autotest/client/site_tests/cellular_MbimComplianceError/
Dcellular_MbimComplianceERR05.py43 request_message, first_response_message, notifications = (
48 if len(notifications) > 1:
52 second_response_message = notifications[0]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-notification.hpp12 namespace notifications { namespace
269 namespace rxn=notifications;
271 inline std::ostream& operator<< (std::ostream& out, const std::vector<rxcpp::notifications::subscri… in operator <<()
272 return rxcpp::notifications::detail::ostreamvector(out, vs); in operator <<()
275 inline std::ostream& operator<< (std::ostream& out, const std::vector<rxcpp::notifications::recorde… in operator <<()
276 return rxcpp::notifications::detail::ostreamvector(out, vr); in operator <<()
/external/libchrome/mojo/public/cpp/system/
Dsimple_watcher.h28 // watch a single handle, dispatching state change notifications to an arbitrary
48 // notifications will be fired, as this equivalent to an implicit
71 // notifications.
117 // is disarmed, and no further notifications will be dispatched after that.
225 // A simple counter to disambiguate notifications from multiple watch contexts
232 // Tag used to ID memory allocations that originated from notifications in
/external/kernel-headers/original/uapi/linux/
Dopenvswitch.h66 * the &struct ovs_header. Always present in notifications. Required in
74 * datapath. Always present in notifications.
76 * datapath. Always present in notifications.
137 /* Kernel-to-user notifications. */
147 * @OVS_PACKET_ATTR_PACKET: Present for all notifications. Contains the entire
152 * @OVS_PACKET_ATTR_KEY: Present for all notifications. Contains the flow key
526 * key. Always present in notifications. Required for all requests (except
530 * notifications. Required for %OVS_FLOW_CMD_NEW requests, optional for
535 * flow. Present in notifications if the stats would be nonzero. Ignored in
538 * TCP flags seen on packets in this flow. Only present in notifications for
[all …]
/external/libchrome/base/
Dobserver_list_threadsafe.h40 // * Observers can register for notifications from any sequence. They are
46 // removing itself from the observer list, the notifications will be
49 // The drawback of the threadsafe observer list is that notifications are not
50 // as real-time as the non-threadsafe version of this class. Notifications
52 // non-thread-safe observer_list, notifications happen synchronously.
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DTerminalView.java61 private volatile boolean notifications = true; field in TerminalView
219 if (!notifications) { in notifyUser()
249 * Sets the ability for the TerminalView to display Toast notifications to the user.
251 * whether to enable notifications or not
254 notifications = value; in setNotifications()
/external/u-boot/include/
Dmailbox.h11 * and/or notifications between the CPU on which U-Boot runs and some other
22 * notifications from that entity. The size, content, and format of such
122 * mailbox provider. Providers that solely transfer notifications
140 * notifications will ignore this parameter.

12345678910>>...22