Home
last modified time | relevance | path

Searched refs:cloneLight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java147 public StatusBarNotification cloneLight() { in cloneLight() method in StatusBarNotification
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java295 mBuffer.addLast(nr.cloneLight()); in record()
1403 (trim == TRIM_FULL) ? sbn : sbn.cloneLight();
3023 final StatusBarNotification oldSbnLightClone = oldSbn.cloneLight(); in notifyPostedLocked()
3036 sbnCloneLight = sbn.cloneLight(); in notifyPostedLocked()
3059 final StatusBarNotification sbnLight = sbn.cloneLight(); in notifyRemovedLocked()