OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAppContext
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TestApplication.java
30
public static Context
getAppContext
() {
ImsSMSDispatcherTest.java
174
Context realContext = TestApplication.
getAppContext
();
ContextFixture.java
221
return TestApplication.
getAppContext
().getSystemService(name);
487
.getDefaultSharedPreferences(TestApplication.
getAppContext
());
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DcTrackerTest.java
280
ContentResolver realContentResolver = TestApplication.
getAppContext
().getContentResolver();
[
all
...]
Completed in 242 milliseconds