Home
last modified time | relevance | path

Searched refs:AudioState (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DAudioState.java37 public class AudioState implements Parcelable { class
67 public AudioState(boolean muted, int route, int supportedRouteMask) { in AudioState() method in AudioState
73 public AudioState(AudioState state) { in AudioState() method in AudioState
79 public AudioState(CallAudioState state) { in AudioState() method in AudioState
90 if (!(obj instanceof AudioState)) { in equals()
93 AudioState state = (AudioState) obj; in equals()
140 public static final @android.annotation.NonNull Parcelable.Creator<AudioState> CREATOR =
141 new Parcelable.Creator<AudioState> () {
144 public AudioState createFromParcel(Parcel source) {
148 return new AudioState(isMuted, route, supportedRouteMask);
[all …]
DPhone.java52 public void onAudioStateChanged(Phone phone, AudioState audioState) { } in onAudioStateChanged()
403 public final AudioState getAudioState() { in getAudioState()
404 return new AudioState(mCallAudioState); in getAudioState()
431 listener.onAudioStateChanged(this, new AudioState(audioState)); in fireCallAudioStateChanged()
DAudioState.aidl22 parcelable AudioState;
DInCallService.java402 public void onAudioStateChanged(Phone phone, AudioState audioState) {
512 public final AudioState getAudioState() { in getAudioState()
603 public void onAudioStateChanged(AudioState audioState) { in onAudioStateChanged()
DConference.java220 public final AudioState getAudioState() { in getAudioState()
221 return new AudioState(mCallAudioState); in getAudioState()
312 public void onAudioStateChanged(AudioState state) {} in onAudioStateChanged()
DCallAudioState.java127 public CallAudioState(AudioState state) { in CallAudioState()
DRemoteConference.java521 public void setAudioState(AudioState state) { in setAudioState()
DConnection.java2120 public final AudioState getAudioState() { in getAudioState()
2124 return new AudioState(mCallAudioState); in getAudioState()
2985 public void onAudioStateChanged(AudioState state) {} in onAudioStateChanged()
DRemoteConnection.java1125 public void setAudioState(AudioState state) { in setAudioState()
/frameworks/base/non-updatable-api/
Dsystem-current.txt9057 @Deprecated public class AudioState implements android.os.Parcelable {
9058 ctor @Deprecated public AudioState(boolean, int, int);
9059 ctor @Deprecated public AudioState(android.telecom.AudioState);
9060 ctor @Deprecated public AudioState(android.telecom.CallAudioState);
9067 …ted @NonNull public static final android.os.Parcelable.Creator<android.telecom.AudioState> CREATOR;
9092 method @Deprecated public final android.telecom.AudioState getAudioState();
9096 method @Deprecated public void onAudioStateChanged(android.telecom.AudioState);
9104 method @Deprecated public final android.telecom.AudioState getAudioState();
9109 method @Deprecated public void onAudioStateChanged(android.telecom.AudioState);
9240 method @Deprecated public android.telecom.AudioState getAudioState();
[all …]
/frameworks/base/api/
Dsystem-current.txt10175 @Deprecated public class AudioState implements android.os.Parcelable {
10176 ctor @Deprecated public AudioState(boolean, int, int);
10177 ctor @Deprecated public AudioState(android.telecom.AudioState);
10178 ctor @Deprecated public AudioState(android.telecom.CallAudioState);
10185 …ted @NonNull public static final android.os.Parcelable.Creator<android.telecom.AudioState> CREATOR;
10210 method @Deprecated public final android.telecom.AudioState getAudioState();
10214 method @Deprecated public void onAudioStateChanged(android.telecom.AudioState);
10222 method @Deprecated public final android.telecom.AudioState getAudioState();
10227 method @Deprecated public void onAudioStateChanged(android.telecom.AudioState);
10358 method @Deprecated public android.telecom.AudioState getAudioState();
[all …]
/frameworks/base/config/
Dpreloaded-classes5755 android.telecom.AudioState$1
5756 android.telecom.AudioState
Dboot-image-profile.txt45987 Landroid/telecom/AudioState$1;
45988 Landroid/telecom/AudioState;