Searched defs:saveAuthTokenToDatabase (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java635 private boolean saveAuthTokenToDatabase(Account account, String type, String authToken) { method in class:AccountManagerService
702 saveAuthTokenToDatabase(account, authTokenType, authToken);
955 saveAuthTokenToDatabase(new Account(name, type),

Completed in 9 milliseconds