OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OmtpVvmSyncService
(Results
1 - 3
of
3
) sorted by null
/packages/services/Telephony/src/com/android/phone/vvm/omtp/
VvmPhoneStateListener.java
29
import com.android.phone.vvm.omtp.sync.
OmtpVvmSyncService
;
80
Intent serviceIntent =
OmtpVvmSyncService
.getSyncIntent(
81
mContext,
OmtpVvmSyncService
.SYNC_FULL_SYNC, mPhoneAccount,
97
mContext.stopService(
OmtpVvmSyncService
.getSyncIntent(
98
mContext,
OmtpVvmSyncService
.SYNC_FULL_SYNC, mPhoneAccount,
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
OmtpVvmSourceManager.java
114
OmtpVvmSyncService
.cancelAllRetries(mContext, phoneAccount);
OmtpVvmSyncService.java
49
public class
OmtpVvmSyncService
extends IntentService {
51
private static final String TAG =
OmtpVvmSyncService
.class.getSimpleName();
93
public
OmtpVvmSyncService
() {
94
super("
OmtpVvmSyncService
");
118
Intent serviceIntent = new Intent(context,
OmtpVvmSyncService
.class);
427
Intent serviceIntent = new Intent(this,
OmtpVvmSyncService
.class);
429
serviceIntent.putExtra(
OmtpVvmSyncService
.EXTRA_PHONE_ACCOUNT, phoneAccount);
Completed in 683 milliseconds