/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 | 191 && n.getNotification().icon == seg.notification.getNotification().icon 192 && n.getNotification().iconLevel == seg.notification.getNotification().iconLevel 193 && charSequencesEqual(seg.notification.getNotification().tickerText, 194 n.getNotification().tickerText)) { 200 new StatusBarIcon(n.getPackageName(), n.getUser(), n.getNotification().icon, n.getNotification().iconLevel, 0, 201 n.getNotification().tickerText)); 202 final CharSequence text = n.getNotification().tickerText [all...] |
PhoneStatusBar.java | [all...] |
/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 | 363 if (sbn.getNotification().contentView.getLayoutId() != 622 RemoteViews contentView = sbn.getNotification().contentView; 623 RemoteViews bigContentView = sbn.getNotification().bigContentView; 650 PendingIntent contentIntent = sbn.getNotification().contentIntent; 820 notification.getNotification()); 825 notification.getNotification().icon, 826 notification.getNotification().iconLevel, 827 notification.getNotification().number, 828 notification.getNotification().tickerText); [all...] |
NotificationData.java | 79 return (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/core/java/android/service/notification/ |
StatusBarNotification.java | 210 public Notification getNotification() {
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothPairingRequest.java | 97 manager.notify(NOTIFICATION_ID, builder.getNotification());
|
/frameworks/base/services/java/com/android/server/ |
NotificationManagerService.java | [all...] |
/packages/services/Telephony/src/com/android/phone/ |
NotificationMgr.java | 569 Notification notification = builder.getNotification(); [all...] |
/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...] |
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
AlertReceiver.java | 353 return notificationBuilder.getNotification(); 358 Notification n = notificationBuilder.getNotification(); 550 n = notificationBuilder.getNotification(); [all...] |