Searched refs:mIsVideoCall (Results 1 – 1 of 1) sorted by relevance
150 private boolean mIsVideoCall; field in DomainSelectionService.SelectionAttributes182 mIsVideoCall = video; in SelectionAttributes()257 return mIsVideoCall; in isVideoCall()311 + ", videoCall=" + mIsVideoCall in toString()329 && mSelectorType == that.mSelectorType && mIsVideoCall == that.mIsVideoCall in equals()342 mIsVideoCall, mIsEmergency, mIsTestEmergencyNumber, mIsExitedFromAirplaneMode, in hashCode()358 out.writeBoolean(mIsVideoCall); in writeToParcel()374 mIsVideoCall = in.readBoolean(); in readFromParcel()413 private boolean mIsVideoCall; field in DomainSelectionService.SelectionAttributes.Builder459 mIsVideoCall = isVideo; in setVideoCall()[all …]