Searched refs:reportIntervalMs (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 623 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 | 623 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 2186 public void startLceService(int reportIntervalMs, boolean pullMode, Message result); in startLceService() argument
|
D | BaseCommands.java | 964 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
|
D | RIL.java | 4571 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/ |
D | SimulatedCommandsVerifier.java | 1348 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
|
D | RILTest.java | 1108 int reportIntervalMs = 1000; in testStartLceService() local 1110 mRILUnderTest.startLceService(reportIntervalMs, pullMode, obtainMessage()); in testStartLceService() 1112 mSerialNumberCaptor.capture(), eq(reportIntervalMs), eq(pullMode)); in testStartLceService()
|