Searched defs:EntryRemovedCallback (Results 1 – 1 of 1) sorted by relevance
82 class EntryRemovedCallback : public OnEntryRemoved<SimpleKey, StringValue> { class84 EntryRemovedCallback() : callbackCount(0), lastKey(-1), lastValue(NULL) { } in EntryRemovedCallback() function in android::EntryRemovedCallback