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

1 2 3

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
NotificationManagerTest.java 30 assertEquals(notification1, shadowOf(notificationManager).getNotification(1));
34 assertEquals(notification2, shadowOf(notificationManager).getNotification(31));
43 assertEquals(notification2, shadowOf(notificationManager).getNotification(1));
50 assertEquals(notification1, shadowOf(notificationManager).getNotification("a tag"));
57 assertNull(shadowOf(notificationManager).getNotification(null));
64 assertNull(shadowOf(notificationManager).getNotification("unknown tag"));
73 assertNull(shadowOf(notificationManager).getNotification(1));
82 assertNull(shadowOf(notificationManager).getNotification(1));
83 assertNull(shadowOf(notificationManager).getNotification("a tag"));
93 assertNull(shadowOf(notificationManager).getNotification(1))
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
NotificationQueue.h 73 notification_t *getNotification(
NotificationQueue.cpp 65 notification_t *NotificationQueue::getNotification(
  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
NotificationsActivity.java 50 nm.notify("direct_tag", R.id.direct_notification, builder.getNotification());
65 nm.notify("interstitial_tag", R.id.interstitial_notification, builder.getNotification());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Ticker.java 193 && n.getNotification().icon == seg.notification.getNotification().icon
194 && n.getNotification().iconLevel == seg.notification.getNotification().iconLevel
195 && CharSequences.equals(seg.notification.getNotification().tickerText,
196 n.getNotification().tickerText)) {
202 new StatusBarIcon(n.getPackageName(), n.getUser(), n.getNotification().icon, n.getNotification().iconLevel, 0,
203 n.getNotification().tickerText));
204 final CharSequence text = n.getNotification().tickerText
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
NotificationControllerTest.java 79 n = nb.getNotification();
92 n = nb.getNotification();
108 n = nb.getNotification();
121 n = nb.getNotification();
137 n = nb.getNotification();
150 n = nb.getNotification();
163 n = nb.getNotification();
  /development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
NotificationsActivity.java 63 nm.notify("direct_tag", R.id.direct_notification, builder.getNotification());
78 nm.notify("interstitial_tag", R.id.interstitial_notification, builder.getNotification());
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNotificationManager.java 61 public Notification getNotification(int id) {
65 public Notification getNotification(String tag) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 344 if (sbn.getNotification().contentView.getLayoutId() !=
732 RemoteViews oneU = sbn.getNotification().contentView;
733 RemoteViews large = sbn.getNotification().bigContentView;
759 PendingIntent contentIntent = sbn.getNotification().contentIntent;
    [all...]
NotificationData.java 95 : (int)(na.getNotification().when - nb.getNotification().when);
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServerService.java 85 getNotification();
  /frameworks/support/v4/honeycomb/android/support/v4/app/
NotificationCompatHoneycomb.java 52 return b.getNotification();
  /frameworks/support/v4/ics/android/support/v4/app/
NotificationCompatIceCreamSandwich.java 54 return b.getNotification();
  /packages/apps/Settings/src/com/android/settings/
NotificationStation.java 211 info.icon = loadIconDrawable(info.pkg, info.user, sbn.getNotification().icon);
214 if (sbn.getNotification().extras != null) {
215 info.title = sbn.getNotification().extras.getString(Notification.EXTRA_TITLE);
217 info.title = sbn.getNotification().extras.getString(Notification.EXTRA_TEXT);
221 info.title = sbn.getNotification().tickerText;
228 info.priority = sbn.getNotification().priority;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
NotificationImportExportListener.java 229 return builder.getNotification();
246 .getNotification();
265 .getNotification();
282 .getNotification();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nls/
MockListener.java 149 payload.put(JSON_WHEN, sbn.getNotification().when);
150 payload.put(JSON_ICON, sbn.getNotification().icon);
151 payload.put(JSON_FLAGS, sbn.getNotification().flags);
  /packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
SmsMessageReceiver.java 70 notificationManager.notify(notificationId, notification.getNotification());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
LocationController.java 108 .getNotification();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 97 manager.notify(NOTIFICATION_ID, builder.getNotification());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletTicker.java 252 final Notification n = notification.getNotification();
316 PendingIntent contentIntent = notification.getNotification().contentIntent;
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java     [all...]
  /frameworks/base/core/java/android/service/notification/
StatusBarNotification.java 221 public Notification getNotification() {
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 299 notificationManager.notify(NOTIFICATION_DEFAULT, builder.getNotification());
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.cpp 577 notification_t *notification = nq->getNotification();
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 789 .getNotification();
815 .getNotification();
841 .getNotification();
    [all...]

Completed in 1346 milliseconds

1 2 3