Searched defs:Controller (Results 1 - 5 of 5) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DLocalServiceActivities.java43 public static class Controller extends Activity { class in class:LocalServiceActivities
64 startService(new Intent(Controller.this,
74 stopService(new Intent(Controller.this,
H A DForegroundService.java175 new Intent(this, Controller.class), 0);
201 public static class Controller extends Activity { class in class:ForegroundService
220 intent.setClass(Controller.this, ForegroundService.class);
228 intent.setClass(Controller.this, ForegroundService.class);
235 stopService(new Intent(Controller.this,
H A DIsolatedService.java105 public static class Controller extends Activity { class in class:IsolatedService
H A DServiceStartArguments.java42 * in the same process as the application. The {@link Controller}
111 mInvokeIntent = new Intent(this, Controller.class);
183 new Intent(this, Controller.class), 0);
209 public static class Controller extends Activity { class in class:ServiceStartArguments
231 startService(new Intent(Controller.this,
239 startService(new Intent(Controller.this,
247 startService(new Intent(Controller.this,
256 startService(new Intent(Controller.this,
H A DRemoteService.java49 * {@link Controller} and {@link Binding} classes
192 new Intent(this, Controller.class), 0);
214 public static class Controller extends Activity { class in class:RemoteService

Completed in 813 milliseconds