/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | ForegroundService.java | 92 new Intent(this, Controller.class), 0); in onStartCommand() 155 public static class Controller extends Activity { class in ForegroundService 184 intent.setClass(Controller.this, ForegroundService.class); 192 intent.setClass(Controller.this, ForegroundService.class); 200 intent.setClass(Controller.this, ForegroundService.class); 208 intent.setClass(Controller.this, ForegroundService.class); 215 stopService(new Intent(Controller.this, 223 intent.setClass(Controller.this, ForegroundService2.class); 230 final Context ctx = Controller.this; 246 stopService(new Intent(Controller.this,
|
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 | LocalServiceActivities.java | 45 public static class Controller extends Activity { class in LocalServiceActivities 66 startService(new Intent(Controller.this, 76 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 | LocalService.java | 105 new Intent(this, LocalServiceActivities.Controller.class), 0); in showNotification()
|
D | NotificationBackgroundService.java | 56 public static class Controller extends Activity { class in NotificationBackgroundService
|
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 | IsolatedService.java | 105 public static class Controller extends Activity { class in IsolatedService
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/ |
D | Controller.java | 11 public class Controller { class 15 Controller(StandaloneMainActivity standaloneMainActivity) { in Controller() method in Controller
|
D | CustomRecyclerAdapter.java | 41 private Controller mController; 61 public CustomRecyclerAdapter(String[] dataSet, Controller controller) { in CustomRecyclerAdapter()
|
D | StandaloneMainActivity.java | 111 new Controller(this)); in onCreate()
|