Searched refs:mShortcut (Results 1 – 2 of 2) sorted by relevance
163 private final Shortcut mShortcut; field in LockscreenFragment.StaticShortcut168 mShortcut = shortcut; in StaticShortcut()173 return mShortcut.icon.loadDrawable(mContext); in getDrawable()178 return mShortcut.label; in getLabel()183 return mShortcut.toString(); in getSettingValue()346 private final Shortcut mShortcut; field in LockscreenFragment.ShortcutButton350 mShortcut = shortcut; in ShortcutButton()354 mIconState.contentDescription = mShortcut.label; in ShortcutButton()369 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()