Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java602 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java604 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1973 public void startLceService(int reportIntervalMs, boolean pullMode, Message result); in startLceService() argument
DBaseCommands.java875 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
DRIL.java3438 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
3446 + " reportIntervalMs = " + reportIntervalMs + " pullMode = " + pullMode); in startLceService()
3450 radioProxy.startLceService(rr.mSerial, reportIntervalMs, pullMode); in startLceService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java1311 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument