Home | History | Annotate | Download | only in pm

Lines Matching refs:mInfo

182         private final ShortcutInfoCompat mInfo;
185 mInfo = new ShortcutInfoCompat();
186 mInfo.mContext = context;
187 mInfo.mId = id;
201 mInfo.mLabel = shortLabel;
215 mInfo.mLongLabel = longLabel;
227 mInfo.mDisabledMessage = disabledMessage;
253 mInfo.mIntents = intents;
262 mInfo.mIcon = icon;
275 mInfo.mActivity = activity;
292 mInfo.mIsAlwaysBadged = true;
302 if (TextUtils.isEmpty(mInfo.mLabel)) {
305 if (mInfo.mIntents == null || mInfo.mIntents.length == 0) {
308 return mInfo;