Home
last modified time | relevance | path

Searched refs:makeInboundSmsTracker (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyComponentFactory.java94 public InboundSmsTracker makeInboundSmsTracker(byte[] pdu, long timestamp, int destPort, in makeInboundSmsTracker() method in TelephonyComponentFactory
103 public InboundSmsTracker makeInboundSmsTracker(byte[] pdu, long timestamp, int destPort, in makeInboundSmsTracker() method in TelephonyComponentFactory
113 public InboundSmsTracker makeInboundSmsTracker(Cursor cursor, boolean isCurrentFormat3gpp2) { in makeInboundSmsTracker() method in TelephonyComponentFactory
DSmsBroadcastUndelivered.java163 tracker = TelephonyComponentFactory.getInstance().makeInboundSmsTracker(cursor, in scanRawTable()
DInboundSmsHandler.java672 tracker = TelephonyComponentFactory.getInstance().makeInboundSmsTracker(sms.getPdu(), in dispatchNormalMessage()
681 tracker = TelephonyComponentFactory.getInstance().makeInboundSmsTracker(sms.getPdu(), in dispatchNormalMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmInboundSmsHandlerTest.java546 .makeInboundSmsTracker(any(byte[].class), anyLong(), anyInt(), anyBoolean(), in testMultiPartSms()
556 .makeInboundSmsTracker(any(byte[].class), anyLong(), anyInt(), anyBoolean(), in testMultiPartSms()
571 .makeInboundSmsTracker(any(byte[].class), anyLong(), anyInt(), anyBoolean(), in testMultiPartSms()
588 .makeInboundSmsTracker(any(byte[].class), anyLong(), anyInt(), anyBoolean(), in testMultiPartSms()
618 .makeInboundSmsTracker(any(byte[].class), anyLong(), anyInt(), anyBoolean(), in testMultiPartIncompleteSms()
628 .makeInboundSmsTracker(any(byte[].class), anyLong(), anyInt(), anyBoolean(), in testMultiPartIncompleteSms()
653 .makeInboundSmsTracker(any(byte[].class), anyLong(), anyInt(), anyBoolean(), in testMultipartSmsFromBlockedNumber_noBroadcastsSent()
664 .makeInboundSmsTracker(any(byte[].class), anyLong(), anyInt(), anyBoolean(), in testMultipartSmsFromBlockedNumber_noBroadcastsSent()
769 when(mTelephonyComponentFactory).makeInboundSmsTracker(any(Cursor.class), in testBroadcastUndeliveredMultiPart()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java320 .makeInboundSmsTracker(any(byte[].class), anyLong(), anyInt(), anyBoolean(), in setUp()
323 .makeInboundSmsTracker(any(byte[].class), anyLong(), anyInt(), anyBoolean(), in setUp()
326 .makeInboundSmsTracker(any(Cursor.class), anyBoolean()); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaInboundSmsHandler.java304 InboundSmsTracker tracker = TelephonyComponentFactory.getInstance().makeInboundSmsTracker( in processCdmaWapPdu()