Home
last modified time | relevance | path

Searched refs:NotificationAppHelper (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tests/FlickerTests/FlickerService/src/com/android/server/wm/flicker/service/notification/scenarios/
DOpenAppFromNotificationWarm.kt27 import com.android.server.wm.flicker.helpers.NotificationAppHelper
42 private val testApp: NotificationAppHelper = NotificationAppHelper(instrumentation)
DOpenAppFromNotificationCold.kt27 import com.android.server.wm.flicker.helpers.NotificationAppHelper
42 private val testApp: NotificationAppHelper = NotificationAppHelper(instrumentation)
DOpenAppFromLockscreenNotificationWarm.kt27 import com.android.server.wm.flicker.helpers.NotificationAppHelper
42 private val testApp: NotificationAppHelper = NotificationAppHelper(instrumentation)
DOpenAppFromLockscreenNotificationCold.kt27 import com.android.server.wm.flicker.helpers.NotificationAppHelper
42 private val testApp: NotificationAppHelper = NotificationAppHelper(instrumentation)
DOpenAppFromLockscreenNotificationWithOverlayApp.kt27 import com.android.server.wm.flicker.helpers.NotificationAppHelper
44 private val testApp: NotificationAppHelper = NotificationAppHelper(instrumentation)
/frameworks/base/tests/FlickerTests/Notification/src/com/android/server/wm/flicker/notification/
DOpenAppFromNotificationWarmTest.kt33 import com.android.server.wm.flicker.helpers.NotificationAppHelper
59 override val testApp: NotificationAppHelper = NotificationAppHelper(instrumentation)
/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/
DNotificationAppHelper.kt29 class NotificationAppHelper class
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
DSplitScreenUtils.kt41 import com.android.server.wm.flicker.helpers.NotificationAppHelper in <lambda>()
83 fun getSendNotification(instrumentation: Instrumentation): NotificationAppHelper = in <lambda>()
84 NotificationAppHelper(instrumentation) in <lambda>()