Home
last modified time | relevance | path

Searched refs:getSyncIntent (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/
DOmtpMessageReceiver.java133 serviceIntent = OmtpVvmSyncService.getSyncIntent(mContext, in processSync()
139 serviceIntent = OmtpVvmSyncService.getSyncIntent( in processSync()
175 Intent serviceIntent = OmtpVvmSyncService.getSyncIntent( in updateSource()
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
DOmtpVvmSyncService.java97 public static Intent getSyncIntent(Context context, String action, in getSyncIntent() method in OmtpVvmSyncService
99 return getSyncIntent(context, action, phoneAccount, null, firstAttempt); in getSyncIntent()
102 public static Intent getSyncIntent(Context context, String action, in getSyncIntent() method in OmtpVvmSyncService
138 cancelRetriesForIntent(context, getSyncIntent(context, SYNC_FULL_SYNC, phoneAccount, in cancelAllRetries()
DVoicemailProviderChangeReceiver.java33 Intent serviceIntent = OmtpVvmSyncService.getSyncIntent( in onReceive()
DOmtpVvmSyncReceiver.java34 .getSyncIntent(context, OmtpVvmSyncService.SYNC_FULL_SYNC, null, true); in onReceive()
/packages/services/Telephony/src/com/android/phone/vvm/omtp/
DVvmPhoneStateListener.java80 Intent serviceIntent = OmtpVvmSyncService.getSyncIntent( in onServiceStateChanged()
97 mContext.stopService(OmtpVvmSyncService.getSyncIntent( in onServiceStateChanged()