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

  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingController.java 34 public class NotifyingController extends Activity {
49 startService(new Intent(NotifyingController.this,
56 stopService(new Intent(NotifyingController.this,
NotifyingService.java 99 new Intent(this, NotifyingController.class), 0);
  /development/samples/ApiDemos/
AndroidManifest.xml     [all...]

Completed in 59 milliseconds