Searched defs:getCallAudioState (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DPhone.java305 * @deprecated Use {@link #getCallAudioState()} instead.
317 public final CallAudioState getCallAudioState() { method in class:Phone
H A DInCallService.java311 * @deprecated Use {@link #getCallAudioState()} instead.
325 public final CallAudioState getCallAudioState() { method in class:InCallService
326 return mPhone == null ? null : mPhone.getCallAudioState();
331 * the {@link #getCallAudioState()}.
343 * be change to the {@link #getCallAudioState()}.
H A DConference.java226 * @deprecated Use {@link #getCallAudioState()} instead.
240 public final CallAudioState getCallAudioState() { method in class:Conference
323 * Notifies this conference that the {@link #getCallAudioState()} property has a new value.
H A DConnection.java1322 * @deprecated Use {@link #getCallAudioState()} instead.
1339 public final CallAudioState getCallAudioState() { method in class:Connection
2022 * Notifies this Connection that the {@link #getCallAudioState()} property has a new value.

Completed in 25 milliseconds