Searched refs:isSafetyCenterNotification (Results 1 – 1 of 1) sorted by relevance
56 if (statusBarNotification.isSafetyCenterNotification()) { in <lambda>()65 if (statusBarNotification.isSafetyCenterNotification()) { in <lambda>()266 .filter { it.isSafetyCenterNotification() } in <lambda>()374 private fun StatusBarNotification.isSafetyCenterNotification(): Boolean = in <lambda>() method