Searched refs:mAudioStreamType (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DEngineParameters.java40 private final int mAudioStreamType; field in class:EngineParameters
75 return mAudioStreamType;
89 mAudioStreamType = audioStreamType;
109 private int mAudioStreamType = AudioManager.STREAM_MUSIC; field in class:EngineParameters.Builder
115 mAudioStreamType);
154 mAudioStreamType = audioStreamType;
H A DVariableSpeed.java67 @GuardedBy("lock") private int mAudioStreamType; field in class:VariableSpeed
224 audioStreamType = mAudioStreamType;
294 .audioStreamType(mAudioStreamType)
407 mAudioStreamType = audioStreamType;
/frameworks/base/core/java/android/app/
H A DNotification.java1953 private int mAudioStreamType; field in class:Notification.Builder
2036 mAudioStreamType = STREAM_DEFAULT;
2339 mAudioStreamType = streamType;
3165 n.audioStreamType = mAudioStreamType;
3414 mAudioStreamType = n.audioStreamType;

Completed in 596 milliseconds