/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
MockListener.java | 226 notification.put(JSON_WHEN, sbn.getNotification().when); 227 notification.put(JSON_ICON, sbn.getNotification().icon); 228 notification.put(JSON_FLAGS, sbn.getNotification().flags);
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothPairingRequest.java | 101 manager.notify(NOTIFICATION_ID, builder.getNotification());
|
/frameworks/base/services/core/java/com/android/server/notification/ |
ZenModeFiltering.java | 98 return record != null && record.sbn != null && record.sbn.getNotification() != null 99 ? record.sbn.getNotification().extras : null;
|
NotificationManagerService.java | [all...] |
RankingHelper.java | 252 boolean isGroupSummary = record.getNotification().isGroupSummary(); 262 String groupSortKey = record.getNotification().getSortKey(); 278 boolean isGroupSummary = record.getNotification().isGroupSummary();
|
NotificationUsageStats.java | 411 final Notification n = record.getNotification(); [all...] |
ValidateNotificationPeople.java | 123 if (record == null || record.getNotification() == null) { 208 final Bundle extras = record.getNotification().extras;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationHeaderUtil.java | 42 return row.getStatusBarNotification().getNotification(); 201 || mRow.getStatusBarNotification().getNotification().showsTime()
|
NotificationContentView.java | [all...] |
BaseStatusBar.java | 617 processForRemoteInput(sbn.getNotification()); [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
NotificationTemplateViewWrapper.java | 120 notification.getNotification().getLargeIcon());
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
MainActivity.java | 299 notificationManager.notify(NOTIFICATION_DEFAULT, builder.getNotification());
|
/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/ |
NotificationListenerActivity.java | 246 Notification.Builder.recoverBuilder(mContext, sbn.getNotification());
|
/frameworks/base/core/java/android/service/notification/ |
NotificationListenerService.java | 247 * result from {@link StatusBarNotification#getNotification} may be missing some heavyweight 268 * result from {@link StatusBarNotification#getNotification} may be missing some heavyweight 567 Notification notification = sbn.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...] |
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
BugreportReceiverTest.java | 594 return mUiBot.getNotification(title); 657 mUiBot.getNotification(mContext.getString(R.string.bugreport_finished_title, id)); [all...] |
/packages/apps/Settings/src/com/android/settings/notification/ |
NotificationStation.java | 91 logd("onNotificationPosted: %s, with update for %d", sbn.getNotification(), 273 final Notification n = sbn.getNotification();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PhoneStatusBar.java | [all...] |
/cts/tests/app/src/android/app/cts/ |
ServiceTest.java | 196 sbn.getNotification().extras.getString(Notification.EXTRA_TITLE);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
HeadsUpManager.java | 217 return entry.notification.getNotification().fullScreenIntent != null;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppNotification.java | 348 mNotificationMgr.notify(item.id, b.getNotification());
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
NotificationChildrenContainer.java | 242 mNotificationParent.getStatusBarNotification().getNotification()); [all...] |
/development/samples/training/basic/FragmentBasics/libs/ |
android-support-v4.jar | |
/development/samples/training/location-aware/libs/ |
android-support-v4.jar | |
/sdk/testapps/jarCheckTests3/lib2/libs/ |
android-support-v13.jar | |