Home
last modified time | relevance | path

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

123

/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.java68 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/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>
/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>
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/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>
Dbound-services.jd639 <p>さらに、サービスが開始されてバインドを許可する場合、システムが {@link android.app.Service#onUnbind onUnbind()} メソッドを呼び出すとき、次回クラ…
/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>
/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.java145 public boolean onUnbind(Intent intent) { in onUnbind() method in MediaRouteProviderService
149 return super.onUnbind(intent); in onUnbind()
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dservices.jd208 shut down ({@link android.accessibilityservice.AccessibilityService#onUnbind onUnbind()}).</p>
234 <li>{@link android.accessibilityservice.AccessibilityService#onUnbind onUnbind()} - (optional)

123