Home | History | Annotate | Download | only in app

Lines Matching defs:mLabelId

71     private final int mLabelId;
315 mLabelId = a.getResourceId(com.android.internal.R.styleable.Searchable_label, 0);
373 if (mLabelId == 0) {
625 return mLabelId;
807 mLabelId = in.readInt();
845 dest.writeInt(mLabelId);