Home | History | Annotate | Download | only in telecom

Lines Matching defs:mIconResId

115     private final int mIconResId;
125 private int mIconResId;
146 mIconResId = phoneAccount.getIconResId();
168 this.mIconResId = value;
224 mIconResId,
244 mIconResId = iconResId;
370 return mIconResId;
379 return getIcon(context, mIconResId);
415 out.writeInt(mIconResId);
441 mIconResId = in.readInt();