Lines Matching refs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
30 String getPassword(in Account account);
31 String getUserData(in Account account, String key);
35 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features);
36 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in String[] features);
37 boolean addAccount(in Account account, String password, in Bundle extras);
38 void removeAccount(in IAccountManagerResponse response, in Account account);
40 String peekAuthToken(in Account account, String authTokenType);
41 void setAuthToken(in Account account, String authTokenType, String authToken);
42 void setPassword(in Account account, String password);
43 void clearPassword(in Account account);
44 void setUserData(in Account account, String key, String value);
45 void updateAppPermission(in Account account, String authTokenType, int uid, boolean value);
47 void getAuthToken(in IAccountManagerResponse response, in Account account,
49 in Bundle options);
50 void addAcount(in IAccountManagerResponse response, String accountType,
51 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch,
52 in Bundle options);
53 void updateCredentials(in IAccountManagerResponse response, in Account account,
54 String authTokenType, boolean expectActivityLaunch, in Bundle options);
55 void editProperties(in IAccountManagerResponse response, String accountType,
57 void confirmCredentialsAsUser(in IAccountManagerResponse response, in Account account,
58 in Bundle options, boolean expectActivityLaunch, int userId);
59 void getAuthTokenLabel(in IAccountManagerResponse response, String accountType,