Searched refs:acquireUnstableProviderOrThrow (Results 1 – 13 of 13) sorted by relevance
95 .acquireUnstableProviderOrThrow(mContext.getContentResolver(), authority)) { in getDocuments()129 .acquireUnstableProviderOrThrow(resolver, docUri.getAuthority())) { in findDocumentPath()137 try (ContentProviderClient client = DocumentsApplication.acquireUnstableProviderOrThrow( in createDocument()
21 import static com.android.documentsui.DocumentsApplication.acquireUnstableProviderOrThrow;339 try (ContentProviderClient client = acquireUnstableProviderOrThrow( in logStorageFileOperationFailure()
102 client = DocumentsApplication.acquireUnstableProviderOrThrow(resolver, authority); in run()
108 client = DocumentsApplication.acquireUnstableProviderOrThrow( in doInBackground()
62 public static ContentProviderClient acquireUnstableProviderOrThrow( in acquireUnstableProviderOrThrow() method in DocumentsApplication
118 client = DocumentsApplication.acquireUnstableProviderOrThrow(resolver, authority); in loadInBackground()
149 client = DocumentsApplication.acquireUnstableProviderOrThrow( in doInBackground()
408 client = DocumentsApplication.acquireUnstableProviderOrThrow( in runInternal()
21 import static com.android.documentsui.DocumentsApplication.acquireUnstableProviderOrThrow;199 client = acquireUnstableProviderOrThrow( in getClient()
61 client = DocumentsApplication.acquireUnstableProviderOrThrow( in doInBackground()
195 client = DocumentsApplication.acquireUnstableProviderOrThrow( in updateFromUri()
308 client = DocumentsApplication.acquireUnstableProviderOrThrow(resolver, authority); in loadRootsForAuthority()
178 client = DocumentsApplication.acquireUnstableProviderOrThrow( in renameDocument()