Lines Matching full:service
52 import com.android.emailcommon.service.EmailServiceConstants;
53 import com.android.emailcommon.service.EmailServiceProxy;
54 import com.android.emailcommon.service.EmailServiceStatus;
55 import com.android.emailcommon.service.PolicyServiceProxy;
176 // Whether or not the sync service is valid (usable)
343 void setupProtocolVersion(EasSyncService service, Header versionHeader)
373 service.mProtocolVersion = ourVersion;
374 service.mProtocolVersionDouble = Eas.getProtocolVersionDouble(ourVersion);
375 Account account = service.mAccount;
379 if (service.mProtocolVersionDouble >= 12.0 &&
386 account.update(service.mContext, cv);
398 * @return the service, or null if the account is on hold or hasn't been initialized
948 * TODO: make watchdog actually work (it doesn't understand our service w/Mailbox == 0)
1065 * wrapper for the MoveItems service call
1140 * wrapper for the meetingResponse service call
1250 // when establishing connections for this service.