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

1 2

  /cts/libs/vogar-expect/src/vogar/util/
IoUtils.java 25 public static void closeQuietly(Closeable c) {
34 public static void closeQuietly(Socket c) {
  /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) {
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
CommonDatabaseUtils.java 40 closeQuietly(cursor);
54 closeQuietly(cursor);
65 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/guava/guava/src/com/google/common/io/
Closeables.java 97 public static void closeQuietly(@Nullable Closeable closeable) {
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
MockStreamResponse.java 41 closeQuietly(this.body);
58 closeQuietly(body);
68 private static void closeQuietly(Closeable closeable) {
  /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/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) {
  /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) {
IOUtils.java 45 * <li>closeQuietly - these methods close a stream ignoring nulls and exceptions
139 public static void closeQuietly(Reader input) {
157 public static void closeQuietly(Writer output) {
175 public static void closeQuietly(InputStream input) {
193 public static void closeQuietly(OutputStream output) {
519 * {@link LineIterator#close()} or {@link LineIterator#closeQuietly(LineIterator)}.
530 * IOUtils.closeQuietly(reader);
551 * {@link LineIterator#close()} or {@link LineIterator#closeQuietly(LineIterator)}.
562 * IOUtils.closeQuietly(stream);
    [all...]
  /external/mockito/src/org/mockito/internal/configuration/
ClassPathLoader.java 166 closeQuietly(in);
190 private static void closeQuietly(InputStream in) {
  /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);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertBlacklist.java 107 closeQuietly(f);
111 // Base on IoUtils.closeQuietly
112 private static void closeQuietly(Closeable closeable) {
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
Util.java 103 public static void closeQuietly(Closeable closeable) {
118 public static void closeQuietly(Socket socket) {
  /frameworks/base/services/java/com/android/server/am/
DeviceMonitor.java 132 closeQuietly(out);
162 closeQuietly(in);
179 private static void closeQuietly(Closeable closeable) {
  /frameworks/base/core/java/android/net/
TrafficStats.java 260 public static void closeQuietly(INetworkStatsSession session) {
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
DiskLruCache.java 239 public static void closeQuietly(Closeable closeable) {
364 closeQuietly(in);
766 closeQuietly(in);
832 closeQuietly(writer);
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 3190 milliseconds

1 2