Lines Matching refs:null
94 if (mIntentAction != null) return mIntentAction;
224 result = prime * result + ((mFormat == null) ? 0 : mFormat.hashCode());
225 result = prime * result + ((mIcon1 == null) ? 0 : mIcon1.hashCode());
226 result = prime * result + ((mIcon2 == null) ? 0 : mIcon2.hashCode());
227 result = prime * result + ((mIntentAction == null) ? 0 : mIntentAction.hashCode());
228 result = prime * result + ((mIntentData == null) ? 0 : mIntentData.hashCode());
229 result = prime * result + ((mIntentExtraData == null) ? 0 : mIntentExtraData.hashCode());
230 result = prime * result + ((mLogType == null) ? 0 : mLogType.hashCode());
231 result = prime * result + ((mShortcutId == null) ? 0 : mShortcutId.hashCode());
232 result = prime * result + ((mSource == null) ? 0 : mSource.hashCode());
234 result = prime * result + ((mSuggestionQuery == null) ? 0 : mSuggestionQuery.hashCode());
235 result = prime * result + ((mText1 == null) ? 0 : mText1.hashCode());
236 result = prime * result + ((mText2 == null) ? 0 : mText2.hashCode());
244 if (obj == null)
249 if (mFormat == null) {
250 if (other.mFormat != null)
254 if (mIcon1 == null) {
255 if (other.mIcon1 != null)
259 if (mIcon2 == null) {
260 if (other.mIcon2 != null)
264 if (mIntentAction == null) {
265 if (other.mIntentAction != null)
269 if (mIntentData == null) {
270 if (other.mIntentData != null)
274 if (mIntentExtraData == null) {
275 if (other.mIntentExtraData != null)
279 if (mLogType == null) {
280 if (other.mLogType != null)
284 if (mShortcutId == null) {
285 if (other.mShortcutId != null)
289 if (mSource == null) {
290 if (other.mSource != null)
296 if (mSuggestionQuery == null) {
297 if (other.mSuggestionQuery != null)
301 if (mText1 == null) {
302 if (other.mText1 != null)
306 if (mText2 == null) {
307 if (other.mText2 != null)
332 if (value != null) {