HomeSort by relevance Sort by last modified time
    Searched refs:IsolatedService (Results 1 - 2 of 2) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService2.java 20 * Stub to be able to have another instance of IsolatedService running.
22 public class IsolatedService2 extends IsolatedService {
IsolatedService.java 43 public class IsolatedService extends Service {
56 Log.i("IsolatedService", "Creating IsolatedService: " + this);
61 Log.i("IsolatedService", "Destroying IsolatedService: " + this);
85 Log.i("IsolatedService", "Task removed in " + this + ": " + rootIntent);
193 mService1 = new ServiceInfo(this, IsolatedService.class, R.id.start1, R.id.stop1,

Completed in 37 milliseconds