Searched defs:close (Results 126 - 150 of 165) sorted by relevance

1234567

/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java168 public void close() { method in class:SpellCheckerSession
171 mSpellCheckerSessionListenerImpl.close();
301 Log.e(TAG, "Failed to close " + e);
378 public void close() { method in class:SpellCheckerSession.SpellCheckerSessionListenerImpl
380 Log.w(TAG, "close");
402 // Only one close task should be processed, while we need to remove
403 // all close tasks from the queue
479 close();
/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java206 public void close() { method in class:SuggestionsAdapter
207 if (DBG) Log.d(LOG_TAG, "close()");
257 if (c != null) c.close();
580 stream.close();
H A DSlidingDrawer.java710 * Toggles the drawer open and close. Takes effect immediately.
713 * @see #close()
729 * Toggles the drawer open and close with an animation.
732 * @see #close()
749 * @see #close()
767 public void close() { method in class:SlidingDrawer
776 * @see #close()
798 * @see #close()
871 * Sets the listener that receives a notification when the drawer becomes close.
953 // allowed to open/close th
[all...]
/frameworks/base/libs/androidfw/
H A DAsset.cpp142 ::close(fd);
149 ::close(fd);
154 ::close(fd);
195 ::close(fd);
203 ::close(fd);
214 ::close(fd);
365 close();
526 void _FileAsset::close(void) function in class:_FileAsset
689 close();
821 void _CompressedAsset::close(voi function in class:_CompressedAsset
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DDisplayContent.java433 void close() { method in class:DisplayContent
435 mStackBoxes.get(stackBoxNdx).close();
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java205 * Cause the thread accepting connections on the server socket to close
207 public void close() { method in class:TestWebServer
211 acceptT.close();
289 public void close() { method in class:TestWebServer.AcceptThread
296 ss.close();
301 w.close();
309 log("IOException caught by server socket close");
374 synchronized void close() { method in class:TestWebServer.Worker
679 s.close();
748 s.close();
[all...]
/frameworks/av/media/mtp/
H A DMtpDevice.cpp197 close();
222 void MtpDevice::close() { function in class:android::MtpDevice
763 ::close(fd);
/frameworks/base/core/java/android/database/
H A DAbstractCursor.java145 public void close() { method in class:AbstractCursor
317 // cursor will unregister all observers when it close
436 if (!mClosed) close();
H A DDatabaseUtils.java815 prog.close();
837 prog.close();
862 prog.close();
1054 if (cur != null) cur.close();
1321 public void close() { method in class:DatabaseUtils.InsertHelper
1323 mInsertStatement.close();
1327 mReplaceStatement.close();
1357 db.close();
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java190 mCloseGuard.open("close");
204 public void close() { method in class:SQLiteConnectionPool
213 mCloseGuard.close();
266 // because we need to close all but the primary connection first.
296 // we have no choice but to close the primary connection beforehand
303 // close and discard all existing connections.
490 + "to end transactions in progress properly and to close the database "
528 connection.close(); // might throw
530 Log.e(TAG, "Failed to close connection, its fate is now in the hands "
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java154 private void close() { method in class:CameraMetadataNative
728 close();
/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java51 * you to close it when done with it.
59 * Optional socket used to communicate close events, status at close, and
179 mGuard.open("close");
286 * so you must still close that fd as well as the new ParcelFileDescriptor.
308 * responsible for closing it. You must not close the fd yourself.
325 * the Socket, so you must still close the Socket as well as the new
573 * expecting a reliable signal through {@link #close()} or
597 * If an error occurs attempting to close this ParcelFileDescriptor.
600 public void close() throw method in class:ParcelFileDescriptor
799 public void close() throws IOException { method in class:ParcelFileDescriptor.AutoCloseInputStream
822 public void close() throws IOException { method in class:ParcelFileDescriptor.AutoCloseOutputStream
[all...]
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp163 static void close(JNIEnv* env, jobject clazz, SkPath* obj) { function in class:android::SkPathGlue
164 obj->close();
292 {"native_close","(I)V", (void*) SkPathGlue::close},
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java403 public void close() { method in class:BluetoothTestUtils
410 mOutputWriter.close();
/frameworks/base/media/java/android/media/
H A DImageReader.java177 * until the Image is {@link Image#close closed} to release the image back to the ImageReader.
187 * @see Image#close
216 * but {@link #close} all images that aren't the latest. This function is
232 * calls greater than {@link #getMaxImages} without calling {@link Image#close} in-between
235 * released with {@link Image#close}.
254 image.close();
259 image.close();
327 * calling {@link Image#close} in-between will exhaust the underlying queue. At such a time,
329 * {@link Image#close}.
349 "call #close befor
438 public void close() { method in class:ImageReader
552 public void close() { method in class:ImageReader.SurfaceImage
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java310 pathDelegate.close();
722 private void close() { method in class:Path_Delegate
760 close();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java404 public void close() { method in class:BridgeXmlBlockParser
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java287 public void close() { method in class:SipAudioCall
288 close(true);
291 private synchronized void close(boolean closeRtp) { method in class:SipAudioCall
475 close();
489 close(false);
574 close(true);
933 * it is undefined after the call ends or the {@link #close} method is
952 * {@link #close} method is called. If a group object is set by
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java170 public void close() { method in class:SuggestionsAdapter
171 if (DBG) Log.d(LOG_TAG, "close()");
217 if (c != null) c.close();
538 stream.close();
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp323 close();
408 if (mTrack != 0) close();
525 void VideoEditorPlayer::VeAudioOutput::close() { function in class:android::VideoEditorPlayer::VeAudioOutput
527 ALOGV("close");
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h102 virtual void close();
207 virtual void close() {} function in class:android::MediaPlayerService::AudioCache
/frameworks/base/core/java/android/content/
H A DContentResolver.java496 qCursor.close();
771 // Client can't handle a sub-section of a file, so close what
774 afd.close();
1488 * failures when communicating with the provider, and be sure to close it
1513 * failures when communicating with the provider, and be sure to close it
2255 mCloseGuard.open("close");
2259 public void close() { method in class:ContentResolver.CursorWrapperInner
2260 super.close();
2265 mCloseGuard.close();
2279 Log.w(TAG, "Cursor finalized without prior close()");
[all...]
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java49 public void close() { method in class:XmlBlock
259 // Automatically close the parse when we reach the end of
263 close();
443 public void close() { method in class:XmlBlock.Parser
454 close();
470 close();
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuBuilder.java160 * Called by menu to notify of close and selection changes.
768 close(true);
880 if (invoked) close(true);
882 close(false);
893 if (!invoked) close(true);
896 close(true);
912 final void close(boolean allMenusAreClosing) { method in class:MenuBuilder
928 public void close() { method in class:MenuBuilder
929 close(true);
/frameworks/base/graphics/java/android/graphics/
H A DPath.java456 public void close() { method in class:Path

Completed in 913 milliseconds

1234567