HomeSort by relevance Sort by last modified time
    Searched full:_notifications (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/testing/fakes/
__init__.py 401 self._notifications = []
410 if self._notifications:
411 assert self._notifications[-1][1] < time, (
414 self._notifications.append((response, time, self._NOTIFICATION_EVENT))
417 if self._notifications:
418 assert self._notifications[-1][1] < time, (
421 self._notifications.append((response, time, self._NOTIFICATION_CALLBACK))
442 if not self._notifications:
446 response, time, kind = self._notifications[0]
451 self._notifications.pop(0
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/
Scanner.java 68 private final Map<String,Notification> _notifications = new HashMap<String,Notification>(); field in class:Scanner
471 Notification old=_notifications.put(file,Notification.ADDED);
478 _notifications.put(file,Notification.CHANGED);
484 Notification old=_notifications.put(file,Notification.CHANGED);
490 _notifications.put(file,Notification.ADDED);
501 Notification old=_notifications.put(file,Notification.REMOVED);
507 _notifications.remove(file);
514 LOG.debug("scanned "+_scanDirs+": "+_notifications);
519 for (Iterator<Entry<String,Notification>> iter = _notifications.entrySet().iterator();iter.hasNext();)
  /frameworks/base/docs/html/training/wearables/notifications/
index.jd 3 page.image=wear/images/01_notifications.png
  /frameworks/base/tests/StatusBar/
AndroidManifest.xml 18 <activity android:name="NotificationTestList" android:label="_Notifications">
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 

Completed in 609 milliseconds