Searched refs:pullMode (Results 1 – 8 of 8) sorted by relevance
/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() argument
|
/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() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 913 boolean pullMode = false; in testStartLceService() 914 mRILUnderTest.startLceService(reportIntervalMs, pullMode, obtainMessage()); in testStartLceService() 916 mSerialNumberCaptor.capture(), eq(reportIntervalMs), eq(pullMode)); in testStartLceService()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 2030 public void startLceService(int reportIntervalMs, boolean pullMode, Message result); in startLceService() argument
|
D | BaseCommands.java | 913 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
|
D | RIL.java | 3502 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument 3518 + " reportIntervalMs = " + reportIntervalMs + " pullMode = " + pullMode); in startLceService() 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() argument 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() argument
|