Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DMissedCallNotifierImplTest.java192 mComponentContextFixture.putResource(R.string.notification_missedCallTitle, in setUp()
194 mComponentContextFixture.putResource(R.string.notification_missedCallsTitle, in setUp()
196 mComponentContextFixture.putResource(R.string.notification_missedCallsMsg, in setUp()
198 mComponentContextFixture.putResource(R.string.userCallActivityLabel, in setUp()
H A DNewOutgoingCallIntentBroadcasterTest.java227 mComponentContextFixture.putResource(com.android.internal.R.string.config_defaultDialer, in testEmergencyCallWithNonDefaultDialer()
229 mComponentContextFixture.putResource(R.string.dialer_default_class, in testEmergencyCallWithNonDefaultDialer()
H A DTelecomSystemTest.java567 mComponentContextFixture.putResource( in setupInCallServices()
570 mComponentContextFixture.putResource( in setupInCallServices()
H A DComponentContextFixture.java688 public void putResource(int id, final String value) {
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DServiceStateTrackerTest.java235 mContextFixture.putResource(R.string.config_wwan_network_service_package, in setUp()
237 mContextFixture.putResource(R.string.config_wlan_network_service_package, in setUp()
280 mContextFixture.putResource( in setUp()
283 mContextFixture.putResource( in setUp()
1642 mContextFixture.putResource(com.android.internal.R.string.RestrictedOnDataTitle, "test1"); in testSetPsNotifications()
1674 mContextFixture.putResource(com.android.internal.R.string.RestrictedOnAllVoiceTitle, in testSetCsNotifications()
1707 mContextFixture.putResource(com.android.internal.R.string.RestrictedOnNormalTitle, "test3"); in testSetCsNormalNotifications()
1739 mContextFixture.putResource(com.android.internal.R.string.RestrictedOnEmergencyTitle, in testSetCsEmergencyNotifications()
1773 mContextFixture.putResource(com.android.internal.R.string.RestrictedOnDataTitle, "test1"); in testSetNotificationsForGroupedSubs()
H A DCellularNetworkServiceTest.java80 mContextFixture.putResource(R.string.config_wwan_network_service_package, in setUp()
H A DContextFixture.java759 public void putResource(int id, final String value) { in putResource() method in ContextFixture
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DApnContextTest.java199 mContextFixture.putResource(R.string.mobile_provisioning_apn, "fake_apn"); in testProvisionApn()
H A DDataConnectionTest.java382 mContextFixture.putResource(R.string.config_wwan_data_service_package, in setUp()
H A DDcTrackerTest.java685 mContextFixture.putResource(R.string.config_wwan_data_service_package, in setUp()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java647 mContextFixture.putResource(com.android.internal.R.string.wfcRegErrorTitle, title); in testProcessDisconnectReason()