Searched refs:mTargetInfo (Results 1 – 3 of 3) sorted by relevance
47 private final SelectableTargetInfo mTargetInfo; field in LoadDirectShareIconTask55 mTargetInfo = targetInfo; in LoadDirectShareIconTask()63 final Icon icon = mTargetInfo.getChooserTargetIcon(); in doInBackground()68 mTargetInfo.getChooserTargetComponentName(), in doInBackground()69 mTargetInfo.getDirectShareShortcutInfo()); in doInBackground()72 + mTargetInfo.getChooserTargetComponentName() + "; no access"); in doInBackground()81 + mTargetInfo.getChooserTargetComponentName(), in doInBackground()
493 SelectableTargetInfo mTargetInfo, @Nullable Drawable icon, boolean notify) { in onDirectShareIconLoaded() argument494 if (icon != null && !mTargetInfo.hasDisplayIcon()) { in onDirectShareIconLoaded()495 mTargetInfo.getDisplayIconHolder().setDisplayIcon(icon); in onDirectShareIconLoaded()
79 private TargetInfo mTargetInfo; field in ChooserRefinementManager.RefinementCompletion