Searched defs:lastNotification (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/cache/ | ||
H A D | TestingRemovalListeners.java | 63 private volatile RemovalNotification<K, V> lastNotification; field in TestingRemovalListeners.CountingRemovalListener |
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/cache/ | ||
H A D | TestingRemovalListeners.java | 63 private volatile RemovalNotification<K, V> lastNotification; field in TestingRemovalListeners.CountingRemovalListener |
/aosp_15_r20/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ | ||
H A D | TerminalView.java | 60 private String lastNotification = null; field in TerminalView |