Searched defs:warningType (Results 1 – 7 of 7) sorted by relevance
34 private var warningType = TYPE_IS_UNKNOWN variable
159 int warningType = (pdu[4] & 0xfe) >>> 1; in SmsCbHeader() local222 int warningType = getEtwsWarningType(); in SmsCbHeader() local
251 final int[] warningType = {SmsCbEtwsInfo.ETWS_WARNING_TYPE_EARTHQUAKE, in testGetDialogPictogramResource() local320 final int[] warningType = {SmsCbEtwsInfo.ETWS_WARNING_TYPE_EARTHQUAKE, in testGetDialogTitleResourceForExistEtwsWarningInfo() local
120 int warningType = cursor.getInt(etwsWarningTypeColumn); in createFromCursor() local
683 int warningType = message.getEtwsWarningInfo().getWarningType(); in openEmergencyAlertNotification() local
242 final int warningType = intent.getIntExtra(EXTRA_SIM_COMBINATION_WARNING_TYPE, in sendSimCombinationWarningIfNeeded() local
198 public void receiveBroadcastMessage(String channelName, String warningType, in receiveBroadcastMessage()