Home | History | Annotate | Download | only in launcher3

Lines Matching defs:intents

1168      * A class to check if an activity can handle one of the intents from a list of
1169 * predefined intents.
1180 ArrayList<Intent> intents = new ArrayList<Intent>();
1193 intents.add(Intent.parseUri(uri, 0));
1201 return intents;