Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioImsProxy.java128 public void startImsTraffic(int serial, int token, int trafficType, int accessNetworkType, in startImsTraffic() method in RadioImsProxy
132 mImsProxy.startImsTraffic(serial, in startImsTraffic()
DCommandsInterface.java2832 default void startImsTraffic(int token, in startImsTraffic() method
DPhone.java4974 public void startImsTraffic(int token, in startImsTraffic() method in Phone
4978 mCi.startImsTraffic(token, trafficType, accessNetworkType, trafficDirection, response); in startImsTraffic()
DRIL.java4936 public void startImsTraffic(int token, int trafficType, int accessNetworkType, in startImsTraffic() method in RIL
4952 imsProxy.startImsTraffic(rr.mSerial, token, RILUtils.convertImsTrafficType(trafficType), in startImsTraffic()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java2622 verify(mImsPhone, times(1)).startImsTraffic(eq(1), in testStartAndStopImsTrafficSession()
2633 verify(mImsPhone, times(1)).startImsTraffic(eq(2), in testStartAndStopImsTrafficSession()
2641 verify(mImsPhone, times(1)).startImsTraffic(eq(3), in testStartAndStopImsTrafficSession()
2649 verify(mImsPhone, times(1)).startImsTraffic(eq(4), in testStartAndStopImsTrafficSession()
2657 verify(mImsPhone, times(1)).startImsTraffic(eq(5), in testStartAndStopImsTrafficSession()
2665 verify(mImsPhone, times(1)).startImsTraffic(eq(6), in testStartAndStopImsTrafficSession()
2672 verify(mImsPhone, times(1)).startImsTraffic(eq(6), in testStartAndStopImsTrafficSession()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java2858 public void startImsTraffic(int token, in startImsTraffic() method in ImsPhone
2862 mDefaultPhone.startImsTraffic(token, trafficType, in startImsTraffic()
DImsPhoneCallTracker.java455 mPhone.startImsTraffic(token, trafficType, accessNetworkType, trafficDirection, in onStartImsTrafficSession()
473 mPhone.startImsTraffic(token, session.mTrafficType, in onModifyImsTrafficSession()