Searched refs:close (Results 201 - 225 of 999) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/net/
H A DDelayedDiskWrite.java79 out.close();
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DPreNTestDatabaseHelper.java95 helper.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/base/tools/preload2/src/com/android/preload/actions/
H A DExportAction.java56 out.close();
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
H A DCamera2DeviceTester.java90 mCamera.close();
/frameworks/native/cmds/bugreport/
H A Dbugreport.cpp94 close(s);
/frameworks/wilhelm/src/android/
H A Dandroid_LocAVPlayer.cpp84 // Binder dups the fd for use by mediaserver, so if we own the fd then OK to close now
86 (void) ::close(mDataLocator.fdi.fd);
/frameworks/base/core/java/android/content/
H A DContentProviderClient.java52 * be released using {@link #close()} in order to indicate to the system that
59 * {@link #openFile} are not thread safe -- you must not call {@link #close()}
90 mCloseGuard.open("close");
472 public void close() { method in class:ContentProviderClient
477 * @deprecated replaced by {@link #close()}.
485 mCloseGuard.close();
501 close();
543 mCloseGuard.open("close");
547 public void close() { method in class:ContentProviderClient.CursorWrapperInner
548 mCloseGuard.close();
[all...]
/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/support/tests/java/android/support/v4/content/
H A DFileProviderTest.java182 cursor.close();
199 cursor.close();
210 cursor.close();
227 cursor.close();
333 out.close();
359 closeable.close();
374 in.close();
/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java53 * you to close it when done with it.
61 * Optional socket used to communicate close events, status at close, and
181 mGuard.open("close");
318 * so you must still close that fd as well as the new ParcelFileDescriptor.
340 * responsible for closing it. You must not close the fd yourself.
357 * the Socket, so you must still close the Socket as well as the new
622 * expecting a reliable signal through {@link #close()} or
638 mGuard.close();
649 * If an error occurs attempting to close thi
652 public void close() throws IOException { method in class:ParcelFileDescriptor
860 public void close() throws IOException { method in class:ParcelFileDescriptor.AutoCloseInputStream
911 public void close() throws IOException { method in class:ParcelFileDescriptor.AutoCloseOutputStream
[all...]
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/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsProvider.java356 pipe[0].close(); // 0 bytes for a new document.
393 pipe[1].close();
499 mDatabase.close();
500 mAppFuse.close();
530 getDeviceToolkit(deviceId).close();
567 cursor.close();
601 public void close() throws InterruptedException { method in class:MtpDocumentsProvider.DeviceToolkit
602 mPipeManager.close();
603 mDocumentLoader.close();
670 writer.close();
[all...]
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java160 cursor.close();
494 pfd.close();
495 cursor.close();
635 output.close();
769 cursor.close();
818 cursor.close();
898 cursor.close();
909 cursor.close();
1014 cursor.close();
H A DDownloadManagerStressTest.java114 cursor.close();
186 fo.close();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java1950 headset.close();
1954 a2dp.close();
1958 a2dpSink.close();
1962 avrcp.close();
1966 iDev.close();
1970 pan.close();
1974 health.close();
1978 gatt.close();
1982 gattServer.close();
1986 map.close();
[all...]
/frameworks/base/cmds/bu/src/com/android/commands/bu/
H A DBackup.java133 fd.close();
150 fd.close();
/frameworks/base/core/java/android/database/
H A DCursorWrapper.java49 public void close() { method in class:CursorWrapper
50 mCursor.close();
/frameworks/base/core/java/android/provider/
H A DSyncStateContract.java88 c.close();
144 c.close();
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileBridgeTest.java57 fileOs.close();
66 client.close();
125 fail("wrote after close!");

Completed in 1073 milliseconds

1234567891011>>