HomeSort by relevance Sort by last modified time
    Searched defs:getNotificationManager (Results 1 - 16 of 16) sorted by null

  /external/sl4a/Utils/src/com/googlecode/android_scripting/
ForegroundService.java 47 protected NotificationManager getNotificationManager() {
74 getNotificationManager().notify(mNotificationId, notification);
96 getNotificationManager().cancel(mNotificationId);
  /packages/apps/Dialer/java/com/android/dialer/notification/
DialerNotificationManager.java 52 getNotificationManager(context).notify(tag, id, notification);
66 NotificationManager notificationManager = getNotificationManager(context);
88 return getNotificationManager(context).getActiveNotifications();
120 private static NotificationManager getNotificationManager(@NonNull Context context) {
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
NotificationChannelManager.java 64 getNotificationManager(context).createNotificationChannel(channel);
116 private NotificationManager getNotificationManager(Context context) {
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/
MediaNotificationManager.java 111 public NotificationManager getNotificationManager() {
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/
MediaNotificationManager.java 111 public NotificationManager getNotificationManager() {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WakeupOnboarding.java 134 getNotificationManager().notify(WakeupNotificationFactory.ONBOARD_ID,
175 getNotificationManager().cancel(WakeupNotificationFactory.ONBOARD_ID);
189 private NotificationManager getNotificationManager() {
AvailableNetworkNotifier.java 246 getNotificationManager().cancel(mSystemMessageNotificationId);
381 private NotificationManager getNotificationManager() {
406 getNotificationManager().notify(mSystemMessageNotificationId, notification);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
InstallCarrierAppUtils.java 86 getNotificationManager(context).notify(
93 NotificationManager notificationManager = getNotificationManager(context);
108 getNotificationManager(context).cancel(pkgName, ACTIVATE_CELL_SERVICE_NOTIFICATION_ID);
155 getNotificationManager(context).getActiveNotifications();
205 private static NotificationManager getNotificationManager(Context context) {
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CallServiceNotifier.java 89 getNotificationManager(context).notify(CALL_NOTIFICATION_ID, getMainNotification(context));
90 getNotificationManager(context).notify(
99 getNotificationManager(context).cancel(CALL_NOTIFICATION_ID);
100 getNotificationManager(context).cancel(PHONE_ACCOUNT_NOTIFICATION_ID);
214 private NotificationManager getNotificationManager(Context context) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierServiceStateTracker.java 261 public NotificationManager getNotificationManager(Context context) {
298 getNotificationManager(context).notify(notificationType.getTypeId(), builder.build());
307 getNotificationManager(context).cancel(notificationId);
  /cts/tests/app/src/android/app/cts/
ServiceTest.java 219 private NotificationManager getNotificationManager() {
230 getNotificationManager().notify(id, notification);
234 getNotificationManager().cancel(id);
242 StatusBarNotification[] sbns = getNotificationManager().getActiveNotifications();
275 StatusBarNotification[] sbns = getNotificationManager().getActiveNotifications();
445 getNotificationManager().createNotificationChannel(new NotificationChannel(
452 getNotificationManager().deleteNotificationChannel(NOTIFICATION_CHANNEL_ID);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerServiceTestable.java 164 NotificationManager getNotificationManager() {
  /frameworks/base/services/core/java/com/android/server/locksettings/
LockSettingsService.java 373 public NotificationManager getNotificationManager() {
435 mNotificationManager = injector.getNotificationManager();
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountManagerServiceTest.java     [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 554 mInjector.getNotificationManager().cancel(LOG_TAG,
710 mInjector.getNotificationManager().notifyAsUser(LOG_TAG,
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 

Completed in 247 milliseconds