Searched refs:AudioState (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | AudioState.java | 37 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 …]
|
D | Phone.java | 52 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()
|
D | AudioState.aidl | 22 parcelable AudioState;
|
D | InCallService.java | 402 public void onAudioStateChanged(Phone phone, AudioState audioState) { 512 public final AudioState getAudioState() { in getAudioState() 603 public void onAudioStateChanged(AudioState audioState) { in onAudioStateChanged()
|
D | Conference.java | 220 public final AudioState getAudioState() { in getAudioState() 221 return new AudioState(mCallAudioState); in getAudioState() 312 public void onAudioStateChanged(AudioState state) {} in onAudioStateChanged()
|
D | CallAudioState.java | 127 public CallAudioState(AudioState state) { in CallAudioState()
|
D | RemoteConference.java | 521 public void setAudioState(AudioState state) { in setAudioState()
|
D | Connection.java | 2120 public final AudioState getAudioState() { in getAudioState() 2124 return new AudioState(mCallAudioState); in getAudioState() 2985 public void onAudioStateChanged(AudioState state) {} in onAudioStateChanged()
|
D | RemoteConnection.java | 1125 public void setAudioState(AudioState state) { in setAudioState()
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 9057 @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/ |
D | system-current.txt | 10175 @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/ |
D | preloaded-classes | 5755 android.telecom.AudioState$1 5756 android.telecom.AudioState
|
D | boot-image-profile.txt | 45987 Landroid/telecom/AudioState$1; 45988 Landroid/telecom/AudioState;
|