Home
last modified time | relevance | path

Searched refs:NotifyingController (Results 1 – 2 of 2) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DNotifyingController.java34 public class NotifyingController extends Activity { class
49 startService(new Intent(NotifyingController.this,
56 stopService(new Intent(NotifyingController.this,
DNotifyingService.java99 new Intent(this, NotifyingController.class), 0); in showNotification()