Searched refs:EVENT_NEW_INTENT (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/transaction/
H A DTransactionService.java130 private static final int EVENT_NEW_INTENT = 5; field in class:TransactionService
195 Message msg = mServiceHandler.obtainMessage(EVENT_NEW_INTENT);
587 } else if (msg.what == EVENT_NEW_INTENT) {
588 return "EVENT_NEW_INTENT";
620 case EVENT_NEW_INTENT:

Completed in 33 milliseconds