Searched refs:mIntentAction (Results 1 – 4 of 4) sorted by relevance
40 private String mIntentAction; field in SuggestionData94 if (mIntentAction != null) return mIntentAction; in getSuggestionIntentAction()168 mIntentAction = intentAction; in setIntentAction()227 result = prime * result + ((mIntentAction == null) ? 0 : mIntentAction.hashCode()); in hashCode()264 if (mIntentAction == null) { in equals()265 if (other.mIntentAction != null) in equals()267 } else if (!mIntentAction.equals(other.mIntentAction)) in equals()323 appendField(builder, "intentAction", mIntentAction); in toString()
51 private final String mIntentAction; field in CarBaseSearchIndexProvider56 mIntentAction = intentAction; in CarBaseSearchIndexProvider()62 mIntentAction = null; in CarBaseSearchIndexProvider()70 sir.intentAction = mIntentAction; in getXmlResourcesToIndex()122 raw.intentAction = mIntentAction; in createRawDataEntry()
89 intentAction = builder.mIntentAction; in IndexData()163 private String mIntentAction; field in IndexData.Builder190 return mIntentAction; in getIntentAction()247 mIntentAction = intentAction; in setIntentAction()312 boolean isEmptyIntentAction = TextUtils.isEmpty(mIntentAction); in buildIntent()318 intent = DatabaseIndexingUtils.buildDirectSearchResultIntent(mIntentAction, in buildIntent()
257 private String mIntentAction; field in ManagedServiceSettings.Config.Builder276 mIntentAction = intentAction; in setIntentAction()311 return new Config(mTag, mSetting, mIntentAction, mConfigIntentAction, mPermission, in build()