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)
400 mAudioStreamType = audioStreamType;
/frameworks/base/core/java/android/app/
H A DNotification.java1033 private int mAudioStreamType; field in class:Notification.Builder
1075 mAudioStreamType = STREAM_DEFAULT;
1315 mAudioStreamType = STREAM_DEFAULT;
1328 mAudioStreamType = streamType;
1676 n.audioStreamType = mAudioStreamType;

Completed in 116 milliseconds