Searched refs:CONTENT_DESCRIPTION (Results 1 – 2 of 2) sorted by relevance
37 private const val CONTENT_DESCRIPTION = "content_description" in toString() constant110 contentDescription = json.getStringOrNull(CONTENT_DESCRIPTION) in readTileFromString()129 .put(CONTENT_DESCRIPTION, contentDescription) in writeToString()
113 contentDescription = CONTENT_DESCRIPTION, in settingsCard_buttonHaveContentDescription()120 composeTestRule.onNodeWithContentDescription(CONTENT_DESCRIPTION).assertIsDisplayed() in settingsCard_buttonHaveContentDescription()164 const val CONTENT_DESCRIPTION = "content-description" constant