Searched refs:DEST_PORT_FLAG_NO_PORT (Results 1 – 2 of 2) sorted by relevance
81 public static final int DEST_PORT_FLAG_NO_PORT = (1 << 16); field in InboundSmsTracker253 destPort = DEST_PORT_FLAG_NO_PORT; in getContentValues()284 if ((destPort & DEST_PORT_FLAG_NO_PORT) != 0) { in getRealDestPort()
139 mInboundSmsTrackerCV.put("destination_port", InboundSmsTracker.DEST_PORT_FLAG_NO_PORT); in createMockInboundSmsTracker()164 mInboundSmsTrackerCVSub1.put("destination_port", InboundSmsTracker.DEST_PORT_FLAG_NO_PORT); in createMockInboundSmsTracker()