Home | History | Annotate | Download | only in quicksearchbox

Lines Matching refs:mIntentAction

40     private String mIntentAction;
94 if (mIntentAction != null) return mIntentAction;
168 mIntentAction = intentAction;
227 result = prime * result + ((mIntentAction == null) ? 0 : mIntentAction.hashCode());
264 if (mIntentAction == null) {
265 if (other.mIntentAction != null)
267 } else if (!mIntentAction.equals(other.mIntentAction))
323 appendField(builder, "intentAction", mIntentAction);