Home
last modified time | relevance | path

Searched defs:features (Results 1 – 6 of 6) 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/python-packages/adb/
Ddevice.py283 def features(self): member in AndroidDevice
/development/samples/ApiDemos/src/com/example/android/apis/app/
DDeviceAdminSample.java493 String features = prefs.getString(mTrustAgentFeatures.getKey(), null); in reloadSummaries() local