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

/system/core/libutils/tests/
H A DLruCache_test.cpp84 EntryRemovedCallback() : callbackCount(0), lastKey(-1), lastValue(NULL) { }
88 lastKey = k;
92 SimpleKey lastKey; member in class:android::EntryRemovedCallback
274 EXPECT_EQ(1, callback.lastKey);

Completed in 13 milliseconds