Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioSimProxy.java424 public void reportStkServiceIsRunning(int serial) throws RemoteException { in reportStkServiceIsRunning() method in RadioSimProxy
427 mSimProxy.reportStkServiceIsRunning(serial); in reportStkServiceIsRunning()
429 mRadioProxy.reportStkServiceIsRunning(serial); in reportStkServiceIsRunning()
DCommandsInterface.java1629 void reportStkServiceIsRunning(Message result); in reportStkServiceIsRunning() method
DRIL.java3758 public void reportStkServiceIsRunning(Message result) { in reportStkServiceIsRunning() method in RIL
3772 simProxy.reportStkServiceIsRunning(rr.mSerial); in reportStkServiceIsRunning()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java447 public void reportStkServiceIsRunning(Message result) { in reportStkServiceIsRunning() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1068 public void reportStkServiceIsRunning(Message result) { in reportStkServiceIsRunning() method in SimulatedCommandsVerifier
DRILTest.java1067 mRILUnderTest.reportStkServiceIsRunning(obtainMessage()); in testReportStkServiceIsRunning()
1068 verify(mRadioProxy).reportStkServiceIsRunning(mSerialNumberCaptor.capture()); in testReportStkServiceIsRunning()
DSimulatedCommands.java1242 public void reportStkServiceIsRunning(Message result) { in reportStkServiceIsRunning() method in SimulatedCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatService.java1343 mCmdIf.reportStkServiceIsRunning(null); in updateIccAvailability()