Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DRemoteService.java58 public class RemoteService extends Service { class
244 startService(new Intent(Controller.this, RemoteService.class));
253 stopService(new Intent(Controller.this, RemoteService.class));
371 Intent intent = new Intent(Binding.this, RemoteService.class);
552 mBindIntent = new Intent(this, RemoteService.class); in onCreate()
DMessengerService.java38 import com.example.android.apis.app.RemoteService.Controller;