HomeSort by relevance Sort by last modified time
    Searched defs:ACCOUNT_TYPE (Results 1 - 25 of 39) sorted by null

1 2

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/
Constants.java 23 public static final String ACCOUNT_TYPE = "com.example.android.samplesync";
  /packages/apps/Contacts/src/com/android/contacts/
GroupListLoader.java 33 Groups.ACCOUNT_TYPE,
41 public final static int ACCOUNT_TYPE = 1;
50 super(context, GROUP_LIST_URI, COLUMNS, Groups.ACCOUNT_TYPE + " NOT NULL AND "
53 Groups.ACCOUNT_TYPE + ", " + Groups.ACCOUNT_NAME + ", " + Groups.DATA_SET + ", " +
GroupMetaDataLoader.java 31 Groups.ACCOUNT_TYPE,
42 public final static int ACCOUNT_TYPE = 1;
52 super(context, ensureIsGroupUri(groupUri), COLUMNS, Groups.ACCOUNT_TYPE + " NOT NULL AND "
SplitAggregateView.java 60 Data.MIMETYPE, RawContacts.ACCOUNT_TYPE, RawContacts.DATA_SET, Data.RAW_CONTACT_ID,
66 int ACCOUNT_TYPE = 1;
170 info.accountType = cursor.getString(SplitQuery.ACCOUNT_TYPE);
ContactLoader.java 509 RawContacts.ACCOUNT_TYPE,
581 public final static int ACCOUNT_TYPE = 16;
644 Directory.ACCOUNT_TYPE,
652 public final static int ACCOUNT_TYPE = 3;
660 Groups.ACCOUNT_TYPE,
670 public final static int ACCOUNT_TYPE = 1;
828 values.getAsString(RawContacts.ACCOUNT_TYPE),
    [all...]
  /cts/tests/src/android/content/cts/
MockAccountAuthenticator.java 31 public static final String ACCOUNT_TYPE = "android.content.cts.account.type";
43 result.putString(AccountManager.KEY_ACCOUNT_TYPE, ACCOUNT_TYPE);
  /packages/apps/Contacts/src/com/android/contacts/vcard/
SelectAccountActivity.java 36 public static final String ACCOUNT_TYPE = "account_type";
70 intent.putExtra(ACCOUNT_TYPE, account.type);
89 intent.putExtra(ACCOUNT_TYPE, account.type);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExchangeSource.java 39 public static final String ACCOUNT_TYPE = "com.android.exchange";
42 this.accountType = ACCOUNT_TYPE;
GoogleSource.java 44 public static final String ACCOUNT_TYPE = "com.google";
46 this.accountType = ACCOUNT_TYPE;
165 final String accountType = stateValues.getAsString(RawContacts.ACCOUNT_TYPE);
186 Groups.ACCOUNT_NAME + " =? AND " + Groups.ACCOUNT_TYPE + " =?",
218 newGroup.put(Groups.ACCOUNT_TYPE, accountType);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForGroupMembership.java 48 RawContacts.ACCOUNT_TYPE,
54 int ACCOUNT_TYPE = 1;
199 String accountType = c.getString(RawContactsQuery.ACCOUNT_TYPE);
267 groupValues.put(Groups.ACCOUNT_TYPE, accountWithDataSet.getAccountType());
ContactDirectoryManager.java 84 Directory.ACCOUNT_TYPE,
93 public static final int ACCOUNT_TYPE = 1;
255 + Directory.ACCOUNT_TYPE + "=?)";
409 info.accountType = cursor.getString(DirectoryQuery.ACCOUNT_TYPE);
478 values.put(Directory.ACCOUNT_TYPE, info.accountType);
492 + Directory.ACCOUNT_NAME + "=? AND " + Directory.ACCOUNT_TYPE + "=?",
  /frameworks/base/core/java/android/provider/
SyncStateContract.java 45 public static final String ACCOUNT_TYPE = "account_type";
61 Columns.ACCOUNT_NAME + "=? AND " + Columns.ACCOUNT_TYPE + "=?";
108 values.put(Columns.ACCOUNT_TYPE, account.type);
117 values.put(Columns.ACCOUNT_TYPE, account.type);
165 .withValue(Columns.ACCOUNT_TYPE, account.type)
BrowserContract.java 100 * {@link #ACCOUNT_TYPE} identifies a specific account.
110 public static final String ACCOUNT_TYPE = "account_type";
324 * {@link #ACCOUNT_TYPE} identifies a specific account.
334 public static final String ACCOUNT_TYPE = "account_type";
CalendarContract.java 138 * {@link Calendars#ACCOUNT_NAME} and {@link Calendars#ACCOUNT_TYPE} as
148 * removed. Setting the account_type on a calendar to this will prevent it
151 * @see SyncColumns#ACCOUNT_TYPE
240 * account_type is not {@link #ACCOUNT_TYPE_LOCAL} then the name and
253 public static final String ACCOUNT_TYPE = "account_type";
479 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, ACCOUNT_TYPE);
538 * {@link #ACCOUNT_NAME} and {@link #ACCOUNT_TYPE} must be set in the Uri
547 * sync adapter and using an {@link #ACCOUNT_TYPE} of
554 * <li>{@link #ACCOUNT_TYPE}</li
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ExchangeAccountType.java 44 public static final String ACCOUNT_TYPE = "com.android.exchange";
47 this.accountType = ACCOUNT_TYPE;
GoogleAccountType.java 37 public static final String ACCOUNT_TYPE = "com.google";
43 this.accountType = ACCOUNT_TYPE;
  /packages/experimental/AndroidVendorSecurityTool/src/com/google/android/googlelogin/
GoogleLoginServiceConstants.java 155 public static final String ACCOUNT_TYPE = "com.google";
  /frameworks/base/keystore/java/android/security/
KeyChain.java 89 public static final String ACCOUNT_TYPE = "com.android.keychain";
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 52 public static final String ACCOUNT_TYPE =
53 "com.example.android.contactmanager.ContactsAdder.ACCOUNT_TYPE";
187 .withValue(ContactsContract.RawContacts.ACCOUNT_TYPE, mSelectedAccount.getType())
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 280 RawContacts.ACCOUNT_TYPE,
295 public static final int ACCOUNT_TYPE = 10;
396 rawContact.accountType = mDataCursor.getString(DataQuery.ACCOUNT_TYPE);
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java 51 public static final String ACCOUNT_TYPE = "android.accounts.cts.account.type";
82 public static final Account ACCOUNT = new Account(ACCOUNT_NAME, ACCOUNT_TYPE);
83 public static final Account ACCOUNT_SAME_TYPE = new Account(ACCOUNT_NAME_OTHER, ACCOUNT_TYPE);
126 assertEquals(ACCOUNT_TYPE, result.get(AccountManager.KEY_ACCOUNT_TYPE));
132 assertEquals(ACCOUNT_TYPE, result.get(AccountManager.KEY_ACCOUNT_TYPE));
143 assertEquals(ACCOUNT_TYPE, mockAuthenticator.getAccountType());
219 AccountManagerFuture<Bundle> futureBundle = am.getAuthTokenByFeatures(ACCOUNT_TYPE,
266 ACCOUNT_TYPE,
331 ACCOUNT_TYPE,
400 accounts = am.getAccountsByType(ACCOUNT_TYPE);
    [all...]
  /frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java 147 public static final int ACCOUNT_TYPE = 2;
385 partition.accountType = directoryCursor.getString(DirectoryListQuery.ACCOUNT_TYPE);
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 93 static final String ACCOUNT_TYPE = "account_type";
115 String accountType = args.getString(ACCOUNT_TYPE);
135 args.putString(ACCOUNT_TYPE, accountType);
676 Accounts.ACCOUNT_TYPE
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 398 final String accountType = cursor.getString(DataQuery.ACCOUNT_TYPE);
661 RawContacts.ACCOUNT_TYPE,
687 final int ACCOUNT_TYPE = 1;
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 149 Directory.ACCOUNT_TYPE, // 2
157 public static final int ACCOUNT_TYPE = 2;
549 params.accountType = directoryCursor.getString(DirectoryListQuery.ACCOUNT_TYPE);
    [all...]

Completed in 6934 milliseconds

1 2