Searched refs:filterSmartspaceTarget (Results 1 – 8 of 8) sorted by relevance
48 fun filterSmartspaceTarget(t: SmartspaceTarget): Boolean method
107 assertThat(filter.filterSmartspaceTarget(smartspaceTarget)).isFalse() in testLockscreenAllowPrivateNotifications()125 assertThat(filter.filterSmartspaceTarget(smartspaceTarget)).isTrue() in testLockscreenAllowPrivateNotifications()
140 `when`(targetFilter.filterSmartspaceTarget(any())).thenReturn(true) in testConnectOnListen()
169 `when`(targetFilter.filterSmartspaceTarget(any())).thenReturn(true) in testConnectOnListen()
103 override fun filterSmartspaceTarget(t: SmartspaceTarget): Boolean { in filterSmartspaceTarget() method in com.android.systemui.smartspace.filters.LockscreenTargetFilter
92 targets.filter { targetFilter?.filterSmartspaceTarget(it) ?: true } in <lambda>()
127 val filteredTargets = targets.filter { targetFilter?.filterSmartspaceTarget(it) ?: true } in <lambda>()
227 val filteredTargets = targets.filter(::filterSmartspaceTarget) in <lambda>()577 private fun filterSmartspaceTarget(t: SmartspaceTarget): Boolean { in <lambda>() method