Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountsDbTest.java292 mAccountsDb.updateAccountLastAuthenticatedTime(account); in testUpdateDeAccountLastAuthenticatedTime()
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountsDb.java775 boolean updateAccountLastAuthenticatedTime(Account account) { in updateAccountLastAuthenticatedTime() method in AccountsDb
H A DAccountManagerService.java1801 return accounts.accountsDb.updateAccountLastAuthenticatedTime(account); in updateLastAuthenticatedTime()