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

/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java273 * @deprecated Use {@link #getCallAudioState()} instead.
287 public final CallAudioState getCallAudioState() { method in class:InCallService
288 return mPhone == null ? null : mPhone.getCallAudioState();
293 * the {@link #getCallAudioState()}.
305 * be change to the {@link #getCallAudioState()}.
H A DPhone.java285 * @deprecated Use {@link #getCallAudioState()} instead.
297 public final CallAudioState getCallAudioState() { method in class:Phone
H A DConference.java180 * @deprecated Use {@link #getCallAudioState()} instead.
194 public final CallAudioState getCallAudioState() { method in class:Conference
277 * Notifies this conference that the {@link #getCallAudioState()} property has a new value.
H A DConnection.java1144 * @deprecated Use {@link #getCallAudioState()} instead.
1161 public final CallAudioState getCallAudioState() { method in class:Connection
1683 * Notifies this Connection that the {@link #getCallAudioState()} property has a new value.

Completed in 60 milliseconds