Searched defs:hasAction (Results 1 – 2 of 2) sorted by relevance
33 fun hasAction() { in hasAction() method
33 fun Intent.hasAction(vararg actions: String): Boolean = action in actions method