Searched refs:apkTargetingMatcher (Results 1 – 1 of 1) sorted by relevance
137 …return m.ApkDescription == nil || (apkTargetingMatcher{m.Targeting}).matches(config, allAbisMustMa…140 type apkTargetingMatcher struct { struct144 func (m apkTargetingMatcher) matches(config TargetConfig, allAbisMustMatch bool) bool { argument