Searched refs:mRegulatoryInfoDisplayActivity (Results 1 – 1 of 1) sorted by relevance
36 private RegulatoryInfoDisplayActivity mRegulatoryInfoDisplayActivity; field in RegulatoryInfoDisplayActivityTest40 mRegulatoryInfoDisplayActivity = Robolectric.buildActivity( in setUp()49 assertThat(mRegulatoryInfoDisplayActivity.getResourceId()).isEqualTo(expectedResId); in getResourceId_noSkuProperty_shouldReturnDefaultLabel()58 assertThat(mRegulatoryInfoDisplayActivity.getResourceId()).isEqualTo(expectedResId); in getResourceId_noCooProperty_shouldReturnSkuLabel()67 assertThat(mRegulatoryInfoDisplayActivity.getResourceId()).isEqualTo(expectedResId); in getResourceId_hasSkuAndCooProperties_shouldReturnCooLabel()76 assertThat(mRegulatoryInfoDisplayActivity.getResourceId()).isEqualTo(expectedResId); in getResourceId_noCorrespondingCooLabel_shouldReturnSkuLabel()80 return mRegulatoryInfoDisplayActivity.getResources().getIdentifier(resourceName, "drawable", in getResourceId()81 mRegulatoryInfoDisplayActivity.getPackageName()); in getResourceId()