Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/service/notification/scenarios/
H A DOpenAppFromNotificationWarm.kt27 import com.android.server.wm.flicker.helpers.NotificationAppHelper
42 private val testApp: NotificationAppHelper = NotificationAppHelper(instrumentation)
H A DOpenAppFromNotificationCold.kt27 import com.android.server.wm.flicker.helpers.NotificationAppHelper
42 private val testApp: NotificationAppHelper = NotificationAppHelper(instrumentation)
H A DOpenAppFromLockscreenNotificationWarm.kt27 import com.android.server.wm.flicker.helpers.NotificationAppHelper
42 private val testApp: NotificationAppHelper = NotificationAppHelper(instrumentation)
H A DOpenAppFromLockscreenNotificationCold.kt27 import com.android.server.wm.flicker.helpers.NotificationAppHelper
42 private val testApp: NotificationAppHelper = NotificationAppHelper(instrumentation)
H A DOpenAppFromLockscreenNotificationWithOverlayApp.kt27 import com.android.server.wm.flicker.helpers.NotificationAppHelper
44 private val testApp: NotificationAppHelper = NotificationAppHelper(instrumentation)
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/notification/
H A DOpenAppFromNotificationWarmTest.kt32 import com.android.server.wm.flicker.helpers.NotificationAppHelper
58 override val testApp: NotificationAppHelper = NotificationAppHelper(instrumentation)
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/
H A DNotificationAppHelper.kt29 class NotificationAppHelper regex
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
H A DSplitScreenUtils.kt39 import com.android.server.wm.flicker.helpers.NotificationAppHelper
81 fun getSendNotification(instrumentation: Instrumentation): NotificationAppHelper =
82 NotificationAppHelper(instrumentation)