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

  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingController.java 36 public class NotifyingController extends Activity {
51 startService(new Intent(NotifyingController.this,
58 stopService(new Intent(NotifyingController.this,
NotifyingService.java 107 new Intent(this, NotifyingController.class), 0);

Completed in 652 milliseconds