Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DNotificationCharacteristics.kt35 private fun stringMatches(actual: String?, expected: String?): Boolean { in stringMatches() method
71 stringMatches(extras.getString(Notification.EXTRA_TITLE), characteristic.title) && in isMatch()
72 stringMatches(extras.getString(Notification.EXTRA_TEXT), characteristic.text) && in isMatch()