Home
last modified time | relevance | path

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

/system/core/libutils/
DLruCache_test.cpp113 EntryRemovedCallback() : callbackCount(0), lastKey(-1), lastValue(nullptr) { } in EntryRemovedCallback()
117 lastKey = k; in operator ()()
121 SimpleKey lastKey; member in android::EntryRemovedCallback
311 EXPECT_EQ(1, callback.lastKey); in TEST_F()