Home
last modified time | relevance | path

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

/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/
DGenericAccountService.java120 public Bundle hasFeatures(AccountAuthenticatorResponse accountAuthenticatorResponse, in hasFeatures() method in GenericAccountService.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