Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastResourcesTest.java154 final int[] expectedResources = { in testGetDialogTitleResource() local
183 assertEquals(expectedResources[i], getDialogTitleResource(mContext, message)); in testGetDialogTitleResource()
213 final int[] expectedResources = { in testGetSmsSenderAddressResource() local
228 doReturn(expectedStrings[0]).when(mResources).getText(eq(expectedResources[0])); in testGetSmsSenderAddressResource()
229 doReturn(expectedStrings[1]).when(mResources).getText(eq(expectedResources[1])); in testGetSmsSenderAddressResource()
230 doReturn(expectedStrings[2]).when(mResources).getText(eq(expectedResources[2])); in testGetSmsSenderAddressResource()
231 doReturn(expectedStrings[3]).when(mResources).getText(eq(expectedResources[3])); in testGetSmsSenderAddressResource()
239 assertEquals(expectedResources[i], in testGetSmsSenderAddressResource()
249 final int[] expectedResources = {R.drawable.pict_icon_earthquake, in testGetDialogPictogramResource() local
260 assertEquals(expectedResources[i], getDialogPictogramResource(mContext, message)); in testGetDialogPictogramResource()
[all …]