Searched refs:createErrorCursor (Results 1 – 1 of 1) sorted by relevance
258 return createErrorCursor(projection, R.string.error_locked_device); in queryChildDocuments()273 return createErrorCursor(projection, R.string.error_busy_device); in queryChildDocuments()742 private Cursor createErrorCursor(String[] projection, int stringResId) { in createErrorCursor() method in MtpDocumentsProvider