Searched refs:close (Results 51 - 75 of 712) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothServerSocket.java48 * BluetoothSocket} is acquired, it's a good idea to call {@link #close()} on
51 * close the returned {@link BluetoothSocket}.
54 * safe. In particular, {@link #close} will always immediately abort ongoing
55 * operations and close the server socket.
111 * <p>{@link #close} can be used to abort this call from another thread.
125 * <p>{@link #close} can be used to abort this call from another thread.
135 * Immediately close this socket, and release all associated resources.
139 * close any {@link BluetoothSocket} received from {@link #accept()}.
141 public void close() throws IOException { method in class:BluetoothServerSocket
147 mSocket.close();
[all...]
/frameworks/base/core/java/android/hardware/
H A DSerialPort.java67 public void close() throws IOException { method in class:SerialPort
69 mFileDescriptor.close();
/frameworks/base/core/java/android/net/
H A DINetworkStatsSession.aidl36 void close();
H A DLocalSocketImpl.java64 public void close() throws IOException { method in class:LocalSocketImpl.SocketInputStream
65 LocalSocketImpl.this.close();
112 public void close() throws IOException { method in class:LocalSocketImpl.SocketOutputStream
113 LocalSocketImpl.this.close();
264 public void close() throws IOException { method in class:LocalSocketImpl
271 Libcore.os.close(fd);
536 close();
/frameworks/base/core/java/android/nfc/
H A DINfcAdapterExtras.aidl27 Bundle close(in String pkg, IBinder b);
H A DINfcTag.aidl28 int close(int nativeHandle);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCameraTestThread.java72 public synchronized void close() throws Exception { method in class:CameraTestThread
88 close();
/frameworks/compile/libbcc/include/bcc/Support/
H A DFileBase.h95 close();
149 void close();
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DISipService.aidl32 void close(in String localProfileUri);
/frameworks/volley/src/com/android/volley/toolbox/
H A DPoolingByteArrayOutputStream.java57 public void close() throws IOException { method in class:PoolingByteArrayOutputStream
60 super.close();
/frameworks/base/core/java/android/content/
H A DCursorLoader.java73 cursor.close();
102 cursor.close();
114 oldCursor.close();
174 cursor.close();
186 mCursor.close();
H A DContentQueryMap.java134 // while another thread called close(), which nulls out mCursor.
168 public synchronized void close() { method in class:ContentQueryMap
173 mCursor.close();
179 if (mCursor != null) close();
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DTracer.java59 public void close(); method in interface:Tracer.TracerSink
75 public void close() { method in class:Tracer.FileSink
76 mOut.close();
88 public void close() { method in class:Tracer.LogcatSink
151 sink.close();
/frameworks/uiautomator/src/com/android/uiautomator/core/
H A DTracer.java59 public void close(); method in interface:Tracer.TracerSink
75 public void close() { method in class:Tracer.FileSink
76 mOut.close();
88 public void close() { method in class:Tracer.LogcatSink
151 sink.close();
/frameworks/base/core/java/android/database/
H A DBulkCursorToCursorAdaptor.java117 public void close() { method in class:BulkCursorToCursorAdaptor
118 super.close();
122 mBulkCursor.close();
H A DIBulkCursor.java48 public void close() throws RemoteException; method in interface:IBulkCursor
/frameworks/base/core/java/android/net/http/
H A DHttpResponseCache.java192 // don't close and reopen if an equivalent cache is already installed
199 installedCache.close();
277 @Override public void close() throws IOException { method in class:HttpResponseCache
281 delegate.close();
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseLocaleTest.java61 mDatabase.close();
76 c.close();
126 if (cursor != null) cursor.close();
/frameworks/base/core/tests/coretests/src/android/net/
H A DLocalSocketTest.java134 ss.close();
136 ls.close();
169 ls1.close();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DFilteringCursorWrapper.java77 public void close() { method in class:FilteringCursorWrapper
78 super.close();
79 mCursor.close();
/frameworks/support/v4/java/android/support/v4/util/
H A DAtomicFile.java75 * with the new data. You <em>must not</em> directly close the given
117 * returned by {@link #startWrite()}. This will close, sync, and
125 str.close();
135 * returned by {@link #startWrite()}. This will close the current
142 str.close();
154 * opening for read. You should call close() on the FileInputStream when
199 stream.close();
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteCursor.java158 // and fails to close the cursor.
205 public void close() { method in class:SQLiteCursor
206 super.close();
208 mQuery.close();
261 // if the cursor hasn't been closed yet, close it first
273 close();
/frameworks/base/core/java/android/util/
H A DLogWriter.java56 @Override public void close() { method in class:LogWriter
/frameworks/base/core/java/com/android/server/
H A DResettableTimeout.java66 mLock.close();
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfDocument.cpp96 document->close();
99 void close() { function in class:android::PdfDocument
109 close();
143 document->close();

Completed in 749 milliseconds

1234567891011>>