/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaPhoneTest.java | 621 verify(mSimulatedCommandsVerifier, times(2)).startLceService(anyInt(), anyBoolean(), in testHandleInitialMessages() 645 verify(mSimulatedCommandsVerifier, times(3)).startLceService(anyInt(), anyBoolean(), in testHandleInitialMessages()
|
D | RILTest.java | 914 mRILUnderTest.startLceService(reportIntervalMs, pullMode, obtainMessage()); in testStartLceService() 915 verify(mRadioProxy).startLceService( in testStartLceService()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 619 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() method in ImsPhoneCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 621 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() method in SipCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 2030 public void startLceService(int reportIntervalMs, boolean pullMode, Message result); in startLceService() method
|
D | BaseCommands.java | 913 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() method in BaseCommands
|
D | Phone.java | 554 mCi.startLceService(DEFAULT_REPORT_INTERVAL_MS, LCE_PULL_MODE, in Phone() 3476 mCi.startLceService(DEFAULT_REPORT_INTERVAL_MS, LCE_PULL_MODE, in startLceAfterRadioIsAvailable()
|
D | RIL.java | 3502 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() method in RIL 3522 radioProxy.startLceService(rr.mSerial, reportIntervalMs, pullMode); in startLceService()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommands.java | 2022 public void startLceService(int report_interval_ms, boolean pullMode, Message result) { in startLceService() method in SimulatedCommands 2023 SimulatedCommandsVerifier.getInstance().startLceService(report_interval_ms, pullMode, in startLceService()
|
D | SimulatedCommandsVerifier.java | 1347 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() method in SimulatedCommandsVerifier
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 21917 HSPLandroid/hardware/radio/V1_0/IRadio$Proxy;->startLceService(IIZ)V 40650 HSPLcom/android/internal/telephony/RIL;->startLceService(IZLandroid/os/Message;)V
|