Home
last modified time | relevance | path

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

/development/apps/Development/src/com/android/development/
DAccountsTester.java427 return new GetAuthTokenCallback(type, authTokenType, features); in newAuthTokensCallback()
430 class GetAuthTokenCallback implements AccountManagerCallback<Bundle> { class in AccountsTester
435 public GetAuthTokenCallback(String type, String authTokenType, String[] features) { in GetAuthTokenCallback() method in AccountsTester.GetAuthTokenCallback