HomeSort by relevance Sort by last modified time
    Searched refs:mNotificationManager (Results 126 - 150 of 153) sorted by null

1 2 3 4 56 7

  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 151 NotificationManager mNotificationManager;
188 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
521 mNotificationManager.notify(NOTIFICATION_ID, mNotificationBuilder.build());
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
SettingsFacade.java 59 private final NotificationManager mNotificationManager;
76 mNotificationManager =
78 if (!mNotificationManager.isNotificationPolicyAccessGranted()) {
AndroidFacade.java 110 private final NotificationManager mNotificationManager;
127 mNotificationManager =
852 mNotificationManager.createNotificationChannel(channel);
872 mNotificationManager.notify(notificationId, notification);
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
FileOperationService.java 459 private final NotificationManager mNotificationManager;
466 mNotificationManager = notificationManager;
486 mNotificationManager.notify(
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
EnableZenModeDialog.java 80 protected NotificationManager mNotificationManager;
103 mNotificationManager = (NotificationManager) mContext.
136 mNotificationManager.setZenMode(
464 boolean allowAlarms = (mNotificationManager.getNotificationPolicy().priorityCategories
  /packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
Player.java 91 private NotificationManager mNotificationManager;
116 mNotificationManager =
194 mNotificationManager.cancelAll();
367 mNotificationManager.notify(NOTIFICATION_ID, notification);
  /packages/apps/Car/Messenger/src/com/android/car/messenger/
MapMessageMonitor.java 90 private final NotificationManager mNotificationManager;
100 mNotificationManager =
250 mNotificationManager.notify(
429 mNotificationManager.cancel(entry.getValue().mNotificationId);
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferManager.java 122 final NotificationManager mNotificationManager;
175 mNotificationManager = (NotificationManager) mContext.getSystemService(
180 mNotificationManager.createNotificationChannel(notificationChannel);
365 mNotificationManager.notify(null, mTransferId, notBuilder.build());
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 130 private final NotificationManager mNotificationManager;
152 mNotificationManager =
382 mNotificationManager.notifyAsUser(
403 mNotificationManager.cancelAsUser(NOTIFICATION_TAG, MISSED_CALL_NOTIFICATION_ID,
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java 488 private NotificationManager mNotificationManager;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
UiModeManagerService.java 110 private NotificationManager mNotificationManager;
682 if (mNotificationManager == null) {
683 mNotificationManager = (NotificationManager)
687 if (mNotificationManager != null) {
706 mNotificationManager.notifyAsUser(null,
709 mNotificationManager.cancelAsUser(null,
    [all...]
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
SystemUiJankTests.java 120 private NotificationManager mNotificationManager;
129 mNotificationManager = getInstrumentation().getContext().getSystemService(
250 mNotificationManager.notify(icon, builder.build());
272 mNotificationManager.notify(0, builder.build());
277 mNotificationManager.cancel(icon);
291 mNotificationManager.cancelAll();
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ComponentContextFixture.java 171 return mNotificationManager;
424 private final NotificationManager mNotificationManager = mock(NotificationManager.class);
477 when(mNotificationManager.matchesCallFilter(any(Bundle.class))).thenReturn(true);
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
AutomaticStorageManagementJobServiceTest.java 81 @Mock private NotificationManager mNotificationManager;
124 mApplication.setSystemService(Context.NOTIFICATION_SERVICE, mNotificationManager);
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
ZenModeHelperTest.java 87 @Mock NotificationManager mNotificationManager;
104 when(mContext.getSystemService(NotificationManager.class)).thenReturn(mNotificationManager);
300 verify(mNotificationManager, times(1)).notify(eq(ZenModeHelper.TAG),
314 verify(mNotificationManager, never()).notify(eq(ZenModeHelper.TAG),
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 173 private NotificationManager mNotificationManager = null;
318 mNotificationManager = (NotificationManager) mContext
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsHandler.java     [all...]
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
UsageStatsTest.java 469 NotificationManager mNotificationManager =
476 mNotificationManager.createNotificationChannel(mChannel);
485 mNotificationManager.notify(1, mBuilder.build());
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 147 private NotificationManager mNotificationManager;
370 mNotificationManager = (NotificationManager)mContext.getSystemService(
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogControllerImpl.java 124 private final NotificationManager mNotificationManager;
136 mNotificationManager = (NotificationManager) mContext.getSystemService(
548 final NotificationManager.Policy policy = mNotificationManager.getNotificationPolicy();
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ZenModeHelper.java 99 @VisibleForTesting protected final NotificationManager mNotificationManager;
131 mNotificationManager = context.getSystemService(NotificationManager.class);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ContextFixture.java 224 return mNotificationManager;
533 private final NotificationManager mNotificationManager = mock(NotificationManager.class);
  /prebuilts/tools/common/m2/repository/me/leolin/ShortcutBadger/1.1.13/
ShortcutBadger-1.1.13.jar 
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionService.java 123 private final INotificationManager mNotificationManager;
155 mNotificationManager = INotificationManager.Stub.asInterface(
657 return mNotificationManager.isNotificationListenerAccessGrantedForUser(
    [all...]
  /frameworks/base/services/core/java/com/android/server/vr/
VrManagerService.java 163 private INotificationManager mNotificationManager;
783 mNotificationManager = INotificationManager.Stub.asInterface(
    [all...]

Completed in 1363 milliseconds

1 2 3 4 56 7