OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EasService
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Exchange/src/com/android/exchange/service/
EasService.java
53
public class
EasService
extends Service {
82
final EasLoadAttachment operation = new EasLoadAttachment(
EasService
.this, accountId,
89
final EasFolderSync operation = new EasFolderSync(
EasService
.this, accountId);
100
final Account account = Account.restoreAccountWithId(
EasService
.this, accountId);
110
final EasFolderSync operation = new EasFolderSync(
EasService
.this, hostAuth);
118
final EasSearch operation = new EasSearch(
EasService
.this, accountId, searchParams,
161
final Cursor c =
EasService
.this.getContentResolver().query(Account.CONTENT_URI,
168
if (
EasService
.this.pingNeededForAccount(account)) {
170
EasService
.this.mSynchronizer.pushModify(account);
184
EasService
.this.mSynchronizer.stopServiceIfIdle()
[
all
...]
EmailSyncAdapterService.java
95
* Temporary while converting to
EasService
. Do not check in set to true.
96
* When true, delegates various operations to {@link
EasService
}, for use while developing the
390
LogUtils.e(TAG, re, "While asking
EasService
to handle validate");
411
LogUtils.e(TAG, re, "While asking
EasService
to updateFolderList");
488
LogUtils.e(TAG, re, "While asking
EasService
to handle pushModify");
563
// TODO: This block is temporary to support the transition to
EasService
.
575
bindService(new Intent(this,
EasService
.class), mConnection, Context.BIND_AUTO_CREATE);
589
// TODO: This block is temporary to support the transition to
EasService
.
[
all
...]
/packages/apps/Exchange/src/com/android/exchange/eas/
EasFolderSync.java
32
import com.android.exchange.service.
EasService
;
68
* Constructor for use with {@link
EasService
} when performing an actual sync.
120
* TODO: Remove this function when transition to
EasService
is complete.
130
// to
EasService
and will go away when this function is deleted.
176
* TODO: Remove this function when transition to
EasService
is complete.
EasLoadAttachment.java
32
import com.android.exchange.service.
EasService
;
70
* Constructor for use with {@link
EasService
} when performing an actual sync.
309
// that will be deprecated when we move over to
EasService
. When we start using
Completed in 493 milliseconds