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

  /cts/libs/vogar-expect/src/vogar/util/
IoUtils.java 25 public static void closeQuietly(Closeable c) {
34 public static void closeQuietly(Socket c) {
  /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/guava/guava/src/com/google/common/io/
Closeables.java 97 public static void closeQuietly(@Nullable 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) {
  /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 48 public static void closeQuietly(AutoCloseable closeable) {
62 public static void closeQuietly(FileDescriptor fd) {
72 public static void closeQuietly(Socket socket) {
126 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) {
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...]
  /frameworks/base/services/java/com/android/server/am/
DeviceMonitor.java 128 closeQuietly(out);
158 closeQuietly(in);
175 private static void closeQuietly(Closeable closeable) {
  /frameworks/base/core/java/android/net/
TrafficStats.java 250 public static void closeQuietly(INetworkStatsSession session) {
  /prebuilts/tools/common/commons-compress/
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 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 799 milliseconds