Home
last modified time | relevance | path

Searched refs:foregroundCallIsVoip (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioModeStateMachine.java73 public boolean foregroundCallIsVoip; field in CallAudioModeStateMachine.MessageArgs
79 boolean foregroundCallIsVoip, boolean isStreaming, Session session) { in MessageArgs() argument
85 this.foregroundCallIsVoip = foregroundCallIsVoip; in MessageArgs()
98 ", foregroundCallIsVoip=" + foregroundCallIsVoip + in toString()
139 public Builder setForegroundCallIsVoip(boolean foregroundCallIsVoip) { in setForegroundCallIsVoip() argument
140 mForegroundCallIsVoip = foregroundCallIsVoip; in setForegroundCallIsVoip()
326 transitionTo(args.foregroundCallIsVoip in processMessage()
410 transitionTo(args.foregroundCallIsVoip in processMessage()
529 transitionTo(args.foregroundCallIsVoip in processMessage()
609 if (args.foregroundCallIsVoip) { in processMessage()
[all …]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioManagerTest.java943 assertEquals(expected.foregroundCallIsVoip, actual.foregroundCallIsVoip);