HomeSort by relevance Sort by last modified time
    Searched refs:onClose (Results 1 - 11 of 11) sorted by null

  /frameworks/base/obex/javax/obex/
ServerRequestHandler.java 276 public void onClose() {
ServerSession.java 655 mListener.onClose();
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorClient.h 84 LRESULT onClose(WPARAM, LPARAM);
WebInspectorClient.cpp 416 LRESULT WebInspectorClient::onClose(WPARAM, LPARAM)
463 return client->onClose(wParam, lParam);
  /hardware/ril/reference-ril/
atchannel.h 88 void at_set_on_reader_closed(void (*onClose)(void));
atchannel.c 938 void at_set_on_reader_closed(void (*onClose)(void))
940 s_onReaderClosed = onClose;
  /packages/apps/Launcher2/src/com/android/launcher2/
LiveFolder.java 91 void onClose() {
92 super.onClose();
97 // The adapter can be null if onClose() is called before FolderLoadingTask
Folder.java 149 void onClose() {
Launcher.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 542 public void onClose() {
550 /* onClose could happen even before start() where mCallback is set */
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 300 public void onClose() {
305 if (D) Log.d(TAG, "onClose(): msg MSG_SERVERSESSION_CLOSE sent out.");
    [all...]

Completed in 360 milliseconds