Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/unit/src/com/android/settings/vpn2/
DVpnInfoPreferenceTest.java56 final int helpUrlId = ResourcesUtils.getResourcesId( in setUp() local
58 when(mResources.getString(helpUrlId)).thenReturn("https://www.google.com/"); in setUp()
89 final int helpUrlId = ResourcesUtils.getResourcesId( in onBindViewHolder_emptyUrl_iconInvisible() local
91 when(mResources.getString(helpUrlId)).thenReturn(""); in onBindViewHolder_emptyUrl_iconInvisible()