Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastSettingsTest.java371 String topIntroRoamingText = "test"; in testTopIntroductionForRoamingSupport() local
372 doReturn(topIntroRoamingText).when(mContext.getResources()).getString( in testTopIntroductionForRoamingSupport()
381 assertEquals(topIntroRoamingText, topIntroPreference.getTitle().toString()); in testTopIntroductionForRoamingSupport()