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

  /packages/services/Telecomm/src/com/android/server/telecom/ui/
NotificationChannelManager.java 62 getNotificationManager(context).createNotificationChannel(channel);
106 private NotificationManager getNotificationManager(Context context) {
  /packages/apps/Dialer/java/com/android/dialer/notification/
NotificationChannelManager.java 239 NotificationChannel channel = getNotificationManager(context).getNotificationChannel(channelId);
268 getNotificationManager(context)
353 getNotificationManager(context).createNotificationChannel(channel);
361 NotificationManager notificationManager = getNotificationManager(context);
371 private static NotificationManager getNotificationManager(@NonNull Context context) {
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CallServiceNotifier.java 82 getNotificationManager(context).notify(CALL_NOTIFICATION_ID, getMainNotification(context));
83 getNotificationManager(context).notify(
92 getNotificationManager(context).cancel(CALL_NOTIFICATION_ID);
93 getNotificationManager(context).cancel(PHONE_ACCOUNT_NOTIFICATION_ID);
181 private NotificationManager getNotificationManager(Context context) {
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
DefaultVoicemailNotifier.java 202 getNotificationManager()
209 getNotificationManager()
287 getNotificationManager()
293 getNotificationManager()
335 private NotificationManager getNotificationManager() {
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerServiceTestable.java 159 NotificationManager getNotificationManager() {
  /frameworks/base/services/tests/servicestests/src/com/android/server/retaildemo/
RetailDemoModeServiceTest.java 375 NotificationManager getNotificationManager() {
  /cts/tests/app/src/android/app/cts/
ServiceTest.java 182 private NotificationManager getNotificationManager() {
193 getNotificationManager().notify(id, notification);
197 getNotificationManager().cancel(id);
205 StatusBarNotification[] sbns = getNotificationManager().getActiveNotifications();
238 StatusBarNotification[] sbns = getNotificationManager().getActiveNotifications();
408 getNotificationManager().createNotificationChannel(new NotificationChannel(
415 getNotificationManager().deleteNotificationChannel(NOTIFICATION_CHANNEL_ID);
    [all...]
  /frameworks/base/services/retaildemo/java/com/android/server/retaildemo/
RetailDemoModeService.java 630 mInjector.getNotificationManager().notifyAsUser(TAG, SystemMessage.NOTE_RETAIL_RESET,
732 NotificationManager getNotificationManager() {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LockSettingsService.java 330 public NotificationManager getNotificationManager() {
387 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 433 mInjector.getNotificationManager().cancel(LOG_TAG,
568 mInjector.getNotificationManager().notifyAsUser(LOG_TAG,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 

Completed in 170 milliseconds