Home
last modified time | relevance | path

Searched refs:LocalServiceController (Results 1 – 3 of 3) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DLocalServiceController.java38 public class LocalServiceController extends Activity { class
60 startService(new Intent(LocalServiceController.this,
71 stopService(new Intent(LocalServiceController.this,
DLocalService.java106 new Intent(this, LocalServiceController.class), 0); in showNotification()
DRemoteService.java175 new Intent(this, LocalServiceController.class), 0); in showNotification()