Home | History | Annotate | Download | only in services

Lines Matching refs:DocumentInfo

30 import com.android.documentsui.model.DocumentInfo;
43 private static final DocumentInfo ALPHA_DOC = createDoc("alpha");
44 private static final DocumentInfo BETA_DOC = createDoc("alpha");
45 private static final DocumentInfo GAMMA_DOC = createDoc("gamma");
46 private static final DocumentInfo DELTA_DOC = createDoc("delta");
83 startService(createCopyIntent(new ArrayList<DocumentInfo>(), BETA_DOC));
160 private Intent createCopyIntent(ArrayList<DocumentInfo> files, DocumentInfo dest)
168 private static DocumentInfo createDoc(String name) {
179 private static DocumentInfo createDoc(Uri destination) {
180 DocumentInfo destDoc = new DocumentInfo();
201 DocumentStack stack, List<DocumentInfo> srcs) {