Lines Matching refs:response

41     void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features,
43 void getAccountByTypeAndFeatures(in IAccountManagerResponse response, String accountType,
45 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType,
48 void removeAccount(in IAccountManagerResponse response, in Account account,
50 void removeAccountAsUser(in IAccountManagerResponse response, in Account account,
53 void copyAccountToUser(in IAccountManagerResponse response, in Account account,
63 void getAuthToken(in IAccountManagerResponse response, in Account account,
66 void addAccount(in IAccountManagerResponse response, String accountType,
69 void addAccountAsUser(in IAccountManagerResponse response, String accountType,
72 void updateCredentials(in IAccountManagerResponse response, in Account account,
74 void editProperties(in IAccountManagerResponse response, String accountType,
76 void confirmCredentialsAsUser(in IAccountManagerResponse response, in Account account,
79 void getAuthTokenLabel(in IAccountManagerResponse response, String accountType,
88 void renameAccount(in IAccountManagerResponse response, in Account accountToRename, String newName);
93 void startAddAccountSession(in IAccountManagerResponse response, String accountType,
98 void startUpdateCredentialsSession(in IAccountManagerResponse response, in Account account,
103 void finishSessionAsUser(in IAccountManagerResponse response, in Bundle sessionBundle,
110 void isCredentialsUpdateSuggested(in IAccountManagerResponse response, in Account account,