OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:actualcontext
(Results
1 - 5
of
5
) sorted by null
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
StartedServiceMatcher.java
42
* @param
actualContext
46
public boolean matchesSafely(Context
actualContext
) {
55
Intent actualStartedIntent = shadowOf((ContextWrapper)
actualContext
).getNextStartedService();
StartedMatcher.java
37
public boolean matchesSafely(Context
actualContext
) {
46
Intent actualStartedIntent = shadowOf((ContextWrapper)
actualContext
).getNextStartedActivity();
/cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java
422
Context
actualContext
= mContextWrapper.createPackageContext(getValidPackageName(),
425
assertNotNull(
actualContext
);
[
all
...]
/frameworks/base/core/java/android/provider/
ContactsContract.java
[
all
...]
/prebuilts/tools/common/m2/repository/com/google/testing/compile/compile-testing/0.9/
compile-testing-0.9.jar
Completed in 5385 milliseconds