Home
last modified time | relevance | path

Searched refs:sfx (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DDockObserver.java207 final Ringtone sfx = RingtoneManager.getRingtone( in handleDockStateChange() local
209 if (sfx != null) { in handleDockStateChange()
210 sfx.setStreamType(AudioManager.STREAM_SYSTEM); in handleDockStateChange()
211 sfx.play(); in handleDockStateChange()
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java746 final Ringtone sfx = RingtoneManager.getRingtone(mContext, soundUri); in playChargingStartedSound() local
747 if (sfx != null) { in playChargingStartedSound()
748 sfx.setStreamType(AudioManager.STREAM_SYSTEM); in playChargingStartedSound()
749 sfx.play(); in playChargingStartedSound()