HomeSort by relevance Sort by last modified time
    Searched refs:startIntent (Results 1 - 3 of 3) sorted by null

  /development/samples/ApiDemos/tests/src/com/example/android/apis/app/
LocalServiceTest.java 65 Intent startIntent = new Intent();
66 startIntent.setClass(getContext(), LocalService.class);
67 startService(startIntent);
75 Intent startIntent = new Intent();
76 startIntent.setClass(getContext(), LocalService.class);
77 IBinder service = bindService(startIntent);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader5.java 202 Intent startIntent = new Intent(RssService.class);
203 startIntent.putExtras(startupVals);
204 startService(startIntent);
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java 481 Intent startIntent = new Intent();
482 startIntent.setClass(getContext(), WapPushManager.class);
483 IBinder service = bindService(startIntent);
    [all...]

Completed in 40 milliseconds