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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java7937 // If writeable, open a writeable file descriptor that we can monitor.
8074 * @return An asset file descriptor that allows the file to be read.
8098 * Opens a file descriptor for a photo to be written. When the caller completes writing
8109 * @return An asset file descriptor the caller can use to write an image file for the
8127 * Async task that monitors the given file descriptor (the read end of a pipe) for
8135 private PipeMonitor(long rawContactId, long dataId, ParcelFileDescriptor descriptor) { argument
8138 mDescriptor = descriptor;

Completed in 138 milliseconds