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

/frameworks/base/core/java/android/print/
H A DPrintDocumentInfo.java102 public static final int CONTENT_TYPE_PHOTO = 1; field in class:PrintDocumentInfo
168 * @see #CONTENT_TYPE_PHOTO
263 case CONTENT_TYPE_PHOTO: {
264 return "CONTENT_TYPE_PHOTO";
328 * @see #CONTENT_TYPE_PHOTO

Completed in 51 milliseconds