Home
last modified time | relevance | path

Searched refs:getClipStore (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/
DDocumentsApplication.java77 public static ClipStore getClipStore(Context context) { in getClipStore() method in DocumentsApplication
/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
DUrisSupplier.java60 return getUris(DocumentsApplication.getClipStore(context)); in getUris()
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DFilesActivity.java143 DocumentsApplication.getClipStore(this), in onCreate()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java843 ClipStore clipStorage = DocumentsApplication.getClipStore(getContext()); in transferDocuments()