HomeSort by relevance Sort by last modified time
    Searched refs:TransactionService (Results 1 - 6 of 6) sorted by null

  /packages/apps/Mms/src/com/android/mms/transaction/
MmsMessageSender.java 93 mContext.startService(new Intent(mContext, TransactionService.class));
135 context.startService(new Intent(context, TransactionService.class));
TransactionService.java 59 * The TransactionService of the MMS Client is responsible for handling requests
65 * The TransactionService runs locally in the same process as the application.
85 public class TransactionService extends Service implements Observer {
86 private static final String TAG = "TransactionService";
90 * TransactionService when a Transaction is completed.
97 * TransactionService.
102 * Used as extra key in notification intents broadcasted by the TransactionService
110 * Used as extra key in notification intents broadcasted by the TransactionService
150 Toast.makeText(TransactionService.this, str,
159 Log.v(TAG, "Creating TransactionService");
    [all...]
MmsSystemEventReceiver.java 53 context.startService(new Intent(context, TransactionService.class));
RetryScheduler.java 289 Intent service = new Intent(TransactionService.ACTION_ONALARM,
290 null, context, TransactionService.class);
PushReceiver.java 53 * TransactionService by passing the push-data to it.
123 Intent svc = new Intent(mContext, TransactionService.class);
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 70 import com.android.mms.transaction.TransactionService;
218 Intent intent = new Intent(mContext, TransactionService.class);

Completed in 236 milliseconds