Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
DSplitScreenUtils.kt192 var notificationContent = notificationScroller.findObject(notificationContentSelector) in <lambda>() variable
194 while (notificationContent == null) { in <lambda>()
202 notificationContent = notificationScroller.findObject(notificationContentSelector) in <lambda>()
206 val dragStart = notificationContent.visibleCenter in <lambda>()
/frameworks/base/core/java/android/app/people/
DPeopleSpaceTile.java388 public Builder setNotificationContent(CharSequence notificationContent) { in setNotificationContent() argument
389 mNotificationContent = notificationContent; in setNotificationContent()