/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | LocalService.java | 109 public void onRebind(Intent intent) { in onRebind() method in LocalService
|
/frameworks/base/core/java/android/app/ |
D | Service.java | 583 public void onRebind(Intent intent) { in onRebind() method in Service
|
D | ActivityThread.java | 3193 s.onRebind(data.intent); in handleBindService()
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/ |
D | services.jd | 713 boolean mAllowRebind; // indicates whether onRebind should be used 735 public void {@link android.app.Service#onRebind onRebind}(Intent intent) { 801 {@link android.app.Service#onRebind onRebind()}
|
D | bound-services.jd | 640 {@link android.app.Service#onRebind 641 onRebind()} 调用(而不是接收 {@link 643 {@code true}。{@link android.app.Service#onRebind 644 onRebind()} 返回空值,但客户端仍在其 {@link android.content.ServiceConnection#onServiceConnected onServiceConne…
|
/frameworks/base/docs/html-intl/intl/ru/guide/components/ |
D | services.jd | 713 boolean mAllowRebind; // indicates whether onRebind should be used 735 public void {@link android.app.Service#onRebind onRebind}(Intent intent) { 801 …дополнительную информацию о методе обратного вызова {@link android.app.Service#onRebind onRebind()}
|
D | bound-services.jd | 641 {@code true}, если желаете получить вызов к {@link android.app.Service#onRebind 642 onRebind()} при следующей привязке к службе (вместо получения вызова к методу {@link 643 android.app.Service#onBind onBind()}). Метод {@link android.app.Service#onRebind 644 onRebind()} возвращает значение void, однако клиент по-прежнему получает объект {@link android.os.I…
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/ |
D | services.jd | 713 boolean mAllowRebind; // indicates whether onRebind should be used 735 public void {@link android.app.Service#onRebind onRebind}(Intent intent) { 800 …es.html#Lifecycle">管理已繫結服務的生命週期</a>包含更多有關 {@link android.app.Service#onRebind onRebind()}回呼方法的詳細資訊。
|
D | bound-services.jd | 640 {@code true} (如果您希望用戶端下次繫結至服務時,可以接收 {@link android.app.Service#onRebind 641 onRebind()} 呼叫,而不是接收 {@link 642 android.app.Service#onBind onBind()} 的呼叫)。{@link android.app.Service#onRebind 643 onRebind()} 會傳回空值,但用戶端仍然會在其
|
/frameworks/base/docs/html-intl/intl/ja/guide/components/ |
D | services.jd | 713 boolean mAllowRebind; // indicates whether onRebind should be used 735 public void {@link android.app.Service#onRebind onRebind}(Intent intent) { 800 …ifecycle">バインドされたサービスのライフサイクルを管理する</a>では、{@link android.app.Service#onRebind onRebind()} コールバックの詳細…
|
D | bound-services.jd | 639 …ervice#onUnbind onUnbind()} メソッドを呼び出すとき、次回クライアントがサービスにバインドするときに {@link android.app.Service#onRebind 640 onRebind()} への呼び出しを受け取りたい場合は、{@code true} を返すようにすることもできます({@link 641 android.app.Service#onBind onBind()} への呼び出しを受け取る代わりに)。{@link android.app.Service#onRebind 642 onRebind()} からは void が返されますが、クライアントは {@link android.content.ServiceConnection#onServiceConnected on…
|
/frameworks/base/docs/html-intl/intl/ko/guide/components/ |
D | services.jd | 713 boolean mAllowRebind; // indicates whether onRebind should be used 735 public void {@link android.app.Service#onRebind onRebind}(Intent intent) { 800 …bound-services.html">바인딩된 서비스</a> 문서를 참조하십시오. 이 안에는 {@link android.app.Service#onRebind onRebind()}
|
D | bound-services.jd | 642 android.app.Service#onBind onBind()}에 대한 호출을 수신하지 않고) {@link android.app.Service#onRebind 643 onRebind()}에 대한 호출을 받을지 여부에 따라 결정됩니다. {@link android.app.Service#onRebind 644 onRebind()}가 void를 반환하였지만 클라이언트가
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ |
D | fundamentals.jd | 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> の呼…
|
/frameworks/base/docs/html-intl/intl/in/guide/components/ |
D | bound-services.jd | 641 {@code true} jika ingin menerima panggilan ke {@link android.app.Service#onRebind 642 onRebind()} bila nanti klien mengikat ke layanan (sebagai ganti menerima panggilan ke {@link 643 android.app.Service#onBind onBind()}). {@link android.app.Service#onRebind 644 onRebind()} akan menghasilkan void, namun klien tetap menerima {@link android.os.IBinder} dalam cal…
|
D | services.jd | 713 boolean mAllowRebind; // indicates whether onRebind should be used 735 public void {@link android.app.Service#onRebind onRebind}(Intent intent) { 801 …akan informasi selengkapnya tentang metode callback {@link android.app.Service#onRebind onRebind()}
|
/frameworks/base/docs/html/guide/components/ |
D | bound-services.jd | 659 {@code true} if you would like to receive a call to {@link android.app.Service#onRebind 660 onRebind()} the next time a client binds to the service. {@link android.app.Service#onRebind 661 onRebind()} returns void, but the client still receives the {@link android.os.IBinder} in its
|
D | services.jd | 724 boolean mAllowRebind; // indicates whether onRebind should be used 746 public void {@link android.app.Service#onRebind onRebind}(Intent intent) { 813 which includes more information about the {@link android.app.Service#onRebind onRebind()}
|
/frameworks/base/docs/html-intl/intl/pt-br/guide/components/ |
D | bound-services.jd | 641 {@code true} opcionalmente se você quiser receber uma chamada de {@link android.app.Service#onRebind 642 onRebind()} na próxima vez em que um cliente vincular-se ao serviço (em vez de receber uma chamada … 643 android.app.Service#onBind onBind()}). {@link android.app.Service#onRebind 644 onRebind()} retorna vazio, mas o cliente ainda recebe {@link android.os.IBinder}
|
D | services.jd | 713 boolean mAllowRebind; // indicates whether onRebind should be used 735 public void {@link android.app.Service#onRebind onRebind}(Intent intent) { 801 …a mais profundamente o método de retorno de chamada {@link android.app.Service#onRebind onRebind()}
|
/frameworks/base/docs/html-intl/intl/vi/guide/components/ |
D | bound-services.jd | 641 {@code true} nếu bạn muốn nhận một lệnh gọi tới {@link android.app.Service#onRebind 642 onRebind()} vào lần tới khi một máy khách gắn kết với dịch vụ (thay vì nhận một lệnh gọi tới {@link 643 android.app.Service#onBind onBind()}). {@link android.app.Service#onRebind 644 onRebind()} sẽ trả về rỗng, nhưng máy khách vẫn nhận được {@link android.os.IBinder} trong gọi lại
|
D | services.jd | 713 boolean mAllowRebind; // indicates whether onRebind should be used 735 public void {@link android.app.Service#onRebind onRebind}(Intent intent) { 801 trong đó có thêm thông tin về phương pháp gọi lại {@link android.app.Service#onRebind onRebind()}
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 5066 method public void onRebind(android.content.Intent);
|
/frameworks/base/api/ |
D | current.txt | 5554 method public void onRebind(android.content.Intent);
|
D | test-current.txt | 5555 method public void onRebind(android.content.Intent);
|