Searched defs:closeQuietly (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
H A DUiClosables.java32 public static boolean closeQuietly(ListPopupWindow popup) { method in class:UiClosables
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
H A DCloseUtils.java28 public static void closeQuietly(Cursor cursor) { method in class:CloseUtils
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DLineIterator.java31 * 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) { method in class:LineIterator
H A DIOUtils.java45 * <li>closeQuietly - these methods close a stream ignoring nulls and exceptions
139 public static void closeQuietly(Reader input) { method in class:IOUtils
157 public static void closeQuietly(Writer output) { method in class:IOUtils
175 public static void closeQuietly(InputStream input) { method in class:IOUtils
193 public static void closeQuietly(OutputStream output) { method in class:IOUtils
522 * {@link LineIterator#close()} or {@link LineIterator#closeQuietly(LineIterator)}.
533 * IOUtils.closeQuietly(reader);
554 * {@link LineIterator#close()} or {@link LineIterator#closeQuietly(LineIterator)}.
565 * IOUtils.closeQuietly(stream);
/packages/apps/Dialer/src/com/android/dialer/util/
H A DDialerUtils.java139 public static void closeQuietly(AutoCloseable closeable) { method in class:DialerUtils
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
H A DCommonDatabaseUtils.java48 closeQuietly(cursor);
62 closeQuietly(cursor);
73 public static void closeQuietly(Cursor cursor) { method in class:CommonDatabaseUtils
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 2048 milliseconds