Searched refs:close (Results 1 - 25 of 453) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/nfc/
H A DILlcpServiceSocket.aidl25 void close(int nativeHandle);
H A DILlcpConnectionlessSocket.aidl26 void close(int nativeHandle);
H A DILlcpSocket.aidl24 int close(int nativeHandle);
H A DINfcAdapterExtras.aidl28 Bundle close();
/frameworks/base/core/java/android/content/
H A DEntityIterator.java24 * resetting the iterator back to the beginning and provides for an explicit {@link #close()}
38 public void close(); method in interface:EntityIterator
H A DCursorEntityIterator.java105 public final void close() { method in class:CursorEntityIterator
110 mCursor.close();
/frameworks/base/core/java/android/content/res/
H A DXmlResourceParser.java26 * an additional close() method on this interface for the client to indicate
34 public void close(); method in interface:XmlResourceParser
/frameworks/base/tests/CoreTests/android/core/
H A DBufferedReaderTest.java42 a.close();
49 b.close();
56 c.close();
63 d.close();
H A DBufferedInputStreamTest.java43 a.close();
50 b.close();
57 c.close();
69 d.close();
78 e.close();
H A DLineNumberReaderTest.java48 a.close();
55 b.close();
62 c.close();
69 d.close();
76 e.close();
H A DPushbackInputStreamTest.java39 a.close();
47 b.close();
54 c.close();
H A DPushbackReaderTest.java39 a.close();
47 b.close();
54 c.close();
H A DDataInputStreamTest.java41 a.close();
48 b.close();
55 c.close();
64 d.close();
82 f.close();
104 g.close();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothInputStream.java43 public void close() throws IOException { method in class:BluetoothInputStream
44 mSocket.close();
H A DBluetoothOutputStream.java39 public void close() throws IOException { method in class:BluetoothOutputStream
40 mSocket.close();
H A DBluetoothServerSocket.java46 * BluetoothSocket} is acquired, it's a good idea to call {@link #close()} on
49 * close the returned {@link BluetoothSocket}.
52 * safe. In particular, {@link #close} will always immediately abort ongoing
53 * operations and close the server socket.
85 * <p>{@link #close} can be used to abort this call from another thread.
99 * <p>{@link #close} can be used to abort this call from another thread.
109 * Immediately close this socket, and release all associated resources.
113 * close any {@link BluetoothSocket} received from {@link #accept()}.
115 public void close() throws IOException { method in class:BluetoothServerSocket
121 mSocket.close();
[all...]
/frameworks/base/core/java/android/nfc/tech/
H A DTagTechnology.java70 * <li>{@link #close} must be called after completing I/O operations with a
160 * {@link IOException} by calling {@link #close} from another thread.
162 * <p>Applications must call {@link #close} when I/O operations are complete.
166 * @see #close()
178 * {@link IOException} by calling {@link #close} from another thread.
183 * @see #close()
199 public void close() throws IOException; method in interface:TagTechnology
204 * <p>Returns true if {@link #connect} has completed, and {@link #close} has not been
/frameworks/base/core/tests/coretests/src/android/os/
H A DMemoryFileTest.java68 fileToClose.close();
101 file.close();
119 is.close();
122 file.close();
165 is.close();
168 file.close();
172 // Tests that close() is idempotent
178 file.close();
179 file.close();
186 file.close();
[all...]
/frameworks/base/services/java/com/android/server/
H A DRandomBlock.java48 close(stream);
73 close(out);
91 private static void close(Closeable c) { method in class:RandomBlock
96 c.close();
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java83 e0.close();
84 e1.close();
85 e2.close();
106 e.close();
128 w0.close();
129 gz1.close();
130 os2.close();
131 gz3.close();
170 e0.close();
171 e1.close();
[all...]
/frameworks/base/voip/jni/rtp/
H A DRtpStream.cpp53 ::close(socket);
64 ::close(socket);
85 ::close(socket);
98 void close(JNIEnv *env, jobject thiz) function in namespace:__anon768
101 ::close(socket);
108 {"close", "()V", (void *)close},
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseStatementTest.java59 mDatabase.close();
90 statement.close();
126 statement1.close();
127 statement2.close();
139 statement.close();
149 c.close();
161 statement.close();
171 c.close();
184 statement.close();
193 c.close();
[all...]
/frameworks/base/core/java/android/net/
H A DLocalServerSocket.java113 public void close() throws IOException method in class:LocalServerSocket
115 impl.close();
/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java28 * you to close it when done with it.
34 //PartialFileDescriptor but avoid invoking close twice
36 //in this particular case fd.close might be invoked twice.
182 * If an error occurs attempting to close this ParcelFileDescriptor.
184 public void close() throws IOException { method in class:ParcelFileDescriptor
191 // close method.
192 mParcelDescriptor.close();
200 * take care of calling {@link ParcelFileDescriptor#close
201 * ParcelFileDescriptor.close()} for you when the stream is closed.
212 public void close() throw method in class:ParcelFileDescriptor.AutoCloseInputStream
231 public void close() throws IOException { method in class:ParcelFileDescriptor.AutoCloseOutputStream
[all...]
/frameworks/base/libs/utils/tests/
H A DTestHelpers.h39 ::close(sendFd);
43 ::close(receiveFd);

Completed in 273 milliseconds

1234567891011>>