Searched defs:warningType (Results 1 – 5 of 5) sorted by relevance
159 int warningType = (pdu[4] & 0xfe) >>> 1; in SmsCbHeader() local222 int warningType = getEtwsWarningType(); in SmsCbHeader() local
120 int warningType = cursor.getInt(etwsWarningTypeColumn); in createFromCursor() local
644 int warningType = message.getEtwsWarningInfo().getWarningType(); in openEmergencyAlertNotification() local
199 final int warningType = intent.getIntExtra(EXTRA_SIM_COMBINATION_WARNING_TYPE, in sendSimCombinationWarningIfNeeded() local
180 public void receiveBroadcastMessage(String channelName, String warningType, in receiveBroadcastMessage()