HomeSort by relevance Sort by last modified time
    Searched refs:closeQuietly (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /cts/libs/vogar-expect/src/vogar/util/
IoUtils.java 25 public static void closeQuietly(Closeable c) {
34 public static void closeQuietly(Socket c) {
  /frameworks/ex/common/java/com/android/common/io/
MoreCloseables.java 28 public static void closeQuietly(Cursor cursor) {
37 public static void closeQuietly(AssetFileDescriptor assetFileDescriptor) {
  /packages/apps/Contacts/src/com/android/contacts/util/
UiClosables.java 32 public static boolean closeQuietly(ListPopupWindow popup) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
CloseUtils.java 28 public static void closeQuietly(Cursor cursor) {
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
CloseUtils.java 34 public static void closeQuietly(Closeable closeable) {
45 public static void closeQuietly(Cursor cursor) {
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
MockStreamResponse.java 41 closeQuietly(this.body);
58 closeQuietly(body);
68 private static void closeQuietly(Closeable closeable) {
  /libcore/luni/src/main/java/libcore/net/url/
FtpURLInputStream.java 67 IoUtils.closeQuietly(is);
68 IoUtils.closeQuietly(controlSocket);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
CommonDatabaseUtils.java 40 closeQuietly(cursor);
54 closeQuietly(cursor);
65 public static void closeQuietly(Cursor cursor) {
DeletedContactUtil.java 55 CommonDatabaseUtils.closeQuietly(cursor);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
CommonDatabaseUtils.java 41 closeQuietly(cursor);
55 closeQuietly(cursor);
66 public static void closeQuietly(Cursor cursor) {
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofBinaryToAscii.java 96 closeQuietly(inputStream);
109 closeQuietly(inputStream);
129 closeQuietly(inputStream);
145 * From IoUtils.closeQuietly but replicated for open source
148 private static void closeQuietly(Closeable c) {
  /libcore/luni/src/main/java/libcore/io/
IoUtils.java 49 public static void closeQuietly(AutoCloseable closeable) {
63 public static void closeQuietly(FileDescriptor fd) {
73 public static void closeQuietly(Socket socket) {
127 IoUtils.closeQuietly(f);
  /packages/apps/Email/src/org/apache/commons/io/
LineIterator.java 31 * or by calling the {@link #close()} or {@link #closeQuietly(LineIterator)}
43 * LineIterator.closeQuietly(iterator);
156 IOUtils.closeQuietly(bufferedReader);
175 public static void closeQuietly(LineIterator iterator) {
FileSystemUtils.java 436 IOUtils.closeQuietly(in);
437 IOUtils.closeQuietly(out);
438 IOUtils.closeQuietly(err);
439 IOUtils.closeQuietly(inr);
  /frameworks/base/services/java/com/android/server/am/
DeviceMonitor.java 132 closeQuietly(out);
162 closeQuietly(in);
179 private static void closeQuietly(Closeable closeable) {
  /external/guava/guava/src/com/google/common/io/
Closeables.java 97 public static void closeQuietly(@Nullable Closeable closeable) {
  /packages/apps/Email/src/org/apache/commons/io/output/
FileWriterWithEncoding.java 242 IOUtils.closeQuietly(writer);
243 IOUtils.closeQuietly(stream);
249 IOUtils.closeQuietly(writer);
250 IOUtils.closeQuietly(stream);
LockableFileWriter.java 242 IOUtils.closeQuietly(writer);
243 IOUtils.closeQuietly(stream);
250 IOUtils.closeQuietly(writer);
251 IOUtils.closeQuietly(stream);
  /libcore/luni/src/main/java/libcore/net/http/
HttpConnection.java 132 IoUtils.closeQuietly(sslOutputStream);
133 IoUtils.closeQuietly(sslInputStream);
134 IoUtils.closeQuietly(sslSocket);
135 IoUtils.closeQuietly(outputStream);
136 IoUtils.closeQuietly(inputStream);
137 IoUtils.closeQuietly(socket);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogQueryHandler.java 264 MoreCloseables.closeQuietly(mNewCallsCursor);
265 MoreCloseables.closeQuietly(mOldCallsCursor);
281 MoreCloseables.closeQuietly(mNewCallsCursor);
292 MoreCloseables.closeQuietly(mOldCallsCursor);
317 MoreCloseables.closeQuietly(mNewCallsCursor);
323 MoreCloseables.closeQuietly(mOldCallsCursor);
  /external/guava/guava-tests/test/com/google/common/io/
CloseablesTest.java 71 // make sure that no exception is thrown by CloseQuietly when the mock does
74 Closeables.closeQuietly(mockCloseable);
103 // make sure that no exception is thrown by CloseQuietly when the mock does
112 Closeables.closeQuietly(null);
  /external/okhttp/src/test/java/com/squareup/okhttp/
ConnectionPoolTest.java 104 Util.closeQuietly(httpA);
105 Util.closeQuietly(httpB);
106 Util.closeQuietly(httpC);
107 Util.closeQuietly(httpD);
108 Util.closeQuietly(httpE);
109 Util.closeQuietly(spdyA);
110 Util.closeQuietly(spdyB);
366 Util.closeQuietly(httpA);
  /external/okhttp/src/main/java/com/squareup/okhttp/
ConnectionPool.java 98 Util.closeQuietly(expiredConnection);
177 Util.closeQuietly(connection);
209 Util.closeQuietly(connection);
218 Util.closeQuietly(connection);
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
VariableSpeedNative.java 59 MoreCloseables.closeQuietly(afd);
  /libcore/luni/src/main/java/java/util/logging/
SimpleFormatter.java 64 IoUtils.closeQuietly(pw);

Completed in 580 milliseconds

1 2 3 4 5 6