OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StubContext
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/test-runner/tests/src/android/test/
InstrumentationTestRunnerTest.java
47
new
StubContext
("com.google.foo.tests"),
48
new
StubContext
(mTargetContextPackageName), mStubAndroidTestRunner);
104
new
StubContext
("com.google.foo.tests"),
105
new
StubContext
(mTargetContextPackageName), stubAndroidTestRunner);
270
private static class
StubContext
extends MockContext {
273
public
StubContext
(String packageName) {
AndroidTestRunnerTest.java
39
private
StubContext
mStubContext;
44
mStubContext = new
StubContext
(getClass().getClassLoader());
282
private static class
StubContext
extends MockContext {
285
public
StubContext
(ClassLoader classLoader) {
Completed in 76 milliseconds