Searched refs:stringMatches (Results 1 – 1 of 1) sorted by relevance
35 private fun stringMatches(actual: String?, expected: String?): Boolean { in stringMatches() method71 stringMatches(extras.getString(Notification.EXTRA_TITLE), characteristic.title) && in isMatch()72 stringMatches(extras.getString(Notification.EXTRA_TEXT), characteristic.text) && in isMatch()