Searched refs:expectedResources (Results 1 – 1 of 1) sorted by relevance
154 final int[] expectedResources = { in testGetDialogTitleResource() local183 assertEquals(expectedResources[i], getDialogTitleResource(mContext, message)); in testGetDialogTitleResource()213 final int[] expectedResources = { in testGetSmsSenderAddressResource() local228 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() local260 assertEquals(expectedResources[i], getDialogPictogramResource(mContext, message)); in testGetDialogPictogramResource()[all …]