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.java78 mContextFixture.putResource(R.string.config_wwan_network_service_package, in setUp()
DServiceStateTrackerTest.java225 mContextFixture.putResource(R.string.config_wwan_network_service_package, in setUp()
227 mContextFixture.putResource(R.string.config_wlan_network_service_package, in setUp()
270 mContextFixture.putResource( in setUp()
273 mContextFixture.putResource( in setUp()
1592 mContextFixture.putResource(com.android.internal.R.string.RestrictedOnDataTitle, "test1"); in testSetPsNotifications()
1624 mContextFixture.putResource(com.android.internal.R.string.RestrictedOnAllVoiceTitle, in testSetCsNotifications()
1657 mContextFixture.putResource(com.android.internal.R.string.RestrictedOnNormalTitle, "test3"); in testSetCsNormalNotifications()
1689 mContextFixture.putResource(com.android.internal.R.string.RestrictedOnEmergencyTitle, in testSetCsEmergencyNotifications()
1723 mContextFixture.putResource(com.android.internal.R.string.RestrictedOnDataTitle, "test1"); in testSetNotificationsForGroupedSubs()
DContextFixture.java674 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.java204 mContextFixture.putResource(R.string.mobile_provisioning_apn, "fake_apn"); in testProvisionApn()
DDataConnectionTest.java311 mContextFixture.putResource(R.string.config_wwan_data_service_package, in setUp()
DDcTrackerTest.java489 mContextFixture.putResource(R.string.config_wwan_data_service_package, in setUp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java653 mContextFixture.putResource(com.android.internal.R.string.wfcRegErrorTitle, title); in testProcessDisconnectReason()