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.java531 public void onRebind(Intent intent) { in onRebind() method in Service
DActivityThread.java2762 s.onRebind(data.intent); in handleBindService()
/frameworks/base/docs/html-intl/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.jd651 {@code true} if you would like to receive a call to {@link android.app.Service#onRebind
652 onRebind()} the next time a client binds to the service (instead of receiving a call to {@link
653 android.app.Service#onBind onBind()}). {@link android.app.Service#onRebind
654 onRebind()} returns void, but the client still receives the {@link android.os.IBinder} in its
Dservices.jd730 boolean mAllowRebind; // indicates whether onRebind should be used
752 public void {@link android.app.Service#onRebind onRebind}(Intent intent) {
819 which includes more information about the {@link android.app.Service#onRebind onRebind()}
/frameworks/base/api/
Dcurrent.txt5038 method public void onRebind(android.content.Intent);