Searched defs:hasSendAction (Results 1 – 3 of 3) sorted by relevance
27 private val hasSendAction = constant46 fun hasSendAction() { in hasSendAction() method in com.android.intentresolver.ext.IntentExtTest
42 fun Intent.hasSendAction() = hasAction(Intent.ACTION_SEND, Intent.ACTION_SEND_MULTIPLE) method
602 private static boolean hasSendAction(Intent intent) { in hasSendAction() method in ChooserListAdapter