Home
last modified time | relevance | path

Searched refs:notifications (Results 1 – 25 of 93) sorted by relevance

1234

/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/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/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/autotest/client/cros/cellular/mbim_compliance/sequences/
Dconnect_sequence.py101 notifications = []
103 notifications.append(
115 return command_message, response_message, notifications
/external/autotest/client/cros/cellular/mbim_compliance/tests/
Dcm_09.py32 _, _, notifications = (
36 for notification in notifications:
/external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
Dcellular_MbimComplianceCM09.py41 _, _, 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/autotest/client/site_tests/platform_PrintJob/
Dplatform_PrintJob.py125 notifications = self.cr.get_visible_notifications()
126 if notifications is None:
128 for n in notifications:
/external/autotest/client/site_tests/policy_NotificationsBlockedForUrls/
Dcontrol.siteblocked_block18 the page that triggers the display of notifications, and
21 NotificationsBlockedForUrls, notifications are blocked on this page.
Dcontrol17 notifications). It exercises all valid policy values across three test cases:
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DTerminalView.java61 private volatile boolean notifications = true; field in TerminalView
219 if (!notifications) { in notifyUser()
254 notifications = value; in setNotifications()
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Don_error_resume_next.cpp63 auto required = std::vector<rxcpp::notifications::subscription>();
134 auto required = std::vector<rxcpp::notifications::subscription>();
/external/Reactive-Extensions/RxCpp/Rx/v2/test/
Dtest.h17 namespace rxn=rx::notifications;
/external/google-breakpad/src/testing/gtest/test/
Dgtest_output_test_.cc471 static void ThreadRoutine(SpawnThreadNotifications* notifications) { in ThreadRoutine() argument
473 notifications->spawn_thread_started.Notify(); in ThreadRoutine()
476 notifications->spawn_thread_ok_to_terminate.WaitForNotification(); in ThreadRoutine()
/external/autotest/client/site_tests/policy_DefaultNotificationsSetting/
Dcontrol.denied15 Desktop notifications option.
Dcontrol.granted15 Desktop notifications option.
/external/autotest/client/site_tests/policy_NotificationsAllowedForUrls/
Dcontrol.siteallowed_show18 the page that displays notifications, and DefaultNotificationsSetting=2 (Block
Dcontrol17 notifications). It exercises all valid policy values across three test cases:
/external/googletest/googletest/test/
Dgoogletest-output-test_.cc489 static void ThreadRoutine(SpawnThreadNotifications* notifications) { in ThreadRoutine() argument
491 notifications->spawn_thread_started.Notify(); in ThreadRoutine()
494 notifications->spawn_thread_ok_to_terminate.WaitForNotification(); in ThreadRoutine()
/external/u-boot/drivers/mailbox/
DKconfig8 ability to transfer small messages and/or notifications from one
/external/wpa_supplicant_8/
DCOPYING20 terms. However, such copyright and license notifications are maintained
DNOTICE20 terms. However, such copyright and license notifications are maintained
/external/perfetto/protos/perfetto/common/
Dobservable_events.proto26 // session. Note that not all data sources may support these notifications.
/external/walt/ios/WALT/
DScreenResponseController.m145 // Turn on brightness change notifications.
207 // Queue an operation (after the read trigger above) to turn off brightness notifications.

1234