Searched refs:deprecateStreamTypeForPlayback (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | AsyncPlayer.java | 168 PlayerBase.deprecateStreamTypeForPlayback(stream, "AsyncPlayer", "play()"); in play()
|
D | SoundPool.java | 152 PlayerBase.deprecateStreamTypeForPlayback(streamType, "SoundPool", "SoundPool()"); in SoundPool()
|
D | Ringtone.java | 111 PlayerBase.deprecateStreamTypeForPlayback(streamType, "Ringtone", "setStreamType()"); in setStreamType()
|
D | PlayerBase.java | 611 public static void deprecateStreamTypeForPlayback(int streamType, @NonNull String className, in deprecateStreamTypeForPlayback() method in PlayerBase
|
D | AudioTrack.java | 559 deprecateStreamTypeForPlayback(streamType, "AudioTrack", "AudioTrack()"); in AudioTrack()
|
D | AudioManager.java | 2663 PlayerBase.deprecateStreamTypeForPlayback(streamType, in requestAudioFocus()
|
D | MediaPlayer.java | 2185 deprecateStreamTypeForPlayback(streamtype, "MediaPlayer", "setAudioStreamType()"); in setAudioStreamType()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | NotificationPlayer.java | 377 PlayerBase.deprecateStreamTypeForPlayback(stream, "NotificationPlayer", "play"); in play()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 4070 PlayerBase.deprecateStreamTypeForPlayback(streamType, "Notification", "setSound()"); in setSound()
|