Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellularNetworkServiceTest.java80 mContextFixture.putResource(R.string.config_wwan_network_service_package, in setUp()
DServiceStateTrackerTest.java224 mContextFixture.putResource(R.string.config_wwan_network_service_package, in setUp()
226 mContextFixture.putResource(R.string.config_wlan_network_service_package, in setUp()
269 mContextFixture.putResource( in setUp()
272 mContextFixture.putResource( in setUp()
1404 mContextFixture.putResource(com.android.internal.R.string.RestrictedOnDataTitle, "test1"); in testSetPsNotifications()
1436 mContextFixture.putResource(com.android.internal.R.string.RestrictedOnAllVoiceTitle, in testSetCsNotifications()
1469 mContextFixture.putResource(com.android.internal.R.string.RestrictedOnNormalTitle, "test3"); in testSetCsNormalNotifications()
1501 mContextFixture.putResource(com.android.internal.R.string.RestrictedOnEmergencyTitle, in testSetCsEmergencyNotifications()
1535 mContextFixture.putResource(com.android.internal.R.string.RestrictedOnDataTitle, "test1"); in testSetNotificationsForGroupedSubs()
DContextFixture.java632 public void putResource(int id, final String value) { in putResource() method in ContextFixture
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DApnContextTest.java205 mContextFixture.putResource(R.string.mobile_provisioning_apn, "fake_apn"); in testProvisionApn()
DDataConnectionTest.java309 mContextFixture.putResource(R.string.config_wwan_data_service_package, in setUp()
DDcTrackerTest.java482 mContextFixture.putResource(R.string.config_wwan_data_service_package, in setUp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java627 mContextFixture.putResource(com.android.internal.R.string.wfcRegErrorTitle, title); in testProcessDisconnectReason()