Home | History | Annotate | Download | only in cellbroadcastreceiver

Lines Matching refs:OTHER

104         OTHER
139 MessageServiceCategoryAndScope other = (MessageServiceCategoryAndScope) o;
140 return (mServiceCategory == other.mServiceCategory &&
141 mSerialNumber == other.mSerialNumber &&
142 mLocation.equals(other.mLocation) &&
143 mBodyHash == other.mBodyHash &&
144 mIsEtwsPrimary == other.mIsEtwsPrimary);
480 return true; // other broadcast messages are always enabled
519 alertType = AlertType.OTHER;
524 // For other alerts, vibration can be disabled in app settings.