Searched refs:mBindIntent (Results 1 – 1 of 1) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | RemoteService.java | 482 Intent mBindIntent; field in RemoteService.BindingOptions 552 mBindIntent = new Intent(this, RemoteService.class); in onCreate() 553 mBindIntent.setAction(IRemoteService.class.getName()); in onCreate() 563 if (bindService(mBindIntent, conn, Context.BIND_AUTO_CREATE)) { 576 if (bindService(mBindIntent, conn, 590 if (bindService(mBindIntent, 604 if (bindService(mBindIntent, conn, 618 if (bindService(mBindIntent, conn, 632 if (bindService(mBindIntent, conn, 646 if (bindService(mBindIntent, conn,
|