Searched defs:onUnbind (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusedLocationService.java35 public boolean onUnbind(Intent intent) { method in class:FusedLocationService
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareService.java49 public boolean onUnbind(Intent intent) { method in class:GeofenceHardwareService
/frameworks/base/core/java/android/service/media/
H A DCameraPrewarmService.java71 public boolean onUnbind(Intent intent) { method in class:CameraPrewarmService
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalService.java93 public boolean onUnbind(Intent intent) { method in class:LocalService
94 Log.i("LocalService", "onUnbind: " + intent);
110 Log.i("LocalService", "onUnbind: " + intent);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTakeScreenshotService.java68 public boolean onUnbind(Intent intent) { method in class:TakeScreenshotService
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMockAccessibilityService.java160 public boolean onUnbind(Intent intent) { method in class:MockAccessibilityService
/frameworks/base/telecomm/java/android/telecom/
H A DCallScreeningService.java204 public boolean onUnbind(Intent intent) { method in class:CallScreeningService
205 Log.v(this, "onUnbind");
H A DInCallService.java256 public boolean onUnbind(Intent intent) { method in class:InCallService
H A DConnectionService.java724 public boolean onUnbind(Intent intent) { method in class:ConnectionService
726 return super.onUnbind(intent);
/frameworks/base/core/java/android/app/
H A DService.java568 public boolean onUnbind(Intent intent) { method in class:Service
575 * {@link #onUnbind}. This will only be called if the implementation
576 * of {@link #onUnbind} was overridden to return true.
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DItemBridgeAdapter.java41 public void onUnbind(ViewHolder viewHolder) { method in class:ItemBridgeAdapter.AdapterListener
284 protected void onUnbind(ViewHolder viewHolder) { method in class:ItemBridgeAdapter
359 onUnbind(viewHolder);
361 mAdapterListener.onUnbind(viewHolder);
H A DVerticalGridPresenter.java64 public void onUnbind(ItemBridgeAdapter.ViewHolder viewHolder) { method in class:VerticalGridPresenter.VerticalGridItemBridgeAdapter
H A DDetailsOverviewRowPresenter.java102 public void onUnbind(final ItemBridgeAdapter.ViewHolder ibvh) { method in class:DetailsOverviewRowPresenter.ActionsItemBridgeAdapter
H A DFullWidthDetailsOverviewRowPresenter.java148 public void onUnbind(final ItemBridgeAdapter.ViewHolder ibvh) { method in class:FullWidthDetailsOverviewRowPresenter.ActionsItemBridgeAdapter
233 void onUnbind() { method in class:FullWidthDetailsOverviewRowPresenter.ViewHolder
600 vh.onUnbind();
H A DListRowPresenter.java250 public void onUnbind(ItemBridgeAdapter.ViewHolder viewHolder) { method in class:ListRowPresenter.ListRowPresenterItemBridgeAdapter
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java145 public boolean onUnbind(Intent intent) { method in class:MediaRouteProviderService
149 return super.onUnbind(intent);

Completed in 448 milliseconds