Home
last modified time | relevance | path

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

/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
DMyAccountAuthenticator.java37 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() argument
52 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() argument
/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()
374 return new SyncAdapterType(authority, accountType, userVisible, supportsUploading, in parseServiceAttributes()
/development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/
DMyAuthenticator.java72 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() argument
79 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() argument
/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