Home
last modified time | relevance | path

Searched defs:authTokenType (Results 1 – 2 of 2) sorted by relevance

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
DAuthenticator.java65 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount()
89 String authTokenType, Bundle loginOptions) throws NetworkErrorException { in getAuthToken()
128 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
148 String authTokenType, Bundle loginOptions) { in updateCredentials()
/development/apps/Development/src/com/android/development/
DAccountsTester.java213 String authTokenType = mDesiredAuthTokenTypeEditText.getText().toString(); in onClick() local
223 authTokenType, requiredFeatures, null /* options */, in onClick() local
425 AccountManagerCallback<Bundle> newAuthTokensCallback(String type, String authTokenType, in newAuthTokensCallback()
435 public GetAuthTokenCallback(String type, String authTokenType, String[] features) { in GetAuthTokenCallback()