Searched refs:lastNotification (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
H A DTestingRemovalListeners.java66 private volatile RemovalNotification<K, V> lastNotification; field in class:TestingRemovalListeners.CountingRemovalListener
71 lastNotification = notification;
79 return lastNotification.getKey();
83 return lastNotification.getValue();
87 return lastNotification;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
H A Dbg.js25 var lastNotification = null; variable
27 if (lastNotification)
28 lastNotification.cancel();
32 lastNotification = notification;

Completed in 75 milliseconds