Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastContentProvider.java481 CellBroadcastResources.getSmsSenderAddressResourceEnglishString(context, message)); in writeMessageToSmsInbox()
483 CellBroadcastResources.getSmsSenderAddressResourceEnglishString(context, message))); in writeMessageToSmsInbox()
DCellBroadcastResources.java293 public static String getSmsSenderAddressResourceEnglishString(@NonNull Context context, in getSmsSenderAddressResourceEnglishString() method in CellBroadcastResources
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastResourcesTest.java242 CellBroadcastResources.getSmsSenderAddressResourceEnglishString(mContext, in testGetSmsSenderAddressResource()