Searched refs:reportIntervalMs (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 636 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 636 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommandsVerifier.java | 1373 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
|
D | RILTest.java | 1246 int reportIntervalMs = 1000; in testStartLceService() local 1248 mRILUnderTest.startLceService(reportIntervalMs, pullMode, obtainMessage()); in testStartLceService() 1250 mSerialNumberCaptor.capture(), eq(reportIntervalMs), eq(pullMode)); in testStartLceService()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 2259 public void startLceService(int reportIntervalMs, boolean pullMode, Message result); in startLceService() argument
|
D | BaseCommands.java | 980 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
|
D | RIL.java | 4867 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument 4882 + " reportIntervalMs = " + reportIntervalMs + " pullMode = " + pullMode); in startLceService() 4886 radioProxy.startLceService(rr.mSerial, reportIntervalMs, pullMode); in startLceService()
|