Searched refs:reportStkServiceIsRunning (Results 1 – 8 of 8) sorted by relevance
424 public void reportStkServiceIsRunning(int serial) throws RemoteException { in reportStkServiceIsRunning() method in RadioSimProxy427 mSimProxy.reportStkServiceIsRunning(serial); in reportStkServiceIsRunning()429 mRadioProxy.reportStkServiceIsRunning(serial); in reportStkServiceIsRunning()
1629 void reportStkServiceIsRunning(Message result); in reportStkServiceIsRunning() method
3758 public void reportStkServiceIsRunning(Message result) { in reportStkServiceIsRunning() method in RIL3772 simProxy.reportStkServiceIsRunning(rr.mSerial); in reportStkServiceIsRunning()
447 public void reportStkServiceIsRunning(Message result) { in reportStkServiceIsRunning() method in ImsPhoneCommandInterface
1068 public void reportStkServiceIsRunning(Message result) { in reportStkServiceIsRunning() method in SimulatedCommandsVerifier
1067 mRILUnderTest.reportStkServiceIsRunning(obtainMessage()); in testReportStkServiceIsRunning()1068 verify(mRadioProxy).reportStkServiceIsRunning(mSerialNumberCaptor.capture()); in testReportStkServiceIsRunning()
1242 public void reportStkServiceIsRunning(Message result) { in reportStkServiceIsRunning() method in SimulatedCommands
1343 mCmdIf.reportStkServiceIsRunning(null); in updateIccAvailability()