Searched refs:accountType (Results 1 – 3 of 3) sorted by relevance
48 public static Account GetAccount(String accountType) { in GetAccount() argument56 return new Account(accountName, accountType); in GetAccount()
101 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() local359 if (authority == null || accountType == null) { in parseServiceAttributes()373 return new SyncAdapterType(authority, accountType, userVisible, supportsUploading, in parseServiceAttributes()
64 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() argument82 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() argument