Home
last modified time | relevance | path

Searched refs:lastNotification (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/cache/super/com/google/common/cache/
DTestingRemovalListeners.java49 private volatile RemovalNotification<K, V> lastNotification; field in TestingRemovalListeners.CountingRemovalListener
54 lastNotification = notification; in onRemoval()
62 return lastNotification.getKey(); in getLastEvictedKey()
66 return lastNotification.getValue(); in getLastEvictedValue()
70 return lastNotification; in getLastNotification()
/external/guava/guava-tests/test/com/google/common/cache/
DTestingRemovalListeners.java72 private volatile RemovalNotification<K, V> lastNotification; field in TestingRemovalListeners.CountingRemovalListener
77 lastNotification = notification; in onRemoval()
85 return lastNotification.getKey(); in getLastEvictedKey()
89 return lastNotification.getValue(); in getLastEvictedValue()
93 return lastNotification; in getLastNotification()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DTerminalView.java60 private String lastNotification = null; field in TerminalView
225 if (lastNotification != null && lastNotification.equals(message)) { in notifyUser()
236 lastNotification = message; in notifyUser()