Home
last modified time | relevance | path

Searched refs:reportStkServiceIsRunning (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java488 public void reportStkServiceIsRunning(Message result) { in reportStkServiceIsRunning() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java487 public void reportStkServiceIsRunning(Message result) { in reportStkServiceIsRunning() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1096 public void reportStkServiceIsRunning(Message result) { in reportStkServiceIsRunning() method in SimulatedCommandsVerifier
DRILTest.java962 mRILUnderTest.reportStkServiceIsRunning(obtainMessage()); in testReportStkServiceIsRunning()
963 verify(mRadioProxy).reportStkServiceIsRunning(mSerialNumberCaptor.capture()); in testReportStkServiceIsRunning()
DSimulatedCommands.java1296 public void reportStkServiceIsRunning(Message result) { in reportStkServiceIsRunning() method in SimulatedCommands
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken515 public void reportStkServiceIsRunning(Message result) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1648 void reportStkServiceIsRunning(Message result); in reportStkServiceIsRunning() method
DRIL.java4193 public void reportStkServiceIsRunning(Message result) { in reportStkServiceIsRunning() method in RIL
4202 radioProxy.reportStkServiceIsRunning(rr.mSerial); in reportStkServiceIsRunning()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatService.java1170 mCmdIf.reportStkServiceIsRunning(null); in updateIccAvailability()