Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserTargetActionsDialogFragment.java138 title.setText(isShortcutTarget() ? mShortcutTitle : pg.getLabel()); in onCreateView()
203 if (isShortcutTarget()) { in onClick()
269 isShortcutTarget() ? mShortcutTitle : dri.getResolveInfo().loadLabel(pm)); in getItemLabel()
288 return isShortcutTarget() ? mIsShortcutPinned : dri.isPinned(); in isPinned()
291 private boolean isShortcutTarget() { in isShortcutTarget() method in ChooserTargetActionsDialogFragment