/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/systemsounds/ |
D | HomeSoundEffectControllerTest.java | 104 verify(mAudioManager, never()).playSoundEffect(AudioManager.FX_HOME); in testHomeSoundEffectNotPlayedWhenHomeFirstMovesToFront() 126 verify(mAudioManager).playSoundEffect(AudioManager.FX_HOME); in testHomeSoundEffectPlayedWhenEnabled() 150 verify(mAudioManager).playSoundEffect(AudioManager.FX_HOME); in testHomeSoundEffectNotPlayedTwiceInRow() 156 verify(mAudioManager, times(1)).playSoundEffect(AudioManager.FX_HOME); in testHomeSoundEffectNotPlayedTwiceInRow() 169 verify(mAudioManager, never()).playSoundEffect(AudioManager.FX_HOME); in testHomeSoundEffectNotPlayedWhenNonHomeTaskMovesToFront() 192 verify(mAudioManager).playSoundEffect(AudioManager.FX_HOME); in testHomeSoundEffectNotPlayedWhenOtherHomeActivityMovesToFront() 198 verify(mAudioManager, times(1)).playSoundEffect(AudioManager.FX_HOME); in testHomeSoundEffectNotPlayedWhenOtherHomeActivityMovesToFront() 220 verify(mAudioManager, never()).playSoundEffect(AudioManager.FX_HOME); in testHomeSoundEffectNotPlayedWhenOtherHomeActivityMovesToFrontOfOtherApp() 253 verify(mAudioManager, never()).playSoundEffect(AudioManager.FX_HOME); in testHomeSoundEffectNotPlayedWhenHomeActivityMovesToFrontAfterException() 282 verify(mAudioManager, never()).playSoundEffect(AudioManager.FX_HOME); in testHomeSoundEffectNotPlayedWhenHomeActivityMovesToFrontAfterException2() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/ |
D | KeyButtonView.java | 243 playSoundEffect(SoundEffectConstants.CLICK); in performAccessibilityActionInternal() 283 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent() 315 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent() 360 public void playSoundEffect(int soundConstant) { in playSoundEffect() method in KeyButtonView 362 mAudioManager.playSoundEffect(soundConstant, ActivityManager.getCurrentUser()); in playSoundEffect()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/systemsounds/ |
D | HomeSoundEffectController.java | 171 mAudioManager.playSoundEffect(AudioManager.FX_HOME); in handleTaskStackChanged()
|
/frameworks/base/core/java/android/widget/ |
D | ExpandableListView.java | 695 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick() 704 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick() 722 playSoundEffect(SoundEffectConstants.CLICK); in handleItemClick()
|
D | Gallery.java | 1264 playSoundEffect(SoundEffectConstants.NAVIGATION_LEFT); in onKeyDown() 1270 playSoundEffect(SoundEffectConstants.NAVIGATION_RIGHT); in onKeyDown()
|
D | CompoundButton.java | 150 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
|
D | TabHost.java | 408 playSoundEffect(soundEffect); in dispatchKeyEvent()
|
D | AdapterView.java | 329 playSoundEffect(SoundEffectConstants.CLICK); in performItemClick()
|
D | SlidingDrawer.java | 480 playSoundEffect(SoundEffectConstants.CLICK); in onTouchEvent()
|
D | GridView.java | 1888 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in arrowScroll() 1947 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in sequenceScroll()
|
D | ActionMenuPresenter.java | 892 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
|
D | Switch.java | 1195 playSoundEffect(SoundEffectConstants.CLICK); in stopDrag()
|
D | ListView.java | 2662 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in arrowScroll()
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | IconMenuItemView.java | 142 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
|
/frameworks/base/core/java/android/app/ |
D | MediaRouteButton.java | 186 playSoundEffect(SoundEffectConstants.CLICK); in performClick()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PhoneWindow.java | 1110 boolean playSoundEffect = false; in onKeyUpPanel() 1116 playSoundEffect = mDecorContentParent.showOverflowMenu(); in onKeyUpPanel() 1119 playSoundEffect = mDecorContentParent.hideOverflowMenu(); in onKeyUpPanel() 1126 playSoundEffect = st.isOpen; in onKeyUpPanel() 1147 playSoundEffect = true; in onKeyUpPanel() 1152 if (playSoundEffect) { in onKeyUpPanel() 1156 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK); in onKeyUpPanel()
|
/frameworks/base/media/java/android/media/ |
D | IAudioService.aidl | 152 oneway void playSoundEffect(int effectType); in playSoundEffect() method
|
D | AudioManager.java | 3483 public void playSoundEffect(@SystemSoundEffect int effectType) { in playSoundEffect() method in AudioManager 3494 service.playSoundEffect(effectType); in playSoundEffect() 3508 public void playSoundEffect(@SystemSoundEffect int effectType, int userId) { in playSoundEffect() method in AudioManager 3519 service.playSoundEffect(effectType); in playSoundEffect() 3534 public void playSoundEffect(@SystemSoundEffect int effectType, float volume) { in playSoundEffect() method in AudioManager
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | SoundEffectsHelper.java | 131 /*package*/ void playSoundEffect(int effect, int volume) { in playSoundEffect() method in SoundEffectsHelper
|
D | AudioService.java | 5002 public void playSoundEffect(int effectType) { in playSoundEffect() method in AudioService 7494 mSfxHelper.playSoundEffect(msg.arg1, msg.arg2); in handleMessage()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 6214 playSoundEffect( in performFocusNavigation() 6252 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in performKeyboardGroupNavigation() 6260 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction)); in performKeyboardGroupNavigation() 7891 public void playSoundEffect(@SoundEffectConstants.SoundEffect int effectId) { in playSoundEffect() method 7899 audioManager.playSoundEffect( in playSoundEffect() 7906 audioManager.playSoundEffect(AudioManager.FX_KEY_CLICK); in playSoundEffect() 7910 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN); in playSoundEffect() 7914 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT); in playSoundEffect() 7918 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT); in playSoundEffect() 7922 audioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP); in playSoundEffect()
|
D | View.java | 7440 playSoundEffect(SoundEffectConstants.CLICK); 26240 public void playSoundEffect(@SoundEffectConstants.SoundEffect int soundConstant) { in playSoundEffect() method in View 26244 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant); in playSoundEffect() 29109 void playSoundEffect(int effectId); in playSoundEffect() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogControllerImpl.java | 387 mAudioService.playSoundEffect(AudioManager.FX_KEYPRESS_STANDARD); in playTouchFeedback()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ViewPager.java | 2576 playSoundEffect(SoundEffectConstants.getContantForFocusDirection(direction));
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 10885 HSPLandroid/media/AudioManager;->playSoundEffect(I)V+]Landroid/os/UserHandle;Landroid/os/UserHandle; 10998 HSPLandroid/media/IAudioService$Stub$Proxy;->playSoundEffect(I)V+]Landroid/os/IBinder;Landroid/os/B… 17918 HSPLandroid/view/View;->playSoundEffect(I)V 18688 HSPLandroid/view/ViewRootImpl;->playSoundEffect(I)V
|