Home
last modified time | relevance | path

Searched refs:mIntentAction (Results 1 – 4 of 4) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionData.java40 private String mIntentAction; field in SuggestionData
94 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()
/packages/apps/Car/Settings/src/com/android/car/settings/search/
DCarBaseSearchIndexProvider.java51 private final String mIntentAction; field in CarBaseSearchIndexProvider
56 mIntentAction = intentAction; in CarBaseSearchIndexProvider()
62 mIntentAction = null; in CarBaseSearchIndexProvider()
70 sir.intentAction = mIntentAction; in getXmlResourcesToIndex()
122 raw.intentAction = mIntentAction; in createRawDataEntry()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DIndexData.java89 intentAction = builder.mIntentAction; in IndexData()
163 private String mIntentAction; field in IndexData.Builder
190 return mIntentAction; in getIntentAction()
247 mIntentAction = intentAction; in setIntentAction()
312 boolean isEmptyIntentAction = TextUtils.isEmpty(mIntentAction); in buildIntent()
318 intent = DatabaseIndexingUtils.buildDirectSearchResultIntent(mIntentAction, in buildIntent()
/packages/apps/Settings/src/com/android/settings/utils/
DManagedServiceSettings.java257 private String mIntentAction; field in ManagedServiceSettings.Config.Builder
276 mIntentAction = intentAction; in setIntentAction()
311 return new Config(mTag, mSetting, mIntentAction, mConfigIntentAction, mPermission, in build()