Home
last modified time | relevance | path

Searched refs:closeWithErrorQuietly (Results 1 – 2 of 2) sorted by relevance

/development/samples/Vault/src/com/example/android/vault/
DUtils.java40 public static void closeWithErrorQuietly(ParcelFileDescriptor pfd, String msg) { in closeWithErrorQuietly() method in Utils
DVaultProvider.java22 import static com.example.android.vault.Utils.closeWithErrorQuietly;
538 closeWithErrorQuietly(writeEnd, e.toString()); in startRead()
541 closeWithErrorQuietly(writeEnd, e.toString()); in startRead()
569 closeWithErrorQuietly(readEnd, e.toString()); in startWrite()
572 closeWithErrorQuietly(readEnd, e.toString()); in startWrite()