OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sendIntent
(Results
1 - 9
of
9
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
RoboIntentSender.java
22
@Override public void
sendIntent
(Context context, int code, Intent intent,
/cts/tests/tests/libcorefileio/src/android/cts/
FileChannelInterProcessLockTest.java
469
Intent
sendIntent
= new Intent(getContext(), LockHoldingService.class)
475
getContext().startService(
sendIntent
);
[
all
...]