Home
last modified time | relevance | path

Searched refs:getSendNotification (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/flicker/splitscreen/src/com/android/wm/shell/flicker/splitscreen/benchmark/
DEnterSplitScreenByDragFromNotificationBenchmark.kt40 protected val sendNotificationApp = SplitScreenUtils.getSendNotification(instrumentation)
DSwitchBetweenSplitPairsBenchmark.kt37 protected val fourthApp = SplitScreenUtils.getSendNotification(instrumentation)
/frameworks/base/libs/WindowManager/Shell/tests/flicker/service/src/com/android/wm/shell/flicker/service/splitscreen/scenarios/
DSwitchBetweenSplitPairs.kt45 private val fourthApp = SplitScreenUtils.getSendNotification(instrumentation)
DEnterSplitScreenByDragFromNotification.kt47 private val sendNotificationApp = SplitScreenUtils.getSendNotification(instrumentation)
/frameworks/base/libs/WindowManager/Shell/tests/flicker/splitscreen/src/com/android/wm/shell/flicker/splitscreen/
DSwitchBetweenSplitPairsNoPip.kt51 val thirdApp = SplitScreenUtils.getSendNotification(instrumentation)
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
DSplitScreenUtils.kt83 fun getSendNotification(instrumentation: Instrumentation): NotificationAppHelper = in <lambda>() method