Home
last modified time | relevance | path

Searched refs:CONTENT_DESCRIPTION (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DCustomTileStatePersister.kt37 private const val CONTENT_DESCRIPTION = "content_description" in toString() constant
110 contentDescription = json.getStringOrNull(CONTENT_DESCRIPTION) in readTileFromString()
129 .put(CONTENT_DESCRIPTION, contentDescription) in writeToString()
/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/widget/card/
DSettingsCardTest.kt113 contentDescription = CONTENT_DESCRIPTION, in settingsCard_buttonHaveContentDescription()
120 composeTestRule.onNodeWithContentDescription(CONTENT_DESCRIPTION).assertIsDisplayed() in settingsCard_buttonHaveContentDescription()
164 const val CONTENT_DESCRIPTION = "content-description" constant