Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmInboundSmsHandlerTest.java447 .makeInboundSmsTracker(nullable(byte[].class), anyLong(), anyInt(), anyBoolean(), in testMultiPartSmsWithIncompleteWAP()
460 .makeInboundSmsTracker(nullable(byte[].class), anyLong(), anyInt(), anyBoolean(), in testMultiPartSmsWithIncompleteWAP()
475 .makeInboundSmsTracker(nullable(byte[].class), anyLong(), anyInt(), anyBoolean(), in testMultiPartSmsWithIncompleteWAP()
504 .makeInboundSmsTracker(nullable(byte[].class), anyLong(), anyInt(), anyBoolean(), in testMultiPartSms()
515 .makeInboundSmsTracker(nullable(byte[].class), anyLong(), anyInt(), anyBoolean(), in testMultiPartSms()
531 .makeInboundSmsTracker(nullable(byte[].class), anyLong(), anyInt(), anyBoolean(), in testMultiPartSms()
549 .makeInboundSmsTracker(nullable(byte[].class), anyLong(), anyInt(), anyBoolean(), in testMultiPartSms()
581 .makeInboundSmsTracker(nullable(byte[].class), anyLong(), anyInt(), anyBoolean(), in testMultiPartIncompleteSms()
592 .makeInboundSmsTracker(nullable(byte[].class), anyLong(), anyInt(), anyBoolean(), in testMultiPartIncompleteSms()
619 .makeInboundSmsTracker(nullable(byte[].class), anyLong(), anyInt(), anyBoolean(), in testMultiPartSmsWithInvalidSeqNumber()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyComponentFactory.java122 public InboundSmsTracker makeInboundSmsTracker(byte[] pdu, long timestamp, int destPort, in makeInboundSmsTracker() method in TelephonyComponentFactory
132 public InboundSmsTracker makeInboundSmsTracker(byte[] pdu, long timestamp, int destPort, in makeInboundSmsTracker() method in TelephonyComponentFactory
142 public InboundSmsTracker makeInboundSmsTracker(Cursor cursor, boolean isCurrentFormat3gpp2) { in makeInboundSmsTracker() method in TelephonyComponentFactory
DSmsBroadcastUndelivered.java166 tracker = TelephonyComponentFactory.getInstance().makeInboundSmsTracker(cursor, in scanRawTable()
DInboundSmsHandler.java703 tracker = TelephonyComponentFactory.getInstance().makeInboundSmsTracker(sms.getPdu(), in dispatchNormalMessage()
713 tracker = TelephonyComponentFactory.getInstance().makeInboundSmsTracker(sms.getPdu(), in dispatchNormalMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java346 .makeInboundSmsTracker(nullable(byte[].class), anyLong(), anyInt(), anyBoolean(), in setUp()
350 .makeInboundSmsTracker(nullable(byte[].class), anyLong(), anyInt(), anyBoolean(), in setUp()
354 .makeInboundSmsTracker(nullable(Cursor.class), anyBoolean()); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaInboundSmsHandler.java303 InboundSmsTracker tracker = TelephonyComponentFactory.getInstance().makeInboundSmsTracker( in processCdmaWapPdu()
/frameworks/base/config/
Dboot-image-profile.txt9747 HPLcom/android/internal/telephony/TelephonyComponentFactory;->makeInboundSmsTracker([BJIZZLjava/lan…