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.java46 public boolean foregroundCallIsVoip; field in CallAudioModeStateMachine.MessageArgs
51 boolean foregroundCallIsVoip, Session session) { in MessageArgs() argument
57 this.foregroundCallIsVoip = foregroundCallIsVoip; in MessageArgs()
69 ", foregroundCallIsVoip=" + foregroundCallIsVoip + in toString()
108 public Builder setForegroundCallIsVoip(boolean foregroundCallIsVoip) { in setForegroundCallIsVoip() argument
109 mForegroundCallIsVoip = foregroundCallIsVoip; in setForegroundCallIsVoip()
259 transitionTo(args.foregroundCallIsVoip in processMessage()
324 transitionTo(args.foregroundCallIsVoip in processMessage()
407 transitionTo(args.foregroundCallIsVoip in processMessage()
480 if (args.foregroundCallIsVoip) { in processMessage()
[all …]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioManagerTest.java725 assertEquals(expected.foregroundCallIsVoip, actual.foregroundCallIsVoip);