Searched refs:sfx (Results 1 – 2 of 2) sorted by relevance
207 final Ringtone sfx = RingtoneManager.getRingtone( in handleDockStateChange() local209 if (sfx != null) { in handleDockStateChange()210 sfx.setStreamType(AudioManager.STREAM_SYSTEM); in handleDockStateChange()211 sfx.play(); in handleDockStateChange()
746 final Ringtone sfx = RingtoneManager.getRingtone(mContext, soundUri); in playChargingStartedSound() local747 if (sfx != null) { in playChargingStartedSound()748 sfx.setStreamType(AudioManager.STREAM_SYSTEM); in playChargingStartedSound()749 sfx.play(); in playChargingStartedSound()