/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNotificationManager.java | 32 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/ |
D | autoupdate_EOL.py | 37 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/ |
D | cellular_MbimComplianceERR05.py | 43 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/ |
D | rx-notification.hpp | 12 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/ |
D | connect_sequence.py | 101 notifications = [] 103 notifications.append( 115 return command_message, response_message, notifications
|
/external/autotest/client/cros/cellular/mbim_compliance/tests/ |
D | cm_09.py | 32 _, _, notifications = ( 36 for notification in notifications:
|
/external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/ |
D | cellular_MbimComplianceCM09.py | 41 _, _, notifications = ( 45 for notification in notifications:
|
D | control.CM09 | 8 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/ |
D | platform_PrintJob.py | 125 notifications = self.cr.get_visible_notifications() 126 if notifications is None: 128 for n in notifications:
|
/external/autotest/client/site_tests/policy_NotificationsBlockedForUrls/ |
D | control.siteblocked_block | 18 the page that triggers the display of notifications, and 21 NotificationsBlockedForUrls, notifications are blocked on this page.
|
D | control | 17 notifications). It exercises all valid policy values across three test cases:
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | TerminalView.java | 61 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/ |
D | on_error_resume_next.cpp | 63 auto required = std::vector<rxcpp::notifications::subscription>(); 134 auto required = std::vector<rxcpp::notifications::subscription>();
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/ |
D | test.h | 17 namespace rxn=rx::notifications;
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_output_test_.cc | 471 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/ |
D | control.denied | 15 Desktop notifications option.
|
D | control.granted | 15 Desktop notifications option.
|
/external/autotest/client/site_tests/policy_NotificationsAllowedForUrls/ |
D | control.siteallowed_show | 18 the page that displays notifications, and DefaultNotificationsSetting=2 (Block
|
D | control | 17 notifications). It exercises all valid policy values across three test cases:
|
/external/googletest/googletest/test/ |
D | googletest-output-test_.cc | 489 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/ |
D | Kconfig | 8 ability to transfer small messages and/or notifications from one
|
/external/wpa_supplicant_8/ |
D | COPYING | 20 terms. However, such copyright and license notifications are maintained
|
D | NOTICE | 20 terms. However, such copyright and license notifications are maintained
|
/external/perfetto/protos/perfetto/common/ |
D | observable_events.proto | 26 // session. Note that not all data sources may support these notifications.
|
/external/walt/ios/WALT/ |
D | ScreenResponseController.m | 145 // Turn on brightness change notifications. 207 // Queue an operation (after the read trigger above) to turn off brightness notifications.
|