Searched refs:mTargetInfo (Results 1 – 3 of 3) sorted by relevance
48 private final SelectableTargetInfo mTargetInfo; field in LoadDirectShareIconTask59 mTargetInfo = targetInfo; in LoadDirectShareIconTask()68 final Icon icon = mTargetInfo.getChooserTargetIcon(); in doInBackground()73 mTargetInfo.getChooserTargetComponentName(), in doInBackground()74 mTargetInfo.getDirectShareShortcutInfo()); in doInBackground()77 + mTargetInfo.getChooserTargetComponentName() + "; no access"); in doInBackground()83 + mTargetInfo.getChooserTargetComponentName(), in doInBackground()
532 SelectableTargetInfo mTargetInfo, @Nullable Drawable icon, boolean notify) { in onDirectShareIconLoaded() argument533 if (icon != null && !mTargetInfo.hasDisplayIcon()) { in onDirectShareIconLoaded()534 mTargetInfo.getDisplayIconHolder().setDisplayIcon(icon); in onDirectShareIconLoaded()
79 private TargetInfo mTargetInfo; field in ChooserRefinementManager.RefinementCompletion