Home
last modified time | relevance | path

Searched refs:getViewsForIntent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Tag/src/com/android/apps/tag/record/
DRecordUtils.java63 public static View getViewsForIntent(Activity activity, LayoutInflater inflater, in getViewsForIntent() method in RecordUtils
DUriRecord.java103 return RecordUtils.getViewsForIntent(activity, inflater, parent, this, getIntentForUri(), in getView()
DVCardRecord.java98 return RecordUtils.getViewsForIntent(activity, inflater, parent, this, intent, description); in getView()