Home
last modified time | relevance | path

Searched refs:hasFeatures (Results 1 – 5 of 5) sorted by relevance

/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
DMyAccountAuthenticator.java60 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in MyAccountAuthenticator
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/
DGenericAccountService.java120 public Bundle hasFeatures(AccountAuthenticatorResponse accountAuthenticatorResponse, in hasFeatures() method in GenericAccountService.Authenticator
/development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/
DMyAuthenticator.java107 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in MyAuthenticator.Authenticator
/development/apps/Development/src/com/android/development/
DAccountsTester.java331 mAccountManager.hasFeatures(account, features, in onCreateDialog()
474 Boolean hasFeatures = future.getResult(); in run() local
475 Log.d(TAG, "hasFeatures: " + hasFeatures); in run()
476 showMessageDialog("hasFeatures: " + hasFeatures); in run()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
DAuthenticator.java135 public Bundle hasFeatures( in hasFeatures() method in Authenticator