Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastResourcesTest.java136 SmsCbMessage testSmsCbMessage = new SmsCbMessage(1, 2, 0, new SmsCbLocation(), in testGetDialogTitleResource() local
142 int result = getDialogTitleResource(mContext, testSmsCbMessage); in testGetDialogTitleResource()