HomeSort by relevance Sort by last modified time
    Searched refs:getCallAudioState (Results 1 - 8 of 8) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
InCallService.java 273 * @deprecated Use {@link #getCallAudioState()} instead.
287 public final CallAudioState getCallAudioState() {
288 return mPhone == null ? null : mPhone.getCallAudioState();
293 * the {@link #getCallAudioState()}.
305 * be change to the {@link #getCallAudioState()}.
Phone.java 285 * @deprecated Use {@link #getCallAudioState()} instead.
297 public final CallAudioState getCallAudioState() {
Conference.java 180 * @deprecated Use {@link #getCallAudioState()} instead.
194 public final CallAudioState getCallAudioState() {
277 * Notifies this conference that the {@link #getCallAudioState()} property has a new value.
Connection.java     [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
BaseTelecomTestWithMockServices.java 546 final CallAudioState state = incallService.getCallAudioState();
565 final CallAudioState state = connection.getCallAudioState();
584 final CallAudioState state = incallService.getCallAudioState();
603 final CallAudioState state = ((Connection) connection).getCallAudioState();
    [all...]
ConferenceTest.java 261 assertNull(mConferenceObject.getCallAudioState());
  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioManager.java 166 CallAudioState getCallAudioState() {
CallsManager.java 451 return mCallAudioManager.getCallAudioState();
    [all...]

Completed in 190 milliseconds