Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DServiceStartArgumentsController.java34 public class ServiceStartArgumentsController extends Activity { class
56 startService(new Intent(ServiceStartArgumentsController.this,
64 startService(new Intent(ServiceStartArgumentsController.this,
72 startService(new Intent(ServiceStartArgumentsController.this,
81 startService(new Intent(ServiceStartArgumentsController.this,
DServiceStartArguments.java108 mInvokeIntent = new Intent(this, ServiceStartArgumentsController.class); in onCreate()