Home
last modified time | relevance | path

Searched refs:reportIntervalMs (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java623 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java623 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java2186 public void startLceService(int reportIntervalMs, boolean pullMode, Message result); in startLceService() argument
DBaseCommands.java964 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
DRIL.java4571 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
4586 + " reportIntervalMs = " + reportIntervalMs + " pullMode = " + pullMode); in startLceService()
4590 radioProxy.startLceService(rr.mSerial, reportIntervalMs, pullMode); in startLceService()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1348 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
DRILTest.java1108 int reportIntervalMs = 1000; in testStartLceService() local
1110 mRILUnderTest.startLceService(reportIntervalMs, pullMode, obtainMessage()); in testStartLceService()
1112 mSerialNumberCaptor.capture(), eq(reportIntervalMs), eq(pullMode)); in testStartLceService()