Searched refs:EXTRA_ERROR (Results 1 – 7 of 7) sorted by relevance
114 assertNull(extras.getString(DocumentsContract.EXTRA_ERROR)); in testOpen_Success()135 assertNull(extras.getString(DocumentsContract.EXTRA_ERROR)); in testOpen_Success()167 assertNull(extras.getString(DocumentsContract.EXTRA_ERROR)); in testOpen_Failure()188 assertFalse(TextUtils.isEmpty(extras.getString(DocumentsContract.EXTRA_ERROR))); in testOpen_Failure()
84 extras.putString(DocumentsContract.EXTRA_ERROR, MSG_ERROR); in queryChildDocuments()89 extras.putString(DocumentsContract.EXTRA_ERROR, MSG_ERROR_AND_INFO); in queryChildDocuments()
480 extras.putString(DocumentsContract.EXTRA_ERROR, "flop"); in testReturnsWrappedExtras()492 assertEquals("flop", actual.getString(DocumentsContract.EXTRA_ERROR)); in testReturnsWrappedExtras()
133 bundle.putString(DocumentsContract.EXTRA_ERROR, "some error"); in testAddsErrorMessage_WithNoItem()
136 error = extras.getString(DocumentsContract.EXTRA_ERROR); in update()
121 bundle.putString(DocumentsContract.EXTRA_ERROR, in queryChildDocuments()
1708 public static final String EXTRA_ERROR = "cursor_error"; field in UIProvider.CursorExtraKeys