Searched refs:ACCOUNT_NAME (Results 1 - 25 of 68) sorted by relevance

123

/packages/apps/Contacts/src/com/android/contacts/
H A DGroupListLoader.java32 Groups.ACCOUNT_NAME,
40 public final static int ACCOUNT_NAME = 0; field in class:GroupListLoader
51 + Groups.ACCOUNT_NAME + " NOT NULL AND " + Groups.AUTO_ADD + "=0 AND " +
53 Groups.ACCOUNT_TYPE + ", " + Groups.ACCOUNT_NAME + ", " + Groups.DATA_SET + ", " +
H A DGroupMetaDataLoader.java30 Groups.ACCOUNT_NAME,
41 public final static int ACCOUNT_NAME = 0; field in class:GroupMetaDataLoader
53 + Groups.ACCOUNT_NAME + " NOT NULL", null, null);
H A DContactLoader.java508 RawContacts.ACCOUNT_NAME,
580 public final static int ACCOUNT_NAME = 15; field in class:ContactLoader.ContactQuery
645 Directory.ACCOUNT_NAME,
653 public final static int ACCOUNT_NAME = 4; field in class:ContactLoader.DirectoryQuery
659 Groups.ACCOUNT_NAME,
669 public final static int ACCOUNT_NAME = 0; field in class:ContactLoader.GroupQuery
885 cursorColumnToContentValues(cursor, cv, ContactQuery.ACCOUNT_NAME);
977 final String accountName = cursor.getString(DirectoryQuery.ACCOUNT_NAME);
1008 String accountName = values.getAsString(RawContacts.ACCOUNT_NAME);
1016 "(" + Groups.ACCOUNT_NAME
[all...]
/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
H A DTestSyncAdapter.java56 values.put(RawContacts.ACCOUNT_NAME, account.name);
59 RawContacts.ACCOUNT_NAME + " IS NULL AND " + RawContacts.ACCOUNT_TYPE + " IS NULL",
/packages/apps/Browser/src/com/android/browser/
H A DAccountsChangedReceiver.java34 Accounts.ACCOUNT_NAME,
37 private static final String SELECTION = Accounts.ACCOUNT_NAME + " IS NOT NULL";
38 private static final String DELETE_SELECTION = Accounts.ACCOUNT_NAME + "=? AND "
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DSelectAccountActivity.java35 public static final String ACCOUNT_NAME = "account_name"; field in class:SelectAccountActivity
69 intent.putExtra(ACCOUNT_NAME, account.name);
88 intent.putExtra(ACCOUNT_NAME, account.name);
/packages/apps/Browser/tests/src/com/android/browser/tests/
H A DBP2ProviderTests.java38 BrowserContract.Bookmarks.ACCOUNT_NAME,
72 values.put(BrowserContract.Bookmarks.ACCOUNT_NAME, accountName);
99 values.remove(BrowserContract.Bookmarks.ACCOUNT_NAME);
119 values.put(BrowserContract.Bookmarks.ACCOUNT_NAME, accountName);
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSyncFragment.java53 private static final String SELECTION = Calendars.ACCOUNT_NAME + "=? AND "
65 "(" + Calendars.ACCOUNT_NAME + "=" + Calendars.OWNER_ACCOUNT + ") AS " + IS_PRIMARY, };
77 mAccount = new Account(bundle.getString(Calendars.ACCOUNT_NAME),
128 if (bundle != null && bundle.containsKey(Calendars.ACCOUNT_NAME)
130 mAccount = new Account(bundle.getString(Calendars.ACCOUNT_NAME),
H A DSelectSyncedCalendarsMultiAccountActivity.java46 Calendars.ACCOUNT_NAME,
47 Calendars.ACCOUNT_TYPE + " || " + Calendars.ACCOUNT_NAME + " AS " +
61 Calendars.ACCOUNT_NAME /*sort order*/);
H A DSelectVisibleCalendarsFragment.java51 Calendars.ACCOUNT_NAME,
57 "(" + Calendars.ACCOUNT_NAME + "=" + Calendars.OWNER_ACCOUNT + ") AS " + IS_PRIMARY,
145 SELECTION_ARGS, Calendars.ACCOUNT_NAME);
169 SELECTION_ARGS, Calendars.ACCOUNT_NAME);
H A DSelectSyncedCalendarsMultiAccountAdapter.java55 private static final String ACCOUNT_SELECTION = Calendars.ACCOUNT_NAME + "=?"
101 Calendars.ACCOUNT_NAME,
107 "(" + Calendars.ACCOUNT_NAME + "=" + Calendars.OWNER_ACCOUNT + ") AS " + IS_PRIMARY,
319 int accountColumn = cursor.getColumnIndexOrThrow(Calendars.ACCOUNT_NAME);
329 int accountColumn = groupCursor.getColumnIndexOrThrow(Calendars.ACCOUNT_NAME);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForGroupMembership.java49 RawContacts.ACCOUNT_NAME,
55 int ACCOUNT_NAME = 2; field in interface:DataRowHandlerForGroupMembership.RawContactsQuery
198 String accountName = c.getString(RawContactsQuery.ACCOUNT_NAME);
266 groupValues.put(Groups.ACCOUNT_NAME, accountWithDataSet.getAccountName());
270 long groupId = db.insert(Tables.GROUPS, Groups.ACCOUNT_NAME, groupValues);
H A DContactDirectoryManager.java83 Directory.ACCOUNT_NAME,
92 public static final int ACCOUNT_NAME = 0; field in class:ContactDirectoryManager.DirectoryQuery
254 + Directory.ACCOUNT_NAME + "=? AND "
408 info.accountName = cursor.getString(DirectoryQuery.ACCOUNT_NAME);
477 values.put(Directory.ACCOUNT_NAME, info.accountName);
492 + Directory.ACCOUNT_NAME + "=? AND " + Directory.ACCOUNT_TYPE + "=?",
H A DLegacyContactImporter.java262 Groups.ACCOUNT_NAME + "," +
273 int ACCOUNT_NAME = 7; field in interface:LegacyContactImporter.GroupsInsert
304 bindString(insert, GroupsInsert.ACCOUNT_NAME, account);
308 insert.bindNull(GroupsInsert.ACCOUNT_NAME);
402 RawContacts.ACCOUNT_NAME + "," +
418 int ACCOUNT_NAME = 11; field in interface:LegacyContactImporter.RawContactsInsert
560 bindString(insert, RawContactsInsert.ACCOUNT_NAME, account);
564 insert.bindNull(RawContactsInsert.ACCOUNT_NAME);
1147 values.put(Groups.ACCOUNT_NAME, account);
1242 RawContacts.ACCOUNT_NAME
1250 int ACCOUNT_NAME = 1; field in interface:LegacyContactImporter.DeletedRawContactInsert
[all...]
H A DLegacyApiSupport.java566 RawContacts.ACCOUNT_NAME + ", " +
609 RawContacts.ACCOUNT_NAME + ", " +
683 RawContacts.ACCOUNT_NAME + ", " +
698 Groups.ACCOUNT_NAME + ", " +
712 Tables.RAW_CONTACTS + "." + RawContacts.ACCOUNT_NAME
713 + " AS " + RawContacts.ACCOUNT_NAME + ", " +
745 RawContacts.ACCOUNT_NAME + ", " +
921 mValues.put(Groups.ACCOUNT_NAME, mAccount.name);
1269 selection = Settings.ACCOUNT_NAME + "=?"
1274 selection = Settings.ACCOUNT_NAME
1323 int ACCOUNT_NAME = 0; field in interface:LegacyApiSupport.SettingsMatchQuery
[all...]
/packages/apps/Exchange/src/com/android/exchange/
H A DContactsSyncAdapterService.java110 .appendQueryParameter(RawContacts.ACCOUNT_NAME, account.name)
117 .appendQueryParameter(RawContacts.ACCOUNT_NAME, account.name)
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DDirectoryTest.java53 values.putNull(Directory.ACCOUNT_NAME);
69 values.putNull(Directory.ACCOUNT_NAME);
H A DGroupsTest.java322 values.put(Settings.ACCOUNT_NAME, sTestAccount.name);
331 mResolver.update(Settings.CONTENT_URI, values, Settings.ACCOUNT_NAME + "=? AND "
378 values.put(Settings.ACCOUNT_NAME, sTestAccount.name);
388 values.put(Settings.ACCOUNT_NAME, sSecondAccount.name);
H A DContactLookupKeyTest.java99 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.ACCOUNT_NAME, "FOO");
104 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.ACCOUNT_NAME, "BAR");
/packages/apps/Browser/src/com/android/browser/provider/
H A DBrowserProvider2.java119 Accounts.ACCOUNT_NAME + " IS NOT NULL DESC, "
120 + Accounts.ACCOUNT_NAME + " ASC";
251 map.put(Accounts.ACCOUNT_NAME, Accounts.ACCOUNT_NAME);
267 map.put(Bookmarks.ACCOUNT_NAME, Bookmarks.ACCOUNT_NAME);
309 map.put(SyncState.ACCOUNT_NAME, SyncState.ACCOUNT_NAME);
402 Bookmarks.ACCOUNT_NAME + " TEXT," +
582 + "SELECT NULL AS " + Accounts.ACCOUNT_NAME
[all...]
/packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/
H A DStreamItemPopulatorActivity.java175 RawContacts.ACCOUNT_NAME
282 values.put(RawContacts.ACCOUNT_NAME, accountName);
293 values.put(RawContacts.ACCOUNT_NAME, accountName);
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DGoogleSource.java164 final String accountName = stateValues.getAsString(RawContacts.ACCOUNT_NAME);
186 Groups.ACCOUNT_NAME + " =? AND " + Groups.ACCOUNT_TYPE + " =?",
217 newGroup.put(Groups.ACCOUNT_NAME, accountName);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactEditorView.java181 String accountName = values.getAsString(RawContacts.ACCOUNT_NAME);
192 String accountName = values.getAsString(RawContacts.ACCOUNT_NAME);
365 String accountName = mState.getValues().getAsString(RawContacts.ACCOUNT_NAME);
369 String name = mGroupMetaData.getString(GroupMetaDataLoader.ACCOUNT_NAME);
/packages/apps/Contacts/src/com/android/contacts/util/
H A DStreamItemEntry.java77 mAccountName = getString(cursor, StreamItems.ACCOUNT_NAME);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupBrowseListAdapter.java120 String accountName = mCursor.getString(GroupListLoader.ACCOUNT_NAME);
133 String previousGroupAccountName = mCursor.getString(GroupListLoader.ACCOUNT_NAME);

Completed in 409 milliseconds

123