HomeSort by relevance Sort by last modified time
    Searched refs:last_use_ (Results 1 - 2 of 2) sorted by null

  /system/security/keystore/
auth_token_table.h 106 last_use_ = rhs.last_use_;
110 bool operator<(const Entry& rhs) const { return last_use_ < rhs.last_use_; }
133 time_t last_use_; member in class:keystore::AuthTokenTable::Entry
auth_token_table.cpp 207 : token_(token), time_received_(current_time), last_use_(current_time),
230 this->last_use_ = time;

Completed in 109 milliseconds