Searched refs:mInitialIntents (Results 1 – 2 of 2) sorted by relevance
92 private final ImmutableList<Intent> mInitialIntents; field in ChooserRequestParameters128 mInitialIntents = intentsWithModifiedLaunchFlagsFromExtraIfPresent( in ChooserRequestParameters()249 return (mInitialIntents == null) ? null : mInitialIntents.toArray(new Intent[0]); in getInitialIntents()
75 private final Intent[] mInitialIntents; field in ResolverListAdapter147 mInitialIntents = initialIntents; in ResolverListAdapter()490 if (mInitialIntents != null) { in processSortedList()491 for (int i = 0; i < mInitialIntents.length; i++) { in processSortedList()492 Intent ii = mInitialIntents[i]; in processSortedList()