Searched refs:getViewsForIntent (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Tag/src/com/android/apps/tag/record/ |
D | RecordUtils.java | 63 public static View getViewsForIntent(Activity activity, LayoutInflater inflater, in getViewsForIntent() method in RecordUtils
|
D | UriRecord.java | 103 return RecordUtils.getViewsForIntent(activity, inflater, parent, this, getIntentForUri(), in getView()
|
D | VCardRecord.java | 98 return RecordUtils.getViewsForIntent(activity, inflater, parent, this, intent, description); in getView()
|