Home
last modified time | relevance | path

Searched refs:onUnbind (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DItemBridgeAdapter.java41 public void onUnbind(ViewHolder viewHolder) { in onUnbind() method in ItemBridgeAdapter.AdapterListener
284 protected void onUnbind(ViewHolder viewHolder) { in onUnbind() method in ItemBridgeAdapter
359 onUnbind(viewHolder); in onViewRecycled()
361 mAdapterListener.onUnbind(viewHolder); in onViewRecycled()
DFullWidthDetailsOverviewRowPresenter.java148 public void onUnbind(final ItemBridgeAdapter.ViewHolder ibvh) { in onUnbind() method in FullWidthDetailsOverviewRowPresenter.ActionsItemBridgeAdapter
233 void onUnbind() { in onUnbind() method in FullWidthDetailsOverviewRowPresenter.ViewHolder
600 vh.onUnbind(); in onUnbindRowViewHolder()
DVerticalGridPresenter.java64 public void onUnbind(ItemBridgeAdapter.ViewHolder viewHolder) { in onUnbind() method in VerticalGridPresenter.VerticalGridItemBridgeAdapter
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusedLocationService.java35 public boolean onUnbind(Intent intent) { in onUnbind() method in FusedLocationService
/frameworks/base/core/java/android/service/media/
DCameraPrewarmService.java71 public boolean onUnbind(Intent intent) { in onUnbind() method in CameraPrewarmService
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DTakeScreenshotService.java80 public boolean onUnbind(Intent intent) { in onUnbind() method in TakeScreenshotService
/frameworks/base/test-runner/src/android/test/
DServiceTestCase.java264 mService.onUnbind(mServiceIntent); in shutdownService()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DLocalService.java93 public boolean onUnbind(Intent intent) { in onUnbind() method in LocalService
/frameworks/base/telecomm/java/android/telecom/
DCallScreeningService.java204 public boolean onUnbind(Intent intent) { in onUnbind() method in CallScreeningService
DInCallService.java256 public boolean onUnbind(Intent intent) { in onUnbind() method in InCallService
/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareService.java49 public boolean onUnbind(Intent intent) { in onUnbind() method in GeofenceHardwareService
/frameworks/base/core/java/android/app/
DService.java568 public boolean onUnbind(Intent intent) { in onUnbind() method in Service
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMockAccessibilityService.java160 public boolean onUnbind(Intent intent) { in onUnbind() method in MockAccessibilityService
/frameworks/base/docs/html-intl/intl/ja/guide/components/
Dservices.jd730 public boolean {@link android.app.Service#onUnbind onUnbind}(Intent intent) {
737 // after onUnbind() has already been called
780 android.app.Service#onUnbind onUnbind()} から戻った時点で完了します。</p>
/frameworks/base/docs/html-intl/intl/ru/guide/components/
Dservices.jd730 public boolean {@link android.app.Service#onUnbind onUnbind}(Intent intent) {
737 // after onUnbind() has already been called
780 android.app.Service#onUnbind onUnbind()}.</p>
/frameworks/base/docs/html-intl/intl/ko/guide/components/
Dservices.jd730 public boolean {@link android.app.Service#onUnbind onUnbind}(Intent intent) {
737 // after onUnbind() has already been called
780 android.app.Service#onUnbind onUnbind()}가 반환되면 종료됩니다.</p>
Dbound-services.jd640 {@link android.app.Service#onUnbind onUnbind()} 메서드를 호출하면
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/
Dservices.jd730 public boolean {@link android.app.Service#onUnbind onUnbind}(Intent intent) {
737 // after onUnbind() has already been called
780 android.app.Service#onUnbind onUnbind()} 回傳時結束。</p>
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
Dservices.jd730 public boolean {@link android.app.Service#onUnbind onUnbind}(Intent intent) {
737 // after onUnbind() has already been called
780 android.app.Service#onUnbind onUnbind()} 返回时结束。</p>
Dbound-services.jd639 <p>此外,如果您的服务已启动并接受绑定,则当系统调用您的 {@link android.app.Service#onUnbind onUnbind()} 方法时,如果您想在客户端下一次绑定到服务时…
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DRowsFragment.java391 public void onUnbind(ItemBridgeAdapter.ViewHolder vh) {
394 mExternalAdapterListener.onUnbind(vh);
DRowsSupportFragment.java393 public void onUnbind(ItemBridgeAdapter.ViewHolder vh) {
396 mExternalAdapterListener.onUnbind(vh);
/frameworks/base/docs/html-intl/intl/ja/guide/topics/
Dfundamentals.jd825 …: 2em">{@code IBinder onBind(Intent <i>intent</i>)} <br/>{@code boolean onUnbind(Intent <i>intent<…
828onUnbind onUnbind()}</code> には {@code unbindService()} 渡された Intent オブジェクトが渡されます。サービスがバインドを許可している場合…
832 …,すべてのサービスはクライアントからのバインドを許可できます。したがって、どのサービスも {@code onBind()} および{@code onUnbind()} メソッドの呼び出しを受け取る…
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaRouteProviderService.java146 public boolean onUnbind(Intent intent) { in onUnbind() method in MediaRouteProviderService
150 return super.onUnbind(intent); in onUnbind()
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dservices.jd201 shut down ({@link android.accessibilityservice.AccessibilityService#onUnbind onUnbind()}).</p>
227 <li>{@link android.accessibilityservice.AccessibilityService#onUnbind onUnbind()} - (optional)

12