Searched refs:unbind (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterSurfaceView.java87 public synchronized void unbind() { method in class:FilterSurfaceView
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
H A DSurfaceRenderFilter.java141 mSurfaceView.unbind();
206 mSurfaceView.unbind();
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProvider.java122 unbind();
131 unbind();
172 private void unbind() { method in class:RegisteredMediaRouteProvider
243 unbind();
/frameworks/base/services/java/com/android/server/
H A DBluetoothManagerService.java466 if (DBG) Log.d(TAG, "Sending unbind request.");
673 boolean unbind = false;
699 unbind = true;
710 unbind = true;
730 if (unbind) {
857 // unbind and rebind bluetooth service and enable bluetooth
1035 // so the service won't be unbind
1125 //If Bluetooth is off, send service down event to proxy objects, and unbind
1189 //Only unbind with mEnable flag not set
1191 //Avoid unbind righ
[all...]
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java57 // The delay (in millis) to wait until attempting to unbind from a service after a request.
175 public synchronized void unbind(Context context, int appWidgetId, Intent intent) { method in class:RemoteViewsAdapter.RemoteViewsAdapterServiceConnection
188 Log.e("RemoteViewsAdapterServiceConnection", "unbind(): " + e.getMessage());
197 // Remove any deferred unbind messages
250 // Enqueue unbind message
270 // Dequeue any unbind messages
957 // No more items to load, so queue unbind
1343 // Dequeue any unbind messages
1376 mServiceConnection.unbind(mContext, mAppWidgetId, mIntent);
1387 // Remove any existing deferred-unbind message
[all...]
/frameworks/base/services/java/com/android/server/accounts/
H A DAccountManagerService.java2022 unbind();
2052 private void unbind() { method in class:AccountManagerService.Session

Completed in 309 milliseconds