Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringConfigurationTest.java93 @Mock private Resources mResourcesForSubId; field in TetheringConfigurationTest
109 return mResourcesForSubId; in getResourcesForSubIdWrapper()
461 when(mResourcesForSubId.getStringArray( in setUpResourceForSubId()
463 when(mResourcesForSubId.getStringArray( in setUpResourceForSubId()
465 when(mResourcesForSubId.getStringArray( in setUpResourceForSubId()
467 when(mResourcesForSubId.getStringArray( in setUpResourceForSubId()
469 when(mResourcesForSubId.getIntArray(R.array.config_tether_upstream_types)).thenReturn( in setUpResourceForSubId()
471 when(mResourcesForSubId.getStringArray( in setUpResourceForSubId()
473 when(mResourcesForSubId.getString(R.string.config_mobile_hotspot_provision_app_no_ui)) in setUpResourceForSubId()
475 when(mResourcesForSubId.getString( in setUpResourceForSubId()