Home
last modified time | relevance | path

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

12345678910>>...15

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowNotificationManager.java17 private Map<Integer, Notification> notifications = new HashMap<Integer, Notification>(); field in ShadowNotificationManager
31 notifications.put(id, notification); in notify()
44 if (notifications.containsKey(id)) { in cancel()
45 notifications.remove(id); in cancel()
47 notifications.remove(tagId); in cancel()
53 notifications.clear(); in cancelAll()
58 return notifications.size(); in size()
62 return notifications.get(id); in getNotification()
67 return notifications.get(id); in getNotification()
71 return new ArrayList<Notification>(notifications.values()); in getAllNotifications()
/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
77 """Check if Notifications are allowed.
80 @returns True if Notifications are allowed, else returns False.
92 When NotificationsAllowedForUrls is undefined, notifications shall be
94 more URLs, notifications shall be allowed only on the pages whose
103 logging.info('Notifications are allowed: %r', notifications_allowed)
106 # cases that expect the Notifications to be displayed.
[all …]
Dcontrol.siteallowed_show18 the page that displays notifications, and DefaultNotificationsSetting=2 (Block
19 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
79 """Check if Notifications are blocked.
83 @returns True if Notifications are blocked, else returns False.
96 When NotificationsBlockedForUrls is undefined, notifications shall be
98 more URLs, notifications shall be blocked only on the pages whose
107 logging.info('Notifications are blocked: %r', notifications_blocked)
110 # 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/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/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:
Dcontrol.CM098 MBIM Compliance Test: Validation of TransactionId for notifications received
22 MBIM Compliance Test: Validation of TransactionId for notifications received
/external/libchrome/base/
Dobserver_list_threadsafe.h33 // * Observers can register for notifications from any thread.
40 // removing itself from the observer list, the notifications will
43 // The drawback of the threadsafe observer list is that notifications
45 // Notifications will always be done via PostTask() to another thread,
46 // whereas with the non-thread-safe observer_list, notifications happen
133 // If there are pending notifications in-transit to the observer, they will
214 // Wrapper which is called to fire the notifications for each thread's
221 // Check that this list still needs notifications.
/external/kernel-headers/original/uapi/linux/
Dopenvswitch.h65 * the &struct ovs_header. Always present in notifications. Required in
73 * datapath. Always present in notifications.
75 * datapath. Always present in notifications.
136 /* Kernel-to-user notifications. */
146 * @OVS_PACKET_ATTR_PACKET: Present for all notifications. Contains the entire
151 * @OVS_PACKET_ATTR_KEY: Present for all notifications. Contains the flow key
474 * key. Always present in notifications. Required for all requests (except
478 * notifications. Required for %OVS_FLOW_CMD_NEW requests, optional for
483 * flow. Present in notifications if the stats would be nonzero. Ignored in
486 * TCP flags seen on packets in this flow. Only present in notifications for
[all …]
Dselinux_netlink.h2 * Netlink event notifications for SELinux.
28 #define SELNL_GRP_AVC 0x00000001 /* AVC notifications */
/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."""
81 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/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/libnl/lib/
Dcache_mngr.c18 * netlink notifications and integrating the received information into the
131 * notifications.
165 /* Required to receive async event notifications */ in nl_cache_mngr_alloc()
357 * notifications.
365 * Check for event notifications
369 * Causes poll() to be called to check for new event notifications
405 * Receive available event notifications
/external/owasp/sanitizer/src/main/org/owasp/html/
DPolicyFactory.java79 * @param listener if non-null, receives notifications of tags and attributes
83 * with notifications. This can be used to let the listener know from
108 * @param listener if non-null, receives notifications of tags and attributes
112 * with notifications. This can be used to let the listener know from
/external/libnl/include/netlink-private/
Dcache-api.h78 * // Caches can be kept up-to-date based on notifications if the kernel
79 * // sends out notifications whenever an object is added/removed/changed.
83 * // notifications. The groups are separated by address family to support
208 * The purpose of this function is to filter out notifications
/external/webrtc/webrtc/libjingle/xmpp/
Drostermodule.h197 //! get presence notifications for the user. The response is send back
264 //! Note that the client doesn't store where directed presence notifications
316 //! Request a subscription to presence notifications form a Jid
319 //! Cancel a subscription to presence notifications from a Jid
322 //! Approve a request to deliver presence notifications to a jid
Drostermoduleimpl.h183 //! Note that the client doesn't store where directed presence notifications
235 //! Request a subscription to presence notifications form a Jid
238 //! Cancel a subscription to presence notifications from a Jid
241 //! Approve a request to deliver presence notifications to a jid
/external/selinux/libselinux/src/
Dselinux_netlink.h2 * Netlink event notifications for SELinux.
19 #define SELNL_GRP_AVC 0x00000001 /* AVC notifications */
/external/selinux/libselinux/man/man3/
Davc_netlink_loop.340 opens a netlink socket to receive SELinux notifications. The socket
60 automatic processing of notifications.
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_channel.py29 notifications and/or stale packets when interacting with the modem.
32 notifications, status notifications, etc.
69 INTERRUPT IN endpoint for notifications.
/external/guava/guava/src/com/google/common/cache/
DRemovalListeners.java38 * notifications using {@code executor}.
41 * @param executor the executor with which removal notifications are
/external/guava/guava-tests/test/com/google/common/cache/
DCacheExpirationTest.java89 assertEquals("Eviction notifications must be received", 10, in checkExpiration()
93 // ensure that no new notifications are sent in checkExpiration()
94 assertEquals("Eviction notifications must be received", 10, in checkExpiration()
162 assertEquals("Eviction notifications must be received", 21, in runExpirationTest()
166 // ensure that no new notifications are sent in runExpirationTest()
167 assertEquals("Eviction notifications must be received", 21, in runExpirationTest()

12345678910>>...15