Searched refs:DEST_PORT_FLAG_3GPP2_WAP_PDU (Results 1 – 1 of 1) sorted by relevance
92 public static final int DEST_PORT_FLAG_3GPP2_WAP_PDU = (1 << 19); field in InboundSmsTracker99 + "count=? AND (destination_port & " + DEST_PORT_FLAG_3GPP2_WAP_PDU105 + DEST_PORT_FLAG_3GPP2_WAP_PDU + "=" + DEST_PORT_FLAG_3GPP2_WAP_PDU + ") AND deleted=0";205 mIs3gpp2WapPdu = ((destPort & DEST_PORT_FLAG_3GPP2_WAP_PDU) != 0); in InboundSmsTracker()263 destPort |= DEST_PORT_FLAG_3GPP2_WAP_PDU; in getContentValues()409 whereDestPort = "destination_port & " + DEST_PORT_FLAG_3GPP2_WAP_PDU + "=" in addDestPortQuery()410 + DEST_PORT_FLAG_3GPP2_WAP_PDU; in addDestPortQuery()412 whereDestPort = "destination_port & " + DEST_PORT_FLAG_3GPP2_WAP_PDU + "=0"; in addDestPortQuery()