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

1 2

  /packages/apps/Contacts/src/com/android/contacts/
GroupListLoader.java 32 Groups.ACCOUNT_NAME,
40 public final static int ACCOUNT_NAME = 0;
51 + Groups.ACCOUNT_NAME + " NOT NULL AND " + Groups.AUTO_ADD + "=0 AND " +
53 Groups.ACCOUNT_TYPE + ", " + Groups.ACCOUNT_NAME + ", " + Groups.DATA_SET + ", " +
GroupMetaDataLoader.java 30 Groups.ACCOUNT_NAME,
41 public final static int ACCOUNT_NAME = 0;
53 + Groups.ACCOUNT_NAME + " NOT NULL", null, null);
ContactLoader.java 557 RawContacts.ACCOUNT_NAME,
629 public final static int ACCOUNT_NAME = 15;
694 Directory.ACCOUNT_NAME,
702 public final static int ACCOUNT_NAME = 4;
708 Groups.ACCOUNT_NAME,
718 public final static int ACCOUNT_NAME = 0;
    [all...]
  /cts/tests/src/android/content/cts/
MockAccountAuthenticator.java 30 public static final String ACCOUNT_NAME = "android.content.cts.account.name";
42 result.putString(AccountManager.KEY_ACCOUNT_NAME, ACCOUNT_NAME);
  /packages/apps/Contacts/src/com/android/contacts/vcard/
SelectAccountActivity.java 35 public static final String ACCOUNT_NAME = "account_name";
69 intent.putExtra(ACCOUNT_NAME, account.name);
88 intent.putExtra(ACCOUNT_NAME, account.name);
  /frameworks/base/core/java/android/provider/
SyncStateContract.java 39 public static final String ACCOUNT_NAME = "account_name";
61 Columns.ACCOUNT_NAME + "=? AND " + Columns.ACCOUNT_TYPE + "=?";
107 values.put(Columns.ACCOUNT_NAME, account.name);
116 values.put(Columns.ACCOUNT_NAME, account.name);
164 .withValue(Columns.ACCOUNT_NAME, account.name)
BrowserContract.java 118 public static final String ACCOUNT_NAME = "account_name";
122 * {@link #ACCOUNT_NAME} identifies a specific account.
418 public static final String ACCOUNT_NAME = "account_name";
422 * {@link #ACCOUNT_NAME} identifies a specific account.
CalendarContract.java 176 * {@link Calendars#ACCOUNT_NAME} and {@link Calendars#ACCOUNT_TYPE} as
283 public static final String ACCOUNT_NAME = "account_name";
516 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, ACCOUNT_NAME);
576 * {@link #ACCOUNT_NAME} and {@link #ACCOUNT_TYPE} must be set in the Uri
591 * <li>{@link #ACCOUNT_NAME}</li>
614 * without the id. In general, the {@link #ACCOUNT_NAME} and
638 * <li>{@link #ACCOUNT_NAME}</li>
700 * {@link #ACCOUNT_NAME}, and {@link #ACCOUNT_TYPE} in the Uri's query
706 ACCOUNT_NAME,
    [all...]
ContactsContract.java 339 * replaced using the corresponding {@link #ACCOUNT_TYPE} and {@link #ACCOUNT_NAME} values.</li>
398 * the provider must have a unique combination for the {@link #ACCOUNT_NAME} and
522 public static final String ACCOUNT_NAME = "accountName";
540 * {@link #ACCOUNT_TYPE}/{@link #ACCOUNT_NAME}.
769 public static final String ACCOUNT_NAME = "account_name";
773 * {@link #ACCOUNT_NAME} identifies a specific account.
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_StatusUpdatesTest.java 37 private static final String ACCOUNT_NAME = "ContactsContract_StatusUpdatesTest";
51 .withValue(RawContacts.ACCOUNT_NAME, ACCOUNT_NAME)
ContactsContract_StreamItemsTest.java 37 private static final String ACCOUNT_NAME = "ContactsContract_StreamItemsTest";
75 values.put(RawContacts.ACCOUNT_NAME, ACCOUNT_NAME);
88 values.put(RawContacts.ACCOUNT_NAME, ACCOUNT_NAME);
100 values.put(RawContacts.ACCOUNT_NAME, ACCOUNT_NAME);
117 .withValue(RawContacts.ACCOUNT_NAME, ACCOUNT_NAME)
123 .withValue(RawContacts.ACCOUNT_NAME, ACCOUNT_NAME
    [all...]
  /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/
AggregationSuggestionEngine.java 281 RawContacts.ACCOUNT_NAME,
296 public static final int ACCOUNT_NAME = 11;
395 rawContact.accountName = mDataCursor.getString(DataQuery.ACCOUNT_NAME);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 82 Directory.ACCOUNT_NAME,
91 public static final int ACCOUNT_NAME = 0;
253 + Directory.ACCOUNT_NAME + "=? AND "
427 info.accountName = cursor.getString(DirectoryQuery.ACCOUNT_NAME);
496 values.put(Directory.ACCOUNT_NAME, info.accountName);
511 + Directory.ACCOUNT_NAME + "=? AND " + Directory.ACCOUNT_TYPE + "=?",
LegacyApiSupport.java     [all...]
ContactsDatabaseHelper.java 307 AccountsColumns.ACCOUNT_NAME + " IS NULL AND " +
410 String CONCRETE_ACCOUNT_NAME = Views.RAW_CONTACTS + "." + RawContacts.ACCOUNT_NAME;
468 String CONCRETE_ACCOUNT_NAME = Views.GROUPS + "." + Groups.ACCOUNT_NAME;
536 + Settings.ACCOUNT_NAME;
627 String ACCOUNT_NAME = RawContacts.ACCOUNT_NAME;
631 String CONCRETE_ACCOUNT_NAME = Tables.ACCOUNTS + "." + ACCOUNT_NAME;
    [all...]
ContactsProvider2.java 436 public static final int ACCOUNT_NAME = 2;
456 int ACCOUNT_NAME = 3;
540 RawContacts.ACCOUNT_NAME,
594 .add(RawContacts.ACCOUNT_NAME)
    [all...]
  /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/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);
  /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,
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 127 Directory.ACCOUNT_NAME, // 1
135 public static final int ACCOUNT_NAME = 1;
557 params.accountName = directoryCursor.getString(DirectoryListQuery.ACCOUNT_NAME);
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 260 cv.put(Groups.ACCOUNT_NAME, mAccount.mEmailAddress);
329 public static final String ACCOUNT_NAME = "data8";
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 1849 milliseconds

1 2