Searched defs:authTokenType (Results 1 – 4 of 4) sorted by relevance
/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/ |
D | MyAccountAuthenticator.java | 38 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount() 43 String authTokenType, Bundle options) { in getAuthToken() 56 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() 66 String authTokenType, Bundle options) { in updateCredentials()
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
D | Authenticator.java | 65 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/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/ |
D | MyAuthenticator.java | 73 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() 85 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() 97 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() 102 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
|
/development/apps/Development/src/com/android/development/ |
D | AccountsTester.java | 213 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()
|