Searched refs:close (Results 176 - 200 of 818) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/view/
H A DMenu.java123 * Flag for {@link #performShortcut}: if set, do not close the menu after
130 * close the menu after executing the shortcut. Closing the menu also resets
400 public void close(); method in interface:Menu
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtypeArray.java217 zipper.close();
221 Slog.e(TAG, "Failed to close the stream.", e);
226 resultStream.close();
230 Slog.e(TAG, "Failed to close the stream.", e);
262 unzipper.close();
265 Slog.e(TAG, "Failed to close the stream.", e);
270 inputStream.close();
273 Slog.e(TAG, "Failed to close the stream.", e);
/frameworks/base/core/tests/coretests/src/android/content/
H A DAssetTest.java59 is.close();
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseStressTest.java58 mDatabase.close();
/frameworks/base/graphics/java/android/graphics/
H A DMovie.java89 is.close();
94 If it happened on close, moov is still valid.
/frameworks/base/packages/DefaultContainerService/jni/
H A Dcom_android_defcontainer_MeasurementUtils.cpp45 close(dirfd);
/frameworks/base/services/core/java/com/android/server/net/
H A DDelayedDiskWrite.java73 out.close();
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DDatabaseHelper.java111 db.close();
138 db.close();
227 c.close();
228 db.close();
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DUsbAccessoryStreamTransport.java47 mFd.close();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextPathActivity.java73 path.close();
/frameworks/base/tools/preload/
H A DCompile.java69 in.close();
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
H A DCamera2DeviceTester.java91 mCamera.close();
/frameworks/wilhelm/src/android/
H A Dandroid_LocAVPlayer.cpp75 // Binder dups the fd for use by mediaserver, so if we own the fd then OK to close now
77 (void) ::close(mDataLocator.fdi.fd);
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java379 cursor.close();
460 cursor.close();
490 response.close();
502 response.close();
506 response.close();
529 cursor.close();
558 cursor.close();
H A DDownloadManagerTestApp.java151 outputFile.close();
181 dataInputFile.close();
207 cursor.close();
210 pfd.close();
247 pfd.close();
250 cursor.close();
/frameworks/base/libs/androidfw/tests/
H A DBackupData_test.cpp83 ::close(fd);
124 ::close(fd);
174 ::close(fd);
226 ::close(fd);
267 ::close(fd);
327 ::close(fd);
393 ::close(fd);
/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsStorage.java116 cursor.close();
143 cursor.close();
195 raf.close();
201 raf.close();
223 raf.close();
229 raf.close();
319 mOpenHelper.close();
/frameworks/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp104 close(fds[i]);
137 close(epollfd);
200 close(fd);
303 close(epollfd);
305 close(fds[j]);
396 {"close", "(J)V", (void*)android_server_AlarmManagerService_close},
/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java52 * you to close it when done with it.
60 * Optional socket used to communicate close events, status at close, and
180 mGuard.open("close");
288 * so you must still close that fd as well as the new ParcelFileDescriptor.
310 * responsible for closing it. You must not close the fd yourself.
327 * the Socket, so you must still close the Socket as well as the new
575 * expecting a reliable signal through {@link #close()} or
599 * If an error occurs attempting to close this ParcelFileDescriptor.
602 public void close() throw method in class:ParcelFileDescriptor
808 public void close() throws IOException { method in class:ParcelFileDescriptor.AutoCloseInputStream
831 public void close() throws IOException { method in class:ParcelFileDescriptor.AutoCloseOutputStream
[all...]
H A DFileUtils.java169 in.close();
199 out.close();
274 bis.close();
275 input.close();
291 out.close();
316 cis.close();
H A DFileBridge.java120 Os.close(mTarget);
150 public void close() throws IOException { method in class:FileBridge.FileBridgeOutputStream
152 writeCommandAndBlock(CMD_CLOSE, "close()");
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java161 cursor.close();
495 pfd.close();
496 cursor.close();
636 output.close();
770 cursor.close();
819 cursor.close();
899 cursor.close();
910 cursor.close();
1015 cursor.close();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java66 * safe. In particular, {@link #close} will always immediately abort ongoing
67 * operations and close the socket.
191 as.close();
221 close();
293 * <p>{@link #close} can be used to abort this call from another thread.
380 mPfd.close();
382 Log.e(TAG, "bindListen, close mPfd: " + e1);
449 public void close() throws IOException { method in class:BluetoothSocket
450 if (DBG) Log.d(TAG, "close() in, this: " + this + ", channel: " + mPort + ", state: " + mSocketState);
460 if (DBG) Log.d(TAG, "close() thi
[all...]
/frameworks/base/cmds/bu/src/com/android/commands/bu/
H A DBackup.java133 fd.close();
150 fd.close();
/frameworks/base/cmds/screencap/
H A Dscreencap.cpp171 close(fb);
198 close(fd);

Completed in 723 milliseconds

1234567891011>>