OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSyncIntent
(Results
1 - 5
of
5
) sorted by null
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
OmtpVvmSyncReceiver.java
34
.
getSyncIntent
(context, OmtpVvmSyncService.SYNC_FULL_SYNC, null, true);
VoicemailProviderChangeReceiver.java
33
Intent serviceIntent = OmtpVvmSyncService.
getSyncIntent
(
OmtpVvmSyncService.java
97
public static Intent
getSyncIntent
(Context context, String action,
99
return
getSyncIntent
(context, action, phoneAccount, null, firstAttempt);
102
public static Intent
getSyncIntent
(Context context, String action,
138
cancelRetriesForIntent(context,
getSyncIntent
(context, SYNC_FULL_SYNC, phoneAccount,
/packages/services/Telephony/src/com/android/phone/vvm/omtp/
VvmPhoneStateListener.java
80
Intent serviceIntent = OmtpVvmSyncService.
getSyncIntent
(
97
mContext.stopService(OmtpVvmSyncService.
getSyncIntent
(
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/
OmtpMessageReceiver.java
133
serviceIntent = OmtpVvmSyncService.
getSyncIntent
(mContext,
139
serviceIntent = OmtpVvmSyncService.
getSyncIntent
(
175
Intent serviceIntent = OmtpVvmSyncService.
getSyncIntent
(
Completed in 116 milliseconds