HomeSort by relevance Sort by last modified time
    Searched refs:ACCOUNT_NAME (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
CustomContactListFilterActivity.java 142 .appendQueryParameter(Groups.ACCOUNT_NAME, account.name)
249 * {@link Settings#ACCOUNT_NAME}, {@link Settings#ACCOUNT_TYPE}, and
255 .appendQueryParameter(Settings.ACCOUNT_NAME, accountName)
266 values.put(Settings.ACCOUNT_NAME, accountName);
375 String accountName = this.getAsString(Settings.ACCOUNT_NAME);
378 StringBuilder selection = new StringBuilder(Settings.ACCOUNT_NAME + "=? AND "
    [all...]
ContactListFilter.java 266 uriBuilder.appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 449 public static final int ACCOUNT_NAME = 2;
469 int ACCOUNT_NAME = 3;
553 RawContacts.ACCOUNT_NAME,
612 .add(RawContacts.ACCOUNT_NAME)
    [all...]
ContactsDatabaseHelper.java 314 AccountsColumns.ACCOUNT_NAME + " IS NULL AND " +
431 String CONCRETE_ACCOUNT_NAME = Views.RAW_CONTACTS + "." + RawContacts.ACCOUNT_NAME;
489 String CONCRETE_ACCOUNT_NAME = Views.GROUPS + "." + Groups.ACCOUNT_NAME;
557 + Settings.ACCOUNT_NAME;
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/photos/data/
PhotoProviderTest.java 47 private static final String ACCOUNT_NAME = "foo@bar.com";
80 PhotoDatabaseUtils.insertAccount(db, ACCOUNT_NAME);
81 mAccountId = PhotoDatabaseUtils.queryAccountIdFromName(db, ACCOUNT_NAME);
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 50 public static final String ACCOUNT_NAME =
51 "com.example.android.contactmanager.ContactsAdder.ACCOUNT_NAME";
188 .withValue(ContactsContract.RawContacts.ACCOUNT_NAME, mSelectedAccount.getName())
  /packages/apps/Contacts/src/com/android/contacts/editor/
GroupMembershipView.java 224 String accountName = mGroupMetaData.getString(GroupMetaDataLoader.ACCOUNT_NAME);
293 String accountName = mGroupMetaData.getString(GroupMetaDataLoader.ACCOUNT_NAME);
  /packages/apps/Contacts/tests/src/com/android/contacts/
RawContactDeltaTests.java 318 after.put(RawContacts.ACCOUNT_NAME, TEST_ACCOUNT_NAME);
339 after.put(RawContacts.ACCOUNT_NAME, TEST_ACCOUNT_NAME);
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java 48 public static final String ACCOUNT_NAME = "android.accounts.cts.account.name";
82 public static final Account ACCOUNT = new Account(ACCOUNT_NAME, ACCOUNT_TYPE);
125 assertEquals(ACCOUNT_NAME, result.get(AccountManager.KEY_ACCOUNT_NAME));
131 assertEquals(ACCOUNT_NAME, result.get(AccountManager.KEY_ACCOUNT_NAME));
    [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java 173 * {@link Calendars#ACCOUNT_NAME} and {@link Calendars#ACCOUNT_TYPE} as
280 public static final String ACCOUNT_NAME = "account_name";
477 * provider will return 1 if {@link Calendars#ACCOUNT_NAME} is equal to
527 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, ACCOUNT_NAME);
590 * {@link #ACCOUNT_NAME} and {@link #ACCOUNT_TYPE} must be set in the Uri
605 * <li>{@link #ACCOUNT_NAME}</li>
628 * without the id. In general, the {@link #ACCOUNT_NAME} and
652 * <li>{@link #ACCOUNT_NAME}</li>
715 * {@link #ACCOUNT_NAME}, and {@link #ACCOUNT_TYPE} in the Uri's quer
    [all...]
ContactsContract.java 338 * replaced using the corresponding {@link #ACCOUNT_TYPE} and {@link #ACCOUNT_NAME} values.</li>
397 * the provider must have a unique combination for the {@link #ACCOUNT_NAME} and
521 public static final String ACCOUNT_NAME = "accountName";
539 * {@link #ACCOUNT_TYPE}/{@link #ACCOUNT_NAME}.
768 public static final String ACCOUNT_NAME = "account_name";
772 * {@link #ACCOUNT_NAME} identifies a specific account.
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
ImportTestProvider.java 83 TestCase.assertNull(actualContentValues.get(RawContacts.ACCOUNT_NAME));
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 89 static final String ACCOUNT_NAME = "account_name";
107 String accountName = args.getString(ACCOUNT_NAME);
125 args.putString(ACCOUNT_NAME, accountName);
143 // instead of re-using an existing one when the account_name is the
649 Accounts.ACCOUNT_NAME,
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorActivity.java 217 intent.putExtra(RawContacts.ACCOUNT_NAME, account.name);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountWithDataSet.java 95 RawContacts.ACCOUNT_TYPE + " = ?" + " AND " + RawContacts.ACCOUNT_NAME + " = ?";
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
NfcImportVCardActivity.java 190 intent.getStringExtra(SelectAccountActivity.ACCOUNT_NAME),
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoDatabase.java 83 { Accounts.ACCOUNT_NAME, "TEXT NOT NULL" },
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 89 Calendars.ACCOUNT_NAME,
146 values.put(Calendars.ACCOUNT_NAME, account);
205 return resolver.delete(Calendars.CONTENT_URI, Calendars.ACCOUNT_NAME + "=?",
213 selection += " AND " + Calendars.ACCOUNT_NAME + "=?";
232 SyncState.ACCOUNT_NAME,
249 values.put(SyncState.ACCOUNT_NAME, account);
267 String selection = SyncState.ACCOUNT_TYPE + "=? AND " + SyncState.ACCOUNT_NAME + "=?";
292 return resolver.delete(uri, SyncState.ACCOUNT_NAME + "=?",
301 Events.ACCOUNT_NAME,
517 values.put(Events.ACCOUNT_NAME, account)
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 286 RawContacts.ACCOUNT_NAME,
358 RawContacts.ACCOUNT_NAME,
519 RawContacts.ACCOUNT_NAME,
575 RawContacts.ACCOUNT_NAME,
644 Groups.ACCOUNT_NAME,
672 Groups.ACCOUNT_NAME,
711 Settings.ACCOUNT_NAME,
748 Directory.ACCOUNT_NAME,
758 values.put(RawContacts.ACCOUNT_NAME, "a");
    [all...]
  /frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java 146 public static final int ACCOUNT_NAME = 1;
384 partition.accountName = directoryCursor.getString(DirectoryListQuery.ACCOUNT_NAME);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 107 mValues.put(RawContacts.ACCOUNT_NAME, accountName);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncAdapter.java 116 mAccountNameColumn = c.getColumnIndexOrThrow(Calendars.ACCOUNT_NAME);
  /packages/apps/Contacts/src/com/android/contacts/group/
SuggestedMemberListAdapter.java 186 String accountClause = RawContacts.ACCOUNT_NAME + "=? AND " +
  /packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java 235 row1.put(Contacts.Entity.ACCOUNT_NAME, TEST_ACCOUNT);
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 127 Directory.ACCOUNT_NAME, // 1
135 public static final int ACCOUNT_NAME = 1;
576 params.accountName = directoryCursor.getString(DirectoryListQuery.ACCOUNT_NAME);
    [all...]

Completed in 1037 milliseconds

1 23 4 5