Searched refs:ACCOUNT_TYPE (Results 1 - 25 of 92) sorted by relevance

1234

/packages/apps/Contacts/src/com/android/contacts/
H A DGroupListLoader.java33 Groups.ACCOUNT_TYPE,
41 public final static int ACCOUNT_TYPE = 1; field in class:GroupListLoader
50 super(context, GROUP_LIST_URI, COLUMNS, Groups.ACCOUNT_TYPE + " NOT NULL AND "
53 Groups.ACCOUNT_TYPE + ", " + Groups.ACCOUNT_NAME + ", " + Groups.DATA_SET + ", " +
H A DGroupMetaDataLoader.java31 Groups.ACCOUNT_TYPE,
42 public final static int ACCOUNT_TYPE = 1; field in class:GroupMetaDataLoader
52 super(context, ensureIsGroupUri(groupUri), COLUMNS, Groups.ACCOUNT_TYPE + " NOT NULL AND "
H A DSplitAggregateView.java57 Data.MIMETYPE, RawContacts.ACCOUNT_TYPE, RawContacts.DATA_SET, Data.RAW_CONTACT_ID,
63 int ACCOUNT_TYPE = 1; field in interface:SplitAggregateView.SplitQuery
167 info.accountType = cursor.getString(SplitQuery.ACCOUNT_TYPE);
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/
H A DTestSyncAdapter.java57 values.put(RawContacts.ACCOUNT_TYPE, account.type);
59 RawContacts.ACCOUNT_NAME + " IS NULL AND " + RawContacts.ACCOUNT_TYPE + " IS NULL",
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DSelectAccountActivity.java36 public static final String ACCOUNT_TYPE = "account_type"; field in class:SelectAccountActivity
70 intent.putExtra(ACCOUNT_TYPE, account.type);
89 intent.putExtra(ACCOUNT_TYPE, account.type);
/packages/apps/Browser/tests/src/com/android/browser/tests/
H A DBP2ProviderTests.java39 BrowserContract.Bookmarks.ACCOUNT_TYPE,
73 values.put(BrowserContract.Bookmarks.ACCOUNT_TYPE, accountType);
100 values.remove(BrowserContract.Bookmarks.ACCOUNT_TYPE);
120 values.put(BrowserContract.Bookmarks.ACCOUNT_TYPE, accountType);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
H A DTestUtil.java50 .appendQueryParameter(ContactsContract.RawContacts.ACCOUNT_TYPE, account.type)
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSyncFragment.java58 + Calendars.ACCOUNT_TYPE + "=?";
70 Calendars.ACCOUNT_TYPE,
94 bundle.getString(Calendars.ACCOUNT_TYPE));
150 && bundle.containsKey(Calendars.ACCOUNT_TYPE)) {
152 bundle.getString(Calendars.ACCOUNT_TYPE));
H A DSelectSyncedCalendarsMultiAccountActivity.java45 Calendars.ACCOUNT_TYPE,
47 Calendars.ACCOUNT_TYPE + " || " + Calendars.ACCOUNT_NAME + " AS " +
H A DCalendarColorCache.java43 private static String[] PROJECTION = new String[] {Colors.ACCOUNT_NAME, Colors.ACCOUNT_TYPE };
/packages/apps/Browser/src/com/android/browser/
H A DAccountsChangedReceiver.java35 Accounts.ACCOUNT_TYPE,
39 + Accounts.ACCOUNT_TYPE + "=?";
/packages/apps/Contacts/src/com/android/contacts/util/
H A DAccountPromptUtils.java73 if (GoogleAccountType.ACCOUNT_TYPE.equals(authenticatorType.type)) {
99 AccountManager.get(activity).addAccount(GoogleAccountType.ACCOUNT_TYPE, null, null, options,
/packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/
H A DStreamItemPopulatorActivity.java174 RawContacts.ACCOUNT_TYPE,
177 RawContacts.CONTACT_ID + "=? AND " + RawContacts.ACCOUNT_TYPE + "=?",
178 new String[]{String.valueOf(mContactId), GoogleAccountType.ACCOUNT_TYPE}, null);
281 values.put(RawContacts.ACCOUNT_TYPE, accountType);
292 values.put(RawContacts.ACCOUNT_TYPE, accountType);
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DGoogleSource.java44 public static final String ACCOUNT_TYPE = "com.google"; field in class:GoogleSource
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/apps/Exchange/src/com/android/exchange/service/
H A DContactsSyncAdapterService.java104 .appendQueryParameter(RawContacts.ACCOUNT_TYPE, Eas.EXCHANGE_ACCOUNT_MANAGER_TYPE)
111 .appendQueryParameter(RawContacts.ACCOUNT_TYPE,
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DDirectoryTest.java56 values.putNull(Directory.ACCOUNT_TYPE);
72 values.putNull(Directory.ACCOUNT_TYPE);
H A DGroupsTest.java317 values.put(Settings.ACCOUNT_TYPE, sTestAccount.type);
326 + Settings.ACCOUNT_TYPE + "=?", new String[] {
373 values.put(Settings.ACCOUNT_TYPE, sTestAccount.type);
383 values.put(Settings.ACCOUNT_TYPE, sSecondAccount.type);
H A DContactLookupKeyTest.java99 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.ACCOUNT_TYPE, "foo");
104 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.ACCOUNT_TYPE, "bar");
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DAccountTypeWithDataSet.java59 final String BASE_SELECTION = RawContacts.ACCOUNT_TYPE + " = ?";
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java133 RawContacts.ACCOUNT_TYPE,
205 public static final int ACCOUNT_TYPE = 16; field in class:ContactLoader.ContactQuery
268 Directory.ACCOUNT_TYPE,
276 public static final int ACCOUNT_TYPE = 3; field in class:ContactLoader.DirectoryQuery
284 Groups.ACCOUNT_TYPE,
294 public static final int ACCOUNT_TYPE = 1; field in class:ContactLoader.GroupQuery
391 final String accountType = json.getString(RawContacts.ACCOUNT_TYPE);
646 cursorColumnToContentValues(cursor, cv, ContactQuery.ACCOUNT_TYPE);
736 final String accountType = cursor.getString(DirectoryQuery.ACCOUNT_TYPE);
775 "(" + Groups.ACCOUNT_NAME + "=? AND " + Groups.ACCOUNT_TYPE
[all...]
H A DRawContact.java214 return getValues().getAsString(RawContacts.ACCOUNT_TYPE);
288 values.putNull(RawContacts.ACCOUNT_TYPE);
296 values.put(RawContacts.ACCOUNT_TYPE, accountType);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactDirectoryManager.java83 Directory.ACCOUNT_TYPE,
92 public static final int ACCOUNT_TYPE = 1; field in class:ContactDirectoryManager.DirectoryQuery
254 + Directory.ACCOUNT_TYPE + "=?)";
428 info.accountType = cursor.getString(DirectoryQuery.ACCOUNT_TYPE);
497 values.put(Directory.ACCOUNT_TYPE, info.accountType);
511 + Directory.ACCOUNT_NAME + "=? AND " + Directory.ACCOUNT_TYPE + "=?",
/packages/apps/Browser/src/com/android/browser/provider/
H A DBrowserProvider2.java249 map.put(Accounts.ACCOUNT_TYPE, Accounts.ACCOUNT_TYPE);
267 map.put(Bookmarks.ACCOUNT_TYPE, Bookmarks.ACCOUNT_TYPE);
320 map.put(SyncState.ACCOUNT_TYPE, SyncState.ACCOUNT_TYPE);
414 Bookmarks.ACCOUNT_TYPE + " TEXT," +
594 + ", NULL AS " + Accounts.ACCOUNT_TYPE
597 + ", " + Accounts.ACCOUNT_TYPE + ", "
865 Bookmarks.ACCOUNT_TYPE
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarColorPickerDialog.java50 Calendars.ACCOUNT_TYPE,
63 static final String COLORS_WHERE = Colors.ACCOUNT_NAME + "=? AND " + Colors.ACCOUNT_TYPE +
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupBrowseListAdapter.java120 String accountType = mCursor.getString(GroupListLoader.ACCOUNT_TYPE);
133 String previousGroupAccountType = mCursor.getString(GroupListLoader.ACCOUNT_TYPE);

Completed in 1786 milliseconds

1234