Searched refs:onRebind (Results 1 – 7 of 7) sorted by relevance
109 public void onRebind(Intent intent) { in onRebind() method in LocalService
531 public void onRebind(Intent intent) { in onRebind() method in Service
2762 s.onRebind(data.intent); in handleBindService()
825 …)} <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> の呼…
651 {@code true} if you would like to receive a call to {@link android.app.Service#onRebind652 onRebind()} the next time a client binds to the service (instead of receiving a call to {@link653 android.app.Service#onBind onBind()}). {@link android.app.Service#onRebind654 onRebind()} returns void, but the client still receives the {@link android.os.IBinder} in its
730 boolean mAllowRebind; // indicates whether onRebind should be used752 public void {@link android.app.Service#onRebind onRebind}(Intent intent) {819 which includes more information about the {@link android.app.Service#onRebind onRebind()}
5038 method public void onRebind(android.content.Intent);