HomeSort by relevance Sort by last modified time
    Searched refs:serverId (Results 1 - 18 of 18) sorted by null

  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
PingParser.java 30 * If there are folders with changes, add the serverId of those folders to the syncList array.
56 String serverId = getValue();
57 syncList.add(serverId);
58 mService.userLog("Changes found in: ", serverId);
FolderSyncParser.java 209 private Cursor getServerIdCursor(String serverId) {
210 mBindArguments[0] = serverId;
220 String serverId = getValue();
221 // Find the mailbox in this account with the given serverId
222 Cursor c = getServerIdCursor(serverId);
225 userLog("Deleting ", serverId);
302 for (String serverId: mSyncOptionsMap.keySet()) {
303 SyncOptions options = mSyncOptionsMap.get(serverId);
306 mBindArguments[0] = serverId;
318 String serverId = null
    [all...]
CalendarSyncAdapter.java 417 public void addEvent(CalendarOperations ops, String serverId, boolean update)
421 cv.put(Events._SYNC_ID, serverId);
448 Cursor c = getServerIdCursor(serverId);
472 userLog("Changing (delete/add) event ", serverId);
473 deleteOffset = ops.newDelete(id, serverId);
    [all...]
EmailSyncAdapter.java 191 final String serverId;
195 serverId = _serverId;
    [all...]
ContactsSyncAdapter.java 428 public void addData(String serverId, ContactOperations ops, Entity entity)
453 ops.newContact(serverId);
749 String serverId = null;
753 serverId = getValue();
756 addData(serverId, ops, null);
764 private Cursor getServerIdCursor(String serverId) {
765 mBindArgument[0] = serverId;
780 String serverId = getValue();
781 // Find the message in this mailbox with the given serverId
782 Cursor c = getServerIdCursor(serverId);
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSessionContextTest.java 73 byte[] serverId = (byte[]) serverIds.nextElement();
74 assertEquals(32, serverId.length);
75 assertTrue(Arrays.equals(clientId, serverId));
107 byte[] serverId = (byte[]) server.getIds().nextElement();
108 assertNotNull(server.getSession(serverId));
109 assertTrue(Arrays.equals(serverId, server.getSession(serverId).getId()));
  /packages/apps/Exchange/exchange2/src/com/android/exchange/provider/
MailboxUtilities.java 64 // An example of a mailbox with a null serverId would be an Outbox that we create locally
87 Log.w(Logging.LOG_TAG, "Mailbox with null serverId: " +
101 * @param serverId the server id of an individual mailbox
104 String serverId) {
107 new String[] {serverId}, null);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 237 * Updates contact's serverId
239 * @param serverId the serverId for this contact
243 public ContactOperations updateServerId(long serverId, Uri uri) {
245 mValues.put(RawContacts.SOURCE_ID, serverId);
ContactManager.java 138 // contains the correct serverId.
341 // If we have a serverId, then go ahead and create our status profile.
454 // If we need to update the serverId of the contact record, take
459 // the serverId.
468 final long serverId = rawContact.getServerContactId();
469 final long profileId = lookupProfile(resolver, serverId);
471 contactOp.addProfileAction(serverId);
516 long serverId = -1;
528 serverId = tempServerId;
555 workPhone, homePhone, email, null, false, rawContactId, serverId);
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasAccountService.java     [all...]
ExchangeService.java     [all...]
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java 117 private Mailbox setupBoxSync(int interval, int lookback, String serverId) {
123 if (serverId != null) {
124 box.mServerId = serverId;
126 box.mServerId = "serverId-" + mCreationTime + '-' + mServerIdCount++;
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java 117 private Mailbox setupBoxSync(int interval, int lookback, String serverId) {
123 if (serverId != null) {
124 box.mServerId = serverId;
126 box.mServerId = "serverId-" + mCreationTime + '-' + mServerIdCount++;
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
MailboxTests.java 500 private Mailbox buildTestMailbox(String serverId) {
501 return buildTestMailbox(serverId, null);
504 private Mailbox buildTestMailbox(String serverId, String name) {
508 testMailbox.mServerId = serverId;
565 Mailbox original = buildTestMailbox("serverId", "display name for mailbox");
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/provider/
MailboxUtilitiesTests.java 120 String serverId = mailbox.mServerId;
122 serverId);
540 // Initial configuration for this test: box1 has no serverId, box2 is a child of box1
557 // has no serverId (presumably, this case can't happen, because a child stores the parent's
558 // serverId, but it's nice to know it's handled properly). Box 1 should have no parent.
630 * accounts that happen to have the same serverId
655 // Note that the three serverId's are identical to those in acct1; we want to make sure
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
MailboxUtilitiesTests.java 120 String serverId = mailbox.mServerId;
122 serverId);
540 // Initial configuration for this test: box1 has no serverId, box2 is a child of box1
557 // has no serverId (presumably, this case can't happen, because a child stores the parent's
558 // serverId, but it's nice to know it's handled properly). Box 1 should have no parent.
630 * accounts that happen to have the same serverId
655 // Note that the three serverId's are identical to those in acct1; we want to make sure
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java     [all...]
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 286 milliseconds