Home
last modified time | relevance | path

Searched refs:Controller (Results 1 – 7 of 7) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DServiceStartArguments.java111 mInvokeIntent = new Intent(this, Controller.class); in onCreate()
179 new Intent(this, Controller.class), 0); in showNotification()
210 public static class Controller extends Activity { class in ServiceStartArguments
232 startService(new Intent(Controller.this,
240 startService(new Intent(Controller.this,
248 startService(new Intent(Controller.this,
257 startService(new Intent(Controller.this,
DForegroundService.java185 new Intent(this, Controller.class), 0); in handleCommand()
244 public static class Controller extends Activity { class in ForegroundService
267 intent.setClass(Controller.this, ForegroundService.class);
275 intent.setClass(Controller.this, ForegroundService.class);
283 intent.setClass(Controller.this, ForegroundService.class);
291 intent.setClass(Controller.this, ForegroundService.class);
298 stopService(new Intent(Controller.this,
DLocalServiceActivities.java43 public static class Controller extends Activity { class in LocalServiceActivities
64 startService(new Intent(Controller.this,
74 stopService(new Intent(Controller.this,
DMessengerService.java38 import com.example.android.apis.app.RemoteService.Controller;
154 new Intent(this, Controller.class), 0); in showNotification()
DRemoteService.java195 new Intent(this, Controller.class), 0); in showNotification()
223 public static class Controller extends Activity { class in RemoteService
244 startService(new Intent(Controller.this, RemoteService.class));
253 stopService(new Intent(Controller.this, RemoteService.class));
DLocalService.java105 new Intent(this, LocalServiceActivities.Controller.class), 0); in showNotification()
DIsolatedService.java105 public static class Controller extends Activity { class in IsolatedService