Home | History | Annotate | Download | only in quicksearchbox

Lines Matching refs:mSource

31     private final Source mSource;
50 mSource = source;
54 return mSource;
95 return mSource.getDefaultIntentAction();
99 return mSource.getIntentComponent();
232 result = prime * result + ((mSource == null) ? 0 : mSource.hashCode());
289 if (mSource == null) {
290 if (other.mSource != null)
292 } else if (!mSource.equals(other.mSource))
321 appendField(builder, "source", mSource.getName());