Searched refs:DEST_PORT_FLAG_3GPP2_WAP_PDU (Results 1 – 1 of 1) sorted by relevance
96 public static final int DEST_PORT_FLAG_3GPP2_WAP_PDU = (1 << 19); field in InboundSmsTracker103 + "count=? AND (destination_port & " + DEST_PORT_FLAG_3GPP2_WAP_PDU109 + DEST_PORT_FLAG_3GPP2_WAP_PDU + "=" + DEST_PORT_FLAG_3GPP2_WAP_PDU + ") AND deleted=0";214 mIs3gpp2WapPdu = ((destPort & DEST_PORT_FLAG_3GPP2_WAP_PDU) != 0); in InboundSmsTracker()274 destPort |= DEST_PORT_FLAG_3GPP2_WAP_PDU; in getContentValues()420 whereDestPort = "destination_port & " + DEST_PORT_FLAG_3GPP2_WAP_PDU + "=" in addDestPortQuery()421 + DEST_PORT_FLAG_3GPP2_WAP_PDU; in addDestPortQuery()423 whereDestPort = "destination_port & " + DEST_PORT_FLAG_3GPP2_WAP_PDU + "=0"; in addDestPortQuery()