HomeSort by relevance Sort by last modified time
    Searched refs:getEffectsSuppressor (Results 1 - 12 of 12) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ZenModeController.java 34 ComponentName getEffectsSuppressor();
ZenModeControllerImpl.java 173 public ComponentName getEffectsSuppressor() {
174 return NotificationManager.from(mContext).getEffectsSuppressor();
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
FakeZenModeController.java 62 public ComponentName getEffectsSuppressor() {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
RingVolumePreferenceControllerTest.java 67 when(mNotificationManager.getEffectsSuppressor()).thenReturn(mSuppressor);
  /packages/apps/Settings/src/com/android/settings/notification/
RingVolumePreferenceController.java 115 final ComponentName suppressor = NotificationManager.from(mContext).getEffectsSuppressor();
  /frameworks/base/core/java/android/app/
INotificationManager.aidl 132 ComponentName getEffectsSuppressor();
NotificationManager.java 168 * Intent that is broadcast when the state of {@link #getEffectsSuppressor()} changes.
633 public ComponentName getEffectsSuppressor() {
636 return service.getEffectsSuppressor();
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java 850 if (mNm.getEffectsSuppressor() == null && (MockListener.getInstance() == null
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogControllerImpl.java 462 updateEffectsSuppressorW(mNoMan.getEffectsSuppressor());
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 163 milliseconds