HomeSort by relevance Sort by last modified time
    Searched defs:getSyncIntent (Results 1 - 2 of 2) sorted by null

  /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/sync/
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,

Completed in 873 milliseconds