OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setSystemService
(Results
1 - 12
of
12
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/testing/
InjectedServices.java
58
public void
setSystemService
(String name, Object service) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmSmsDispatcherTest.java
109
mContextFixture.
setSystemService
(Context.COUNTRY_DETECTOR, mCountryDetector);
126
mContextFixture.
setSystemService
(Context.COUNTRY_DETECTOR, mCountryDetector);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneSwitcherTest.java
204
contextFixture.
setSystemService
(Context.CONNECTIVITY_SERVICE, cm);
431
contextFixture.
setSystemService
(Context.CONNECTIVITY_SERVICE, cm);
499
contextFixture.
setSystemService
(Context.CONNECTIVITY_SERVICE, cm);
ContextFixture.java
162
public void
setSystemService
(String name, Object service) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
TelephonyNetworkFactoryTest.java
96
contextFixture.
setSystemService
(Context.CONNECTIVITY_SERVICE, cm);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java
514
public void
setSystemService
(String key, Object service) {
/external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar
shadows-core-3.1-SNAPSHOT-17.jar
shadows-core-3.1-SNAPSHOT-18.jar
shadows-core-3.1-SNAPSHOT-19.jar
shadows-core-3.1-SNAPSHOT-21.jar
shadows-core-3.1-SNAPSHOT-22.jar
Completed in 684 milliseconds