Home
last modified time | relevance | path

Searched refs:onRebind (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
DLocalService.java109 public void onRebind(Intent intent) { in onRebind() method in LocalService
/frameworks/base/core/java/android/app/
DService.java523 public void onRebind(Intent intent) { in onRebind() method in Service
DActivityThread.java2588 s.onRebind(data.intent); in handleBindService()
/frameworks/base/docs/html-intl/ja/guide/topics/
Dfundamentals.jd825 …)} <br/>{@code boolean onUnbind(Intent <i>intent</i>)} <br/>{@code void onRebind(Intent <i>intent<…
828 …nd()} メソッドは、サービスに新しいクライアントが接続した場合に <code>{@link android.app.Service#onRebind onRebind()}</code> の呼…
/frameworks/base/docs/html/guide/components/
Dbound-services.jd657 {@code true} if you would like to receive a call to {@link android.app.Service#onRebind
658 onRebind()} the next time a client binds to the service (instead of receiving a call to {@link
659 android.app.Service#onBind onBind()}). {@link android.app.Service#onRebind
660 onRebind()} returns void, but the client still receives the {@link android.os.IBinder} in its
Dservices.jd744 boolean mAllowRebind; // indicates whether onRebind should be used
766 public void {@link android.app.Service#onRebind onRebind}(Intent intent) {
833 which includes more information about the {@link android.app.Service#onRebind onRebind()}
/frameworks/base/api/
Dcurrent.txt4246 method public void onRebind(android.content.Intent);