Home
last modified time | relevance | path

Searched refs:onBind (Results 1 – 25 of 172) sorted by relevance

1234567

/frameworks/base/docs/html-intl/intl/ko/guide/components/
Dbound-services.jd59 {@link android.app.Service#onBind onBind()} 콜백 메서드를 구현해야 합니다.
77 <p>보통은 {@link android.app.Service#onBind onBind()}
101 {@link android.app.Service#onBind onBind()} 메서드를 호출하여 {@link android.os.IBinder}를 검색하는 경우는 첫 번째 클라이…
103 클라이언트 모두에 전달하며 이때는 {@link android.app.Service#onBind onBind()}를 다시 호출하지 않습니다.</p>
109 {@link android.app.Service#onBind onBind()} 콜백 메서드가 반환하는 인터페이스를 정의하는 것입니다.
126 {@link android.app.Service#onBind onBind()}에서 반환하는 방식을 사용해야 합니다. 클라이언트가 {@link android.os.Binder}를 …
194 android.app.Service#onBind onBind()} 콜백 메서드에서 이 {@link android.os.Binder}의 인스턴스를 반환합니다.</li>
227 public IBinder onBind(Intent intent) {
349 {@link android.app.Service#onBind onBind()}로부터 클라이언트에게 반환하도록 합니다.</li>
396 public IBinder onBind(Intent intent) {
[all …]
Dservices.jd83 android.app.Service#onBind onBind()}를 사용하면 바인딩을 허용합니다.</p>
137 <dt>{@link android.app.Service#onBind onBind()}</dt>
146 {@link android.app.Service#onBind onBind()}를 호출하기 전에). 서비스가 이미 실행 중인 경우, 이 메서드는 호출되지
296 <li>{@link android.app.IntentService#onBind onBind()}의 기본 구현을 제공하여 null을
364 호출하지 않아도 되는 유일한 메서드는 {@link android.app.IntentService#onBind
365 onBind()}입니다(다만 이를 구현하는 것은 서비스가 바인딩을 허용할 때에만 필요합니다).</p>
443 public IBinder onBind(Intent intent) {
579 android.app.Service#onBind onBind()} 콜백 메서드를 구현하여 서비스와의 통신을 위한 인터페이스를 정의하는
590 서비스가 {@link android.app.Service#onBind
591 onBind()} 콜백 메서드에서 반환해야 합니다. 클라이언트가 {@link android.os.IBinder}를 수신하면 해당 인터페이스를 통해 서비스와
[all …]
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
Dbound-services.jd58 类的实现,可让其他应用与其绑定和交互。要提供服务绑定,您必须实现 {@link android.app.Service#onBind onBind()}
78 {@link android.app.Service#onBind onBind()}
101 {@link android.app.Service#onBind onBind()}
103 {@link android.app.Service#onBind onBind()},便可将同一 {@link android.os.IBinder} 传递至任何其他绑定的客户端。</p>
109 {@link android.app.Service#onBind onBind()} 回调方法返回的接口。您可以通过几种不同的方法定义服务的
125 类并从 {@link android.app.Service#onBind onBind()}
194 android.app.Service#onBind onBind()} 回调方法返回此 {@link android.os.Binder} 实例。</li>
227 public IBinder onBind(Intent intent) {
348 …roid.os.Messenger} 创建一个 {@link android.os.IBinder},服务通过 {@link android.app.Service#onBind onBind()}
396 public IBinder onBind(Intent intent) {
[all …]
Dservices.jd81 android.app.Service#onBind onBind()}(允许绑定服务)。
137 <dt>{@link android.app.Service#onBind onBind()}</dt>
146 {@link android.app.Service#onBind onBind()} 之前)。如果服务已在运行,则不会调用此方法。
297 {@link android.app.IntentService#onBind onBind()} 的默认实现(返回 null)。</li>
364 …ervice#onHandleIntent onHandleIntent()} 之外,您无需从中调用超类的唯一方法就是 {@link android.app.IntentService#onBind
365 onBind()}(仅当服务允许绑定时,才需要实现该方法)。</p>
443 public IBinder onBind(Intent intent) {
580 android.app.Service#onBind onBind()} 回调方法以返回 {@link android.os.IBinder},用于定义与服务通信的接口。然后,其他应用组件可以调用
590 {@link android.app.Service#onBind
591 onBind()} 回调方法返回它。一旦客户端收到
[all …]
/frameworks/base/docs/html-intl/intl/ru/guide/components/
Dbound-services.jd59 , сначала необходимо реализовать метод обратного вызова {@link android.app.Service#onBind onBind()}…
77 … на то, что обычно необходимо реализовывать либо метод {@link android.app.Service#onBind onBind()},
101 {@link android.app.Service#onBind onBind()} вашей службы для получения объекта {@link android.os.IB…
103 …е выполняют привязку, без повторного вызова метода {@link android.app.Service#onBind onBind()}.</p>
109 который возвращает ваш метод обратного вызова {@link android.app.Service#onBind onBind()}. Существу…
126 {@link android.app.Service#onBind onBind()}. Клиент получает объект {@link android.os.Binder},
194 android.app.Service#onBind onBind()}.</li>
227 public IBinder onBind(Intent intent) {
349 возвращает клиентам из метода {@link android.app.Service#onBind onBind()}.</li>
396 public IBinder onBind(Intent intent) {
[all …]
Dservices.jd83 android.app.Service#onBind onBind()} позволяет выполнять привязку.</p>
137 <dt>{@link android.app.Service#onBind onBind()}</dt>
146 {@link android.app.Service#onBind onBind()}). Если служба уже запущена, этот метод не
296 …<li>Предоставляет реализацию метода {@link android.app.IntentService#onBind onBind()} по умолчанию…
364 из которого вам не требуется вызывать суперкласс, это метод {@link android.app.IntentService#onBind
365 onBind()} (но его нужно реализовывать только в случае, если ваша служба допускает привязку).</p>
443 public IBinder onBind(Intent intent) {
579 android.app.Service#onBind onBind()} для возвращения объекта {@link android.os.IBinder},
590 возвращать из метода обратного вызова {@link android.app.Service#onBind
591 onBind()}. После того, как клиент получает объект {@link android.os.IBinder}, он может начать
[all …]
/frameworks/base/docs/html-intl/intl/ja/guide/components/
Dbound-services.jd58 サービスのバインドを提供するには、{@link android.app.Service#onBind onBind()} コールバック メソッドを実装する必要があります。
77 <p>通常実装するのは、{@link android.app.Service#onBind onBind()}
100 …続できます。ただし、1 つ目のクライアントのバインドの際にのみ、システムはサービスの {@link android.app.Service#onBind onBind()} メソッドを呼び出して{…
102 その後システムは {@link android.app.Service#onBind onBind()} を呼び出すことなく、同じ {@link android.os.IBinder} をバインドし…
108 <p>バインドされたサービスを実装するときに最も重要なのは、{@link android.app.Service#onBind onBind()} コールバック メソッドが返すインターフェースを定義…
123 …ケースに該当)、{@link android.os.Binder} クラスを拡張して {@link android.app.Service#onBind onBind()} からそのインスタンスを…
194 android.app.Service#onBind onBind()} コールバック メソッドから返します。</li>
227 public IBinder onBind(Intent intent) {
348 …<li>{@link android.os.Messenger} が、サービスが {@link android.app.Service#onBind onBind()} からクライアントに返す {…
396 public IBinder onBind(Intent intent) {
[all …]
Dservices.jd81 android.app.Service#onBind onBind()} ではバインドを許可することになります。
137 <dt>{@link android.app.Service#onBind onBind()}</dt>
144 …Service#onStartCommand onStartCommand()} か {@link android.app.Service#onBind onBind()} のいずれかを呼び出す前…
296 <li>Null を返す {@link android.app.IntentService#onBind onBind()} のデフォルト実装を提供します。
363 …HandleIntent onHandleIntent()} 以外で、super クラスを呼び出す必要のないメソッドは、{@link android.app.IntentService#onBind
364 onBind()} です(ただし、サービスでバインドを許可している場合のみ実装が必要です)。
443 public IBinder onBind(Intent intent) {
579 android.app.Service#onBind onBind()} コールバック メソッドを実装して、サービスとの通信用のインターフェースを定義する {@link android.os.IBi…
588 …イアント間のこのインターフェースは {@link android.os.IBinder} の実装である必要があり、サービスはこれを {@link android.app.Service#onBind
589 onBind()} コールバック メソッドから返す必要があります。
[all …]
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/
Dbound-services.jd58 若服務要要提供繫結功能,您必須實作 {@link android.app.Service#onBind onBind()} 回呼方法。
77 <p>雖然您通常只會實作 {@link android.app.Service#onBind onBind()} 或<em></em> {@link android.app.Service#onSt…
101 {@link android.app.Service#onBind onBind()} 方法,以擷取 {@link android.os.IBinder}。
102 然後,系統會將同一個 {@link android.os.IBinder} 傳遞給其他任何繫結的用戶端,不會再次呼叫 {@link android.app.Service#onBind onBind
108 <p>實作繫結服務時,最重要的部分是定義您的 {@link android.app.Service#onBind onBind()} 回呼方法傳回的介面。
124 {@link android.app.Service#onBind onBind()} 傳回此類別的執行個體來建立介面。
194 android.app.Service#onBind onBind()} 回呼方法傳回此 {@link android.os.Binder} 的執行個體。</li>
227 public IBinder onBind(Intent intent) {
348 ….Messenger} 會建立 {@link android.os.IBinder},服務會從 {@link android.app.Service#onBind onBind()} 傳回給用戶端。
396 public IBinder onBind(Intent intent) {
[all …]
Dservices.jd82 android.app.Service#onBind onBind()} 則允許繫結。
137 <dt>{@link android.app.Service#onBind onBind()}</dt>
145 {@link android.app.Service#onBind onBind()} 之前)。
296 <li>提供傳回 null 的 {@link android.app.IntentService#onBind onBind()} 其預設實作。
363 …tService#onHandleIntent onHandleIntent()},您不需要呼叫超級類別的唯一方法就是 {@link android.app.IntentService#onBind
364 onBind()} (但只有在您的服務允許繫結時才需要實作)。
443 public IBinder onBind(Intent intent) {
579 android.app.Service#onBind onBind()} 回呼方法並傳回
588 介於服務與用戶端間的介面必須是 {@link android.os.IBinder} 的實作,也是您服務必須從 {@link android.app.Service#onBind
589 onBind()} 回呼方法傳回的。
[all …]
/frameworks/base/docs/html-intl/intl/id/guide/components/
Dbound-services.jd59 layanan, Anda harus mengimplementasikan metode callback {@link android.app.Service#onBind onBind()}…
77 <p>Walaupun Anda biasanya harus mengimplementasikan {@link android.app.Service#onBind onBind()}
101 {@link android.app.Service#onBind onBind()} layanan Anda untuk mengambil {@link android.os.IBinder}…
103 klien tambahan yang mengikat, tanpa memanggil {@link android.app.Service#onBind onBind()} lagi.</p>
109 yang dihasilkan metode callback {@link android.app.Service#onBind onBind()} Anda. Ada sedikit
126 {@link android.app.Service#onBind onBind()}. Klien akan menerima {@link android.os.Binder} dan
194 android.app.Service#onBind onBind()}.</li>
227 public IBinder onBind(Intent intent) {
349 dikembalikan layanan ke klien dari {@link android.app.Service#onBind onBind()}.</li>
396 public IBinder onBind(Intent intent) {
[all …]
/frameworks/base/docs/html-intl/intl/in/guide/components/
Dbound-services.jd59 layanan, Anda harus mengimplementasikan metode callback {@link android.app.Service#onBind onBind()}…
77 <p>Walaupun Anda biasanya harus mengimplementasikan {@link android.app.Service#onBind onBind()}
101 {@link android.app.Service#onBind onBind()} layanan Anda untuk mengambil {@link android.os.IBinder}…
103 klien tambahan yang mengikat, tanpa memanggil {@link android.app.Service#onBind onBind()} lagi.</p>
109 yang dihasilkan metode callback {@link android.app.Service#onBind onBind()} Anda. Ada sedikit
126 {@link android.app.Service#onBind onBind()}. Klien akan menerima {@link android.os.Binder} dan
194 android.app.Service#onBind onBind()}.</li>
227 public IBinder onBind(Intent intent) {
349 dikembalikan layanan ke klien dari {@link android.app.Service#onBind onBind()}.</li>
396 public IBinder onBind(Intent intent) {
[all …]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DItemBridgeAdapter.java39 public void onBind(ViewHolder viewHolder) { in onBind() method in ItemBridgeAdapter.AdapterListener
278 protected void onBind(ViewHolder viewHolder) { in onBind() method in ItemBridgeAdapter
349 onBind(viewHolder); in onBindViewHolder()
351 mAdapterListener.onBind(viewHolder); in onBindViewHolder()
/frameworks/base/docs/html-intl/intl/pt-br/guide/components/
Dbound-services.jd59 …implementar o método de retorno de chamada {@link android.app.Service#onBind onBind()}. Este método
77 <p>Apesar de normalmente se implementar {@link android.app.Service#onBind onBind()}
101 {@link android.app.Service#onBind onBind()} do serviço para recuperar o {@link android.os.IBinder}
103 …s adicionais que vincularem-se, sem chamar {@link android.app.Service#onBind onBind()} novamente.<…
109 que o método de retorno de chamada {@link android.app.Service#onBind onBind()} retornará. Há poucas…
126 {@link android.app.Service#onBind onBind()}. O cliente receberá {@link android.os.Binder}
194 android.app.Service#onBind onBind()}.</li>
227 public IBinder onBind(Intent intent) {
349 retorna aos clientes a partir de {@link android.app.Service#onBind onBind()}.</li>
396 public IBinder onBind(Intent intent) {
[all …]
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/touch/
DDragAndDropActivity.java84 public void onBind(ItemTouchViewHolder viewHolder) {
85 super.onBind(viewHolder);
/frameworks/base/docs/html/guide/components/
Dbound-services.jd72 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) {
[all …]
/frameworks/support/media-compat/api21/android/support/v4/media/
DMediaBrowserServiceCompatApi21.java41 public static IBinder onBind(Object serviceObj, Intent intent) { in onBind() method in MediaBrowserServiceCompatApi21
42 return ((MediaBrowserService) serviceObj).onBind(intent); in onBind()
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
DDisabledService.java29 public IBinder onBind(Intent intent) { in onBind() method in DisabledService
DEnabledService.java29 public IBinder onBind(Intent intent) { in onBind() method in EnabledService
/frameworks/base/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/
DTestService.java27 public IBinder onBind(Intent intent) { in onBind() method in TestService
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
DFakeCoreService.java28 public IBinder onBind(Intent intent) { in onBind() method in FakeCoreService
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
DEmptyService.java32 public IBinder onBind(Intent intent) { in onBind() method in EmptyService
/frameworks/base/core/java/com/android/internal/backup/
DLocalTransportService.java34 public IBinder onBind(Intent intent) { in onBind() method in LocalTransportService
/frameworks/base/core/java/android/nfc/cardemulation/
DOffHostApduService.java169 public abstract IBinder onBind(Intent intent); in onBind() method in OffHostApduService
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusedLocationService.java27 public IBinder onBind(Intent intent) { in onBind() method in FusedLocationService

1234567