Searched defs:secondaryIntent (Results 1 - 1 of 1) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactFragment.java257 Intent intent = entry.secondaryIntent;
384 entry.secondaryIntent = new Intent(Intent.ACTION_SENDTO,
535 public Intent secondaryIntent = null; field in class:ContactFragment.ViewEntry
634 || !ContactsUtils.areIntentActionEqual(secondaryIntent, entry.secondaryIntent)
775 if (entry.secondaryIntent != null && secondaryActionIcon != null) {

Completed in 58 milliseconds