Searched defs:features (Results 1 – 8 of 8) sorted by relevance
391 AccountManagerCallback<Bundle> newAccountsCallback(String type, String[] features) { in newAccountsCallback()399 public GetAccountsCallback(String type, String[] features) { in GetAccountsCallback()426 String[] features) { in newAuthTokensCallback()435 public GetAuthTokenCallback(String type, String authTokenType, String[] features) { in GetAuthTokenCallback()
61 String[] features) { in hasFeatures()
136 AccountAuthenticatorResponse response, Account account, String[] features) { in hasFeatures()
108 String[] features) throws NetworkErrorException { in hasFeatures()
54 pub features: Vec<String>, // --cfg feature= field
81 features: Vec<String>, field
234 def features(self) -> list[str]: member in AndroidDevice
493 String features = prefs.getString(mTrustAgentFeatures.getKey(), null); in reloadSummaries() local