Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java467 private boolean considerAdd(Action action, ResolveCache resolveCache, boolean front) { in considerAdd() argument
468 if (resolveCache.hasResolve(action)) { in considerAdd()
479 private View inflateAction(String mimeType, ResolveCache resolveCache, ViewGroup root) { in inflateAction() argument
488 final CharSequence descrip = resolveCache.getDescription(firstInfo); in inflateAction()
489 final Drawable icon = resolveCache.getIcon(firstInfo); in inflateAction()