Home
last modified time | relevance | path

Searched refs:EXPANDED_NOTIFICATIONS_SCREEN (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationHelperImpl.java59 AutoConfigConstants.EXPANDED_NOTIFICATIONS_SCREEN, in isAppInForeground()
73 AutoConfigConstants.EXPANDED_NOTIFICATIONS_SCREEN, in tapClearAllBtn()
89 AutoConfigConstants.EXPANDED_NOTIFICATIONS_SCREEN, in checkNotificationExists()
123 AutoConfigConstants.EXPANDED_NOTIFICATIONS_SCREEN, in openNotification()
134 AutoConfigConstants.EXPANDED_NOTIFICATIONS_SCREEN, in scrollThroughNotifications()
152 AutoConfigConstants.EXPANDED_NOTIFICATIONS_SCREEN, in clearAllBtnExist()
DAutoNotificationMockingHelperImpl.java67 AutoConfigConstants.EXPANDED_NOTIFICATIONS_SCREEN, in AutoNotificationMockingHelperImpl()
72 AutoConfigConstants.EXPANDED_NOTIFICATIONS_SCREEN, in AutoNotificationMockingHelperImpl()
77 AutoConfigConstants.EXPANDED_NOTIFICATIONS_SCREEN, in AutoNotificationMockingHelperImpl()
82 AutoConfigConstants.EXPANDED_NOTIFICATIONS_SCREEN, in AutoNotificationMockingHelperImpl()
173 AutoConfigConstants.EXPANDED_NOTIFICATIONS_SCREEN, in getNotificationStack()
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DAutoNotificationsConfigUtility.java208 AutoConfigConstants.EXPANDED_NOTIFICATIONS_SCREEN, expandedNotificationsConfig); in loadDefaultExpandedNotificationsConfig()
DAutoConfigConstants.java220 public static final String EXPANDED_NOTIFICATIONS_SCREEN = "EXPANDED_NOTIFICATIONS_SCREEN"; field in AutoConfigConstants