Searched refs:account (Results 151 - 158 of 158) sorted by relevance

1234567

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactReadOnlyEditorView.java76 void onExternalEditorRequest(AccountWithDataSet account, Uri uri); argument
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDatabaseHelper.java2788 final Account account = new Account(accountName, accountType);
2790 scheduleSync(account, false /* two-way sync */, calendarUrl);
2950 * Schedule a calendar sync for the account.
2951 * @param account the account for which to schedule a sync
2958 void scheduleSync(Account account, boolean uploadChangesOnly, String url) { argument
2967 ContentResolver.requestSync(account, CalendarContract.Calendars.CONTENT_URI.getAuthority(),
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailFragment.java732 // If the account type exists in the hash map, add it as another entry for
733 // that account type
870 // Add the "More networks" button, which opens the invitable account type list popup.
878 * account types.
895 popupAdapter.getItem(position) /* account type */,
1767 public void onAccountChosen(AccountWithDataSet account, Bundle extraArgs) { argument
1768 createCopy(account);
1771 private void createCopy(AccountWithDataSet account) { argument
1773 mListener.onCreateRawContactRequested(mContactData.getContentValues(), account);
1957 // Offline or non-writeable account
2129 onCreateRawContactRequested(ArrayList<ContentValues> values, AccountWithDataSet account) argument
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java128 public String blockingGetAuthToken(Account account, String authTokenType, argument
H A DContactsProvider2Test.java1248 * Tests if ContactsProvider2 has email address associated with a primary account before the
2007 Account account = new Account("a", "b");
2009 Uri profileUri = maybeAddAccountQueryParameters(Profile.CONTENT_RAW_CONTACTS_URI, account)
3395 fail("Stream insertion was allowed in another account's raw contact.");
3397 // Trying to insert stream items into account one's raw contact is forbidden.
3579 fail("Should not be able to update stream items inserted by another account");
3581 // Can't update the stream items from another account.
3660 fail("Should not be able to update stream item photos inserted by another account");
3662 // Can't update a stream item photo inserted by another account.
3716 fail("Should not be able to delete stream item inserted by another account");
6106 queryGroupMemberships(Account account) argument
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DTab.java904 String account, String args) {
906 .handleLogin(realm, account, args);
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DCalendarSyncAdapter.java198 // Delete the calendar associated with this account
227 public static Uri asSyncAdapter(Uri uri, String account, String accountType) { argument
229 .appendQueryParameter(Calendars.ACCOUNT_NAME, account)
/packages/providers/ContactsProvider/tests/assets/test1/
H A Dlegacy_contacts.sql56 INSERT INTO people VALUES(3,'android.contacts.test.eclair@gmail.com','5c9ae978b346ac9',1249441067558000,1249441067558000,NULL,1,1,'John Doe','This is a test account for Eclair Android Contacts',0,NULL,1,8,1,13,NULL,'content://media/internal/audio/media/80',1,NULL);

Completed in 762 milliseconds

1234567