Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/transaction/
DMessagingNotification.java303 MmsSmsDeliveryInfo delivery = getSmsNewDeliveryInfo(context); in blockingUpdateNewMessageIndicator()
353 private static final class MmsSmsDeliveryInfo { class in MessagingNotification
357 public MmsSmsDeliveryInfo(CharSequence ticker, long timeMillis) { in MmsSmsDeliveryInfo() method in MessagingNotification.MmsSmsDeliveryInfo
685 private static final MmsSmsDeliveryInfo getSmsNewDeliveryInfo(Context context) { in getSmsNewDeliveryInfo()
706 return new MmsSmsDeliveryInfo(context.getString(R.string.delivery_toast_body, name), in getSmsNewDeliveryInfo()