OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldNotification
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/qt/WebCoreSupport/
NotificationPresenterClientQt.cpp
391
Notification*
oldNotification
= 0;
398
oldNotification
= iter.key();
404
if (
oldNotification
) {
406
dumpReplacedIdText(
oldNotification
);
407
sendEvent(
oldNotification
, eventNames().closeEvent);
408
detachNotification(
oldNotification
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java
597
final StatusBarNotification
oldNotification
= oldEntry.notification;
598
final RemoteViews oldContentView =
oldNotification
.notification.contentView;
604
Slog.d(TAG, "old notification: when=" +
oldNotification
.notification.when
605
+ " ongoing=" +
oldNotification
.isOngoing()
610
+ " ongoing=" +
oldNotification
.isOngoing()
624
boolean orderUnchanged = notification.notification.when==
oldNotification
.notification.when
625
&& notification.priority ==
oldNotification
.priority;
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java
[
all
...]
Completed in 854 milliseconds