HomeSort by relevance Sort by last modified time
    Searched full:unbind (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /packages/apps/Launcher2/src/com/android/launcher2/
FolderInfo.java 105 void unbind() { method in class:FolderInfo
106 super.unbind();
LauncherAppWidgetInfo.java 81 void unbind() { method in class:LauncherAppWidgetInfo
82 super.unbind();
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ServiceTest.java 290 // Expect to see the service unbind and then destroyed.
320 // Expect to see the service unbind but not destroyed.
324 waitForResultOrThrow(5 * 1000, "existing connection to unbind service");
331 // Expect to see the service unbind and then destroyed.
464 fail("No exception thrown on second unbind");
466 //Log.i("foo", "Unbind exception", e);
  /development/samples/ApiDemos/res/layout/
local_service_binding.xml 36 <Button android:id="@+id/unbind"
messenger_service_binding.xml 36 <Button android:id="@+id/unbind"
remote_service_binding.xml 36 <Button android:id="@+id/unbind"
remote_binding_options.xml 75 <Button android:id="@+id/unbind"
  /packages/providers/MediaProvider/src/com/android/providers/media/
UsbReceiver.java 51 // tell MediaProvider MTP is disconnected so it can unbind from the service
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.cpp 192 // unbind FBO, release the pbuffer and delete the temp texture object
261 // unbind the fbo
268 // unbind from the FrameBuffer context
  /frameworks/base/docs/html/guide/topics/fundamentals/
bound-services.jd 13 <li>A bound service is destroyed once all clients unbind, unless the service was also started</li>
80 started, the system does <em>not</em> destroy the service when all clients unbind. Instead, you must
274 // Unbind from the service
318 <p class="note"><strong>Note:</strong> The example above doesn't explicitly unbind from the service,
319 but all clients should unbind at an appropriate time (such as when the activity pauses).</p>
481 // Unbind from the service
547 <p>When your client is destroyed, it will unbind from the service, but you should always unbind
549 shutdown while its not being used. (Appropriate times to bind and unbind is discussed
611 should bind during {@link android.app.Activity#onStart onStart()} and unbind during {@lin
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 283 // Expect to see the service unbind and then destroyed.
314 // Expect to see the service unbind but not destroyed.
318 waitForResultOrThrow(DELAY_MSEC, "existing connection to unbind service");
325 // Expect to see the service unbind and then destroyed.
  /external/webkit/Source/WebCore/inspector/
InspectorDOMStorageResource.h 62 void unbind();
InspectorDOMStorageResource.cpp 79 void InspectorDOMStorageResource::unbind() function in class:WebCore::InspectorDOMStorageResource
  /frameworks/base/libs/hwui/
Program.h 49 * Marks this program as unused. This will not unbind
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListAdapter.java 63 headerView.unbind();
ConversationListItem.java 228 public final void unbind() { method in class:ConversationListItem
229 if (DEBUG) Log.v(TAG, "unbind: contacts.removeListeners " + this);
  /packages/apps/Music/src/com/android/music/
MusicBrowserActivity.java 68 // we need to be able to bind again, so unbind
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 52 // The delay (in millis) to wait until attempting to unbind from a service after a request.
135 public synchronized void unbind(Context context, int appWidgetId, Intent intent) { method in class:RemoteViewsAdapter.RemoteViewsAdapterServiceConnection
141 Log.e("RemoteViewsAdapterServiceConnection", "unbind(): " + e.getMessage());
150 // Remove any deferred unbind messages
203 // Enqueue unbind message
223 // Dequeue any unbind messages
773 // No more items to load, so queue unbind
    [all...]
  /external/quake/quake/src/WinQuake/
README.Solaris 51 You can bind and unbind the mouse to the Quake window
55 your player. Use "_windowed_mouse 0" to unbind. You
  /packages/experimental/AndroidVendorSecurityTool/src/com/google/android/googlelogin/
GoogleLoginServiceBlockingHelper.java 42 * The helper does not unbind from the GoogleLoginService after
45 * When you are done with this object, call close() to unbind from the
  /cts/tests/tests/app/src/android/app/cts/
IntentServiceTest.java 127 // unbind service
  /external/openssl/crypto/dso/
dso_null.c 72 /* For now, "unbind" doesn't exist */
  /frameworks/base/services/java/com/android/server/location/
GeocoderProxy.java 57 * need to unbind from the old version and re-bind to the new one.
  /system/media/mca/filterfw/java/android/filterfw/core/
FilterSurfaceView.java 87 public synchronized void unbind() { method in class:FilterSurfaceView
  /system/media/mca/filterpacks/ui/java/
SurfaceRenderFilter.java 141 mSurfaceView.unbind();
206 mSurfaceView.unbind();

Completed in 1248 milliseconds

1 2 3 4