OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stopIntent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationServiceTest.java
67
Intent
stopIntent
= createStopIntent();
68
getService().onHandleIntent(
stopIntent
);
327
Intent
stopIntent
= AndroidListener.createStopIntent(getContext());
328
assertTrue(
stopIntent
.filterEquals(sentIntent));
329
assertEquals(
stopIntent
.getExtras().keySet(), sentIntent.getExtras().keySet());
471
Intent
stopIntent
= createStopIntent();
472
getService().onHandleIntent(
stopIntent
);
[
all
...]
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader5.java
150
Intent
stopIntent
= new Intent(RssService.class);
151
stopService(
stopIntent
);
Completed in 53 milliseconds