Searched refs:DEST_PORT_FLAG_3GPP2_WAP_PDU (Results 1 – 1 of 1) sorted by relevance
80 public static final int DEST_PORT_FLAG_3GPP2_WAP_PDU = (1 << 19); field in InboundSmsTracker87 + "count=? AND (destination_port & " + DEST_PORT_FLAG_3GPP2_WAP_PDU93 + DEST_PORT_FLAG_3GPP2_WAP_PDU + "=" + DEST_PORT_FLAG_3GPP2_WAP_PDU + ") AND deleted=0";190 mIs3gpp2WapPdu = ((destPort & DEST_PORT_FLAG_3GPP2_WAP_PDU) != 0); in InboundSmsTracker()247 destPort |= DEST_PORT_FLAG_3GPP2_WAP_PDU; in getContentValues()391 whereDestPort = "destination_port & " + DEST_PORT_FLAG_3GPP2_WAP_PDU + "=" in addDestPortQuery()392 + DEST_PORT_FLAG_3GPP2_WAP_PDU; in addDestPortQuery()394 whereDestPort = "destination_port & " + DEST_PORT_FLAG_3GPP2_WAP_PDU + "=0"; in addDestPortQuery()