Searched refs:RemoteService (Results 1 – 2 of 2) sorted by relevance
58 public class RemoteService extends Service { class244 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()
38 import com.example.android.apis.app.RemoteService.Controller;