Searched refs:mShortcut (Results 1 – 2 of 2) sorted by relevance
171 private final Shortcut mShortcut; field in LockscreenFragment.StaticShortcut176 mShortcut = shortcut; in StaticShortcut()181 return mShortcut.icon.loadDrawable(mContext); in getDrawable()186 return mShortcut.label; in getLabel()191 return mShortcut.toString(); in getSettingValue()354 private final Shortcut mShortcut; field in LockscreenFragment.ShortcutButton358 mShortcut = shortcut; in ShortcutButton()362 mIconState.contentDescription = mShortcut.label; in ShortcutButton()377 return mShortcut.intent; in getIntent()
169 private final Shortcut mShortcut; field in ShortcutPicker.ShortcutPreference174 mShortcut = shortcut; in ShortcutPreference()183 setIcon(mShortcut.icon.loadDrawable(getContext())); in onBindViewHolder()197 return mShortcut.toString(); in toString()