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

  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingController.java 50 NotifyingService.class));
57 NotifyingService.class));
NotifyingService.java 39 public class NotifyingService extends Service {
54 Thread notifyingThread = new Thread(null, mTask, "NotifyingService");
84 NotifyingService.this.stopSelf();

Completed in 201 milliseconds