Lines Matching refs:onBind
72 service, you must implement the {@link android.app.Service#onBind onBind()} callback method. This
92 <p>Although you usually implement either {@link android.app.Service#onBind onBind()}
118 {@link android.app.Service#onBind onBind()} method to retrieve the
121 additional clients that bind, without calling {@link android.app.Service#onBind onBind()}
128 that your {@link android.app.Service#onBind onBind()} callback method returns. The following
145 {@link android.app.Service#onBind onBind()}. The client receives the {@link android.os.Binder} and
213 android.app.Service#onBind onBind()} callback method.</li>
247 public IBinder onBind(Intent intent) {
375 returns to clients from {@link android.app.Service#onBind onBind()}.</li>
423 public IBinder onBind(Intent intent) {
526 system then calls the service's {@link android.app.Service#onBind
527 onBind()} method, which returns an {@link android.os.IBinder} for interacting with
548 the service's {@link android.app.Service#onBind onBind()} method.</dd>