Searched refs:mIntentAction (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
H A D | SuggestionData.java | 40 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()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/search/ |
H A D | CarBaseSearchIndexProvider.java | 51 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()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
H A D | ServiceListing.java | 47 private final String mIntentAction; field in ServiceListing 64 mIntentAction = intentAction; in ServiceListing() 139 new Intent(mIntentAction), flags, user); in reload() 193 private String mIntentAction; field in ServiceListing.Builder 213 mIntentAction = intentAction; in setIntentAction() 238 return new ServiceListing(mContext, mTag, mSetting, mIntentAction, mPermission, mNoun, in build()
|
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/ |
H A D | IndexData.java | 89 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()
|
/aosp12/packages/apps/Settings/src/com/android/settings/utils/ |
H A D | ManagedServiceSettings.java | 257 private String mIntentAction; field in ManagedServiceSettings.Config.Builder 276 mIntentAction = intentAction; in setIntentAction() 311 return new Config(mTag, mSetting, mIntentAction, mConfigIntentAction, mPermission, in build()
|