Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationHelperImpl.java44 getApplicationConfig(AutoConfigConstants.OPEN_NOTIFICATIONS_COMMAND)); in open()
84 executeShellCommand(getApplicationConfig(AutoConfigConstants.OPEN_NOTIFICATIONS_COMMAND)); in checkNotificationExists()
111 executeShellCommand(getApplicationConfig(AutoConfigConstants.OPEN_NOTIFICATIONS_COMMAND)); in removeNotification()
129 executeShellCommand(getApplicationConfig(AutoConfigConstants.OPEN_NOTIFICATIONS_COMMAND)); in scrollThroughNotifications()
DAutoNotificationMockingHelperImpl.java145 executeShellCommand(getApplicationConfig(AutoConfigConstants.OPEN_NOTIFICATIONS_COMMAND)); in checkNotificationExists()
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DAutoNotificationsConfigUtility.java29 private static final String OPEN_NOTIFICATIONS_COMMAND = "service call statusbar 1"; field in AutoNotificationsConfigUtility
159 AutoConfigConstants.OPEN_NOTIFICATIONS_COMMAND, OPEN_NOTIFICATIONS_COMMAND); in loadDefaultNotificationAppConfig()
DAutoConfigConstants.java217 public static final String OPEN_NOTIFICATIONS_COMMAND = "OPEN_NOTIFICATIONS_COMMAND"; field in AutoConfigConstants