Home
last modified time | relevance | path

Searched defs:features (Results 1 – 8 of 8) sorted by relevance

/development/apps/Development/src/com/android/development/
DAccountsTester.java391 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()
/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
DMyAccountAuthenticator.java61 String[] features) { in hasFeatures()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
DAuthenticator.java136 AccountAuthenticatorResponse response, Account account, String[] features) { in hasFeatures()
/development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/
DMyAuthenticator.java108 String[] features) throws NetworkErrorException { in hasFeatures()
/development/tools/cargo_embargo/src/
Dcargo_out.rs54 pub features: Vec<String>, // --cfg feature= field
Dmain.rs81 features: Vec<String>, field
/development/python-packages/adb/adb/
D__init__.py234 def features(self) -> list[str]: member in AndroidDevice
/development/samples/ApiDemos/src/com/example/android/apis/app/
DDeviceAdminSample.java493 String features = prefs.getString(mTrustAgentFeatures.getKey(), null); in reloadSummaries() local