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

/development/apps/Development/src/com/android/development/
H A DSyncAdapterDriver.java101 names[i] = item.type.authority + " - " + item.type.accountType;
139 mActiveServiceConnection.mSyncAdapter.type.accountType);
167 mActiveServiceConnection.mSyncAdapter.type.accountType);
236 type.authority, type.accountType));
357 final String accountType =
359 if (authority == null || accountType == null) {
373 return new SyncAdapterType(authority, accountType, userVisible, supportsUploading,
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
H A DAuthenticator.java64 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, argument
82 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { argument
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
H A DContactManager.java257 String accountName, String accountType) {
264 rawContact.getServerContactId()), accountName, accountType,
278 accountType, batchOperation);
606 * @param accountType the account type of the sync adapter
612 String accountName, String accountType, String text, String comments,
623 values.put(StreamItems.ACCOUNT_TYPE, accountType);
631 resolver, long streamItemId, String accountName, String accountType,
645 values.put(StreamItems.ACCOUNT_TYPE, accountType);
256 addStreamItems(Context context, List<RawContact> rawContacts, String accountName, String accountType) argument
611 addContactStreamItem(Context context, long rawContactId, String accountName, String accountType, String text, String comments, BatchOperation batchOperation) argument
630 addStreamItemPhoto(Context context, ContentResolver resolver, long streamItemId, String accountName, String accountType, BatchOperation batchOperation) argument

Completed in 394 milliseconds