Home
last modified time | relevance | path

Searched refs:acquireUnstableProviderOrThrow (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDocumentsApplication.java53 public static ContentProviderClient acquireUnstableProviderOrThrow( in acquireUnstableProviderOrThrow() method in DocumentsApplication
DCreateDirectoryFragment.java111 client = DocumentsApplication.acquireUnstableProviderOrThrow( in doInBackground()
DCopyService.java137 mSrcClient = DocumentsApplication.acquireUnstableProviderOrThrow(getContentResolver(), in onHandleIntent()
139 mDstClient = DocumentsApplication.acquireUnstableProviderOrThrow(getContentResolver(), in onHandleIntent()
DDirectoryLoader.java165 client = DocumentsApplication.acquireUnstableProviderOrThrow(resolver, authority); in loadInBackground()
DRecentLoader.java127 client = DocumentsApplication.acquireUnstableProviderOrThrow( in runInternal()
DRootsCache.java260 client = DocumentsApplication.acquireUnstableProviderOrThrow(resolver, authority); in loadRootsForAuthority()
DDirectoryFragment.java668 client = DocumentsApplication.acquireUnstableProviderOrThrow( in onDeleteDocuments()
1114 client = DocumentsApplication.acquireUnstableProviderOrThrow( in doInBackground()
DDocumentsActivity.java809 client = DocumentsApplication.acquireUnstableProviderOrThrow( in doInBackground()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DDocumentInfo.java193 client = DocumentsApplication.acquireUnstableProviderOrThrow( in updateFromUri()