Lines Matching refs:options

136      * Bundle key used for the {@link Bundle} options in session bundle. This is
158 String authTokenType, String[] features, Bundle options)
169 accountType, authTokenType, features, options);
189 Account account, Bundle options) throws RemoteException {
196 new AccountAuthenticatorResponse(response), account, options);
375 String accountType, String authTokenType, String[] features, Bundle options)
387 features, options);
553 * @param options a Bundle of authenticator-specific options. It always contains
569 String authTokenType, String[] requiredFeatures, Bundle options)
576 * @param options a Bundle of authenticator-specific options, may be null
589 Account account, Bundle options)
615 * authTokenType. The system may ignore the contents of the supplied options Bundle when
626 * @param options a Bundle of authenticator-specific options. It always contains
634 Account account, String authTokenType, Bundle options)
650 * @param options a Bundle of authenticator-specific options, may be null
664 Account account, String authTokenType, Bundle options) throws NetworkErrorException;
777 * @param options a Bundle of authenticator-specific options, may be null
799 final Bundle options)
807 sessionBundle.putBundle(KEY_OPTIONS, options);
833 * @param options a Bundle of authenticator-specific options, may be null
854 final Bundle options) throws NetworkErrorException {
861 sessionBundle.putBundle(KEY_OPTIONS, options);
940 Bundle options = sessionBundle.getBundle(KEY_OPTIONS);
945 // Actual options passed to add account or update credentials flow.
954 if (options != null) {
955 // options may contains old system info such as
959 options.putAll(sessionOptions);
960 sessionOptions = options;
966 return updateCredentials(response, account, authTokenType, options);