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

  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingService.java 54 Thread notifyingThread = new Thread(null, mTask, "NotifyingService");
56 notifyingThread.start();

Completed in 70 milliseconds