Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/
DRegulatoryInfoDisplayActivityTest.java36 private RegulatoryInfoDisplayActivity mRegulatoryInfoDisplayActivity; field in RegulatoryInfoDisplayActivityTest
40 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()