Searched refs:pullMode (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 613 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 | 613 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommands.java | 2041 public void startLceService(int report_interval_ms, boolean pullMode, Message result) { in startLceService() argument 2042 SimulatedCommandsVerifier.getInstance().startLceService(report_interval_ms, pullMode, in startLceService()
|
D | SimulatedCommandsVerifier.java | 1337 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 2107 public void startLceService(int reportIntervalMs, boolean pullMode, Message result); in startLceService() argument
|
D | BaseCommands.java | 973 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument
|
D | RIL.java | 4020 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) { in startLceService() argument 4035 + " reportIntervalMs = " + reportIntervalMs + " pullMode = " + pullMode); in startLceService() 4039 radioProxy.startLceService(rr.mSerial, reportIntervalMs, pullMode); in startLceService()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 972 boolean pullMode = false; in testStartLceService() 973 mRILUnderTest.startLceService(reportIntervalMs, pullMode, obtainMessage()); in testStartLceService() 975 mSerialNumberCaptor.capture(), eq(reportIntervalMs), eq(pullMode)); in testStartLceService()
|