Lines Matching refs:mShouldSkipNotification
179 private final boolean mShouldSkipNotification; field in CallScreeningService.ParcelableCallResponse
196 mShouldSkipNotification = shouldSkipNotification; in ParcelableCallResponse()
206 mShouldSkipNotification = in.readBoolean(); in ParcelableCallResponse()
217 .setSkipNotification(mShouldSkipNotification) in toCallResponse()
240 return mShouldSkipNotification; in shouldSkipNotification()
275 dest.writeBoolean(mShouldSkipNotification); in writeToParcel()
332 private final boolean mShouldSkipNotification; field in CallScreeningService.CallResponse
356 mShouldSkipNotification = shouldSkipNotification; in CallResponse()
395 return mShouldSkipNotification; in getSkipNotification()
421 mShouldSkipNotification, in toParcelable()
436 mShouldSkipNotification == that.mShouldSkipNotification && in equals()
445 mShouldSkipCallLog, mShouldSkipNotification, in hashCode()
455 private boolean mShouldSkipNotification; field in CallScreeningService.CallResponse.Builder
512 mShouldSkipNotification = shouldSkipNotification; in setSkipNotification()
584 mShouldSkipNotification, in build()