Home | History | Annotate | Download | only in telecom

Lines Matching defs:mLabel

324     private final CharSequence mLabel;
344 private CharSequence mLabel;
357 this.mLabel = label;
372 mLabel = phoneAccount.getLabel();
390 this.mLabel = label;
566 mLabel,
596 mLabel = label;
690 return mLabel;
843 out.writeCharSequence(mLabel);
890 mLabel = in.readCharSequence();