OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:serverId
(Results
1 - 9
of
9
) sorted by null
/packages/apps/Exchange/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
);
EmailSyncAdapter.java
188
final String
serverId
;
192
serverId
= _serverId;
[
all
...]
FolderSyncParser.java
207
private Cursor getServerIdCursor(String
serverId
) {
208
mBindArguments[0] =
serverId
;
218
String
serverId
= getValue();
219
// Find the mailbox in this account with the given
serverId
220
Cursor c = getServerIdCursor(
serverId
);
223
userLog("Deleting ",
serverId
);
300
for (String
serverId
: mSyncOptionsMap.keySet()) {
301
SyncOptions options = mSyncOptionsMap.get(
serverId
);
304
mBindArguments[0] =
serverId
;
316
String
serverId
= null
[
all
...]
CalendarSyncAdapter.java
399
public void addEvent(CalendarOperations ops, String
serverId
, boolean update)
403
cv.put(Events._SYNC_ID,
serverId
);
430
Cursor c = getServerIdCursor(
serverId
);
457
userLog("Changing (delete/add) event ",
serverId
);
458
deleteOffset = ops.newDelete(id,
serverId
);
[
all
...]
ContactsSyncAdapter.java
353
public void addData(String
serverId
, ContactOperations ops, Entity entity)
379
ops.newContact(
serverId
);
683
String
serverId
= null;
687
serverId
= getValue();
690
addData(
serverId
, ops, null);
698
private Cursor getServerIdCursor(String
serverId
) {
699
mBindArgument[0] =
serverId
;
714
String
serverId
= getValue();
715
// Find the message in this mailbox with the given
serverId
716
Cursor c = getServerIdCursor(
serverId
);
[
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
...]
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java
129
// contains the correct
serverId
.
295
// If we have a
serverId
, then go ahead and create our status profile.
408
// If we need to update the
serverId
of the contact record, take
413
// the
serverId
.
422
final long
serverId
= rawContact.getServerContactId();
423
final long profileId = lookupProfile(resolver,
serverId
);
425
contactOp.addProfileAction(
serverId
);
470
long
serverId
= -1;
482
serverId
= tempServerId;
509
workPhone, homePhone, email, null, false, rawContactId,
serverId
);
[
all
...]
/packages/apps/Exchange/src/com/android/exchange/
ExchangeService.java
[
all
...]
/prebuilt/common/osgi/
osgi.jar
Completed in 3638 milliseconds