HomeSort by relevance Sort by last modified time
    Searched refs:notifyAsUser (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
PowerNotificationWarningsTest.java 85 .notifyAsUser(anyString(), eq(SystemMessage.NOTE_BAD_CHARGER), any(), any());
102 .notifyAsUser(anyString(), eq(SystemMessage.NOTE_POWER_LOW), any(), any());
120 .notifyAsUser(anyString(), eq(SystemMessage.NOTE_POWER_LOW),
129 .notifyAsUser(anyString(), eq(SystemMessage.NOTE_HIGH_TEMP), any(), any());
144 .notifyAsUser(anyString(), eq(SystemMessage.NOTE_THERMAL_SHUTDOWN), any(), any());
  /frameworks/base/tests/net/java/com/android/server/connectivity/
NetworkNotificationManagerTest.java 125 verify(mNotificationManager, times(1)).notifyAsUser(eq(tag), eq(eventId), any(), any());
135 verify(mNotificationManager, never()).notifyAsUser(any(), anyInt(), any(), any());
141 verify(mNotificationManager, times(1)).notifyAsUser(eq(tag), eq(eventId), any(), any());
152 verify(mNotificationManager, never()).notifyAsUser(any(), anyInt(), any(), any());
163 .notifyAsUser(eq(tag), eq(NO_INTERNET.eventId), any(), any());
170 .notifyAsUser(eq(tag), eq(SIGN_IN.eventId), any(), any());
185 .notifyAsUser(eq(tag), eq(SIGN_IN.eventId), any(), any());
191 verify(mNotificationManager, never()).notifyAsUser(any(), anyInt(), any(), any());
VpnTest.java 419 .notifyAsUser(anyString(), anyInt(), any(), eq(userHandle));
428 .notifyAsUser(anyString(), anyInt(), any(), eq(userHandle));
  /packages/services/Telecomm/src/com/android/server/telecom/settings/
BlockedNumbersUtil.java 114 notificationManager.notifyAsUser(null /* tag */ , EMERGENCY_CALL_NOTIFICATION,
  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 345 mNotificationManager.notifyAsUser(
507 mNotificationManager.notifyAsUser(
552 mNotificationManager.notifyAsUser(
591 mNotificationManager.notifyAsUser(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerNotificationWarnings.java 232 mNoMan.notifyAsUser(TAG_BATTERY, SystemMessage.NOTE_BAD_CHARGER, n, UserHandle.ALL);
277 mNoMan.notifyAsUser(TAG_BATTERY, SystemMessage.NOTE_POWER_LOW, n, UserHandle.ALL);
298 mNoMan.notifyAsUser(
367 mNoMan.notifyAsUser(TAG_TEMPERATURE, SystemMessage.NOTE_HIGH_TEMP, n, UserHandle.ALL);
417 mNoMan.notifyAsUser(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 224 mNotificationManager.notifyAsUser(fsUuid, SystemMessage.NOTE_STORAGE_PRIVATE,
252 mNotificationManager.notifyAsUser(disk.getId(), SystemMessage.NOTE_STORAGE_DISK,
325 mNotificationManager.notifyAsUser(vol.getId(), SystemMessage.NOTE_STORAGE_PUBLIC,
503 mNotificationManager.notifyAsUser(move.packageName, SystemMessage.NOTE_STORAGE_MOVE,
553 mNotificationManager.notifyAsUser(move.packageName, SystemMessage.NOTE_STORAGE_MOVE,
  /frameworks/base/services/core/java/com/android/server/am/
PreBootBroadcaster.java 163 notifManager.notifyAsUser(TAG, SystemMessage.NOTE_SYSTEM_UPGRADING, notif,
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
MissedCallNotifierImplTest.java 222 verify(mNotificationManager, times(2)).notifyAsUser(nullable(String.class),
254 // notifyAsUser. This distinguishes between the builders used for the full notification
258 // to notifyAsUser are the versions which contain sensitive information.
261 verify(mNotificationManager, times(2)).notifyAsUser(nullable(String.class), eq(1),
353 verify(mNotificationManager).notifyAsUser(nullable(String.class), eq(1),
558 verify(mNotificationManager, times(2)).notifyAsUser(nullable(String.class), eq(1),
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/plugins/
PluginInstanceManagerTest.java 161 verify(nm).notifyAsUser(eq(TestPlugin.class.getName()), eq(SystemMessage.NOTE_PLUGIN),
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkNotificationManager.java 236 mNotificationManager.notifyAsUser(tag, eventId, notification, UserHandle.ALL);
Tethering.java     [all...]
Vpn.java     [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
CertificateMonitor.java 162 mInjector.getNotificationManager().notifyAsUser(
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java     [all...]
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 392 notificationManager.notifyAsUser(null, notif.notificationId, mNiNotificationBuilder.build(),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
PluginInstanceManager.java 358 .notifyAsUser(cls, SystemMessage.NOTE_PLUGIN, nb.build(),
PluginManagerImpl.java 245 mContext.getSystemService(NotificationManager.class).notifyAsUser(pkg,
  /frameworks/base/core/java/android/app/
NotificationManager.java 370 notifyAsUser(tag, id, notification, mContext.getUser());
376 public void notifyAsUser(String tag, int id, Notification notification, UserHandle user)
    [all...]
  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 500 mNotifManager.notifyAsUser(uuid.toString(), SystemMessage.NOTE_LOW_STORAGE,
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 382 mNotificationManager.notifyAsUser(
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 637 noMan.notifyAsUser(pkg, SystemMessage.NOTE_INSTANT_APPS, builder
    [all...]
  /frameworks/base/services/core/java/com/android/server/
UiModeManagerService.java 706 mNotificationManager.notifyAsUser(null,
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]

Completed in 1006 milliseconds

1 2