Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastResourcesTest.java43 import com.android.cellbroadcastreceiver.CellBroadcastResources;
77 CharSequence details = CellBroadcastResources.getMessageDetails(mContext, true, in testGetMessageDetails()
89 CharSequence details = CellBroadcastResources.getMessageDetails(mContext, true, in testGetMessageDetailsCmasMessage()
240 CellBroadcastResources.getSmsSenderAddressResource(mContext, message)); in testGetSmsSenderAddressResource()
242 CellBroadcastResources.getSmsSenderAddressResourceEnglishString(mContext, in testGetSmsSenderAddressResource()
297 String strResult = CellBroadcastResources.overrideTranslation(mContext, in testOverrideTranslation()
305 CellBroadcastResources.overrideTranslation(mContext, in testOverrideTranslation()
365 Method method = CellBroadcastResources.class.getDeclaredMethod( in getCmasCategoryResId()
372 Method method = CellBroadcastResources.class.getDeclaredMethod( in getCmasResponseResId()
379 Method method = CellBroadcastResources.class.getDeclaredMethod( in getDialogTitleResource()
[all …]
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastContentProvider.java479 CellBroadcastResources.getDialogTitleResource(context, message))); in writeMessageToSmsInbox()
481 CellBroadcastResources.getSmsSenderAddressResourceEnglishString(context, message)); in writeMessageToSmsInbox()
483 CellBroadcastResources.getSmsSenderAddressResourceEnglishString(context, message))); in writeMessageToSmsInbox()
DCellBroadcastListItem.java79 CellBroadcastResources.getDialogTitleResource(mContext, message))); in bind()
DCellBroadcastResources.java40 public class CellBroadcastResources { class
42 private CellBroadcastResources() { in CellBroadcastResources() method in CellBroadcastResources
DCellBroadcastAlertDialog.java849 int titleId = CellBroadcastResources.getDialogTitleResource(context, message); in updateAlertText()
867 String title = CellBroadcastResources.overrideTranslation(context, titleId, res, in updateAlertText()
921 int resId = CellBroadcastResources.getDialogPictogramResource(context, message); in setPictogram()
DCellBroadcastAlertService.java817 int channelTitleId = CellBroadcastResources.getDialogTitleResource(context, message); in addToNotificationBar()
818 CharSequence channelName = CellBroadcastResources.overrideTranslation(context, in addToNotificationBar()
DCellBroadcastListActivity.java367 CharSequence details = CellBroadcastResources.getMessageDetails(getActivity(), in showBroadcastDetails()