Searched refs:Controller (Results 1 – 7 of 7) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | ServiceStartArguments.java | 111 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,
|
D | ForegroundService.java | 185 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,
|
D | LocalServiceActivities.java | 43 public static class Controller extends Activity { class in LocalServiceActivities 64 startService(new Intent(Controller.this, 74 stopService(new Intent(Controller.this,
|
D | MessengerService.java | 38 import com.example.android.apis.app.RemoteService.Controller; 154 new Intent(this, Controller.class), 0); in showNotification()
|
D | RemoteService.java | 195 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));
|
D | LocalService.java | 105 new Intent(this, LocalServiceActivities.Controller.class), 0); in showNotification()
|
D | IsolatedService.java | 105 public static class Controller extends Activity { class in IsolatedService
|