Home
last modified time | relevance | path

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

/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/
DGenericAccountService.java48 public static Account GetAccount(String accountType) { in GetAccount() argument
56 return new Account(accountName, accountType); in GetAccount()
/development/apps/Development/src/com/android/development/
DSyncAdapterDriver.java101 names[i] = item.type.authority + " - " + item.type.accountType; in getSyncAdapters()
139 mActiveServiceConnection.mSyncAdapter.type.accountType); in startSyncSelected()
167 mActiveServiceConnection.mSyncAdapter.type.accountType); in startSync()
236 type.authority, type.accountType)); in onServiceConnected()
357 final String accountType = in parseServiceAttributes() local
359 if (authority == null || accountType == null) { in parseServiceAttributes()
373 return new SyncAdapterType(authority, accountType, userVisible, supportsUploading, in parseServiceAttributes()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
DAuthenticator.java64 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() argument
82 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() argument