Home
last modified time | relevance | path

Searched refs:isAppInForeground (Results 1 – 15 of 15) sorted by relevance

/platform_testing/tests/automotive/functional/appgrid/src/android/platform/tests/
DAppGridTest.java44 assertFalse("App Grid is open even after exit.", mAppGridHelper.get().isAppInForeground()); in testOpen()
47 assertTrue("App Grid is not open.", mAppGridHelper.get().isAppInForeground()); in testOpen()
54 assertTrue("App Grid is not open.", mAppGridHelper.get().isAppInForeground()); in testExit()
57 assertFalse("App Grid is open even after exit.", mAppGridHelper.get().isAppInForeground()); in testExit()
/platform_testing/tests/automotive/functional/navigationbar/src/android/platform/tests/
DNavigationBarTest.java62 mFacetBarHelper.get().isAppInForeground(IAutoFacetBarHelper.VERIFY_OPEN_APP.HOME)); in testHomeButton()
71 mFacetBarHelper.get().isAppInForeground(IAutoFacetBarHelper.VERIFY_OPEN_APP.PHONE)); in testDialButton()
81 .isAppInForeground(IAutoFacetBarHelper.VERIFY_OPEN_APP.APP_GRID)); in testAppGridButton()
91 .isAppInForeground(IAutoFacetBarHelper.VERIFY_OPEN_APP.NOTIFICATION)); in testNotificationButton()
99 mFacetBarHelper.get().isAppInForeground(IAutoFacetBarHelper.VERIFY_OPEN_APP.HVAC)); in testHVACButton()
/platform_testing/tests/automotive/functional/uxrestriction/src/android/platform/tests/
DUxRestrictionFacetBarTest.java77 mFacetBarHelper.get().isAppInForeground(IAutoFacetBarHelper.VERIFY_OPEN_APP.HOME)); in testRestrictedHomeFacetBar()
86 mFacetBarHelper.get().isAppInForeground(IAutoFacetBarHelper.VERIFY_OPEN_APP.PHONE)); in testRestrictedPhoneFacetBar()
94 mFacetBarHelper.get().isAppInForeground(IAutoFacetBarHelper.VERIFY_OPEN_APP.HVAC)); in testRestrictedHvacFacetBar()
104 .isAppInForeground(IAutoFacetBarHelper.VERIFY_OPEN_APP.APP_GRID)); in testRestrictedAppGridFacetBar()
114 .isAppInForeground(IAutoFacetBarHelper.VERIFY_OPEN_APP.NOTIFICATION)); in testRestrictedNotificationFacetBar()
/platform_testing/libraries/automotive-helpers/app-grid-helper/src/android/platform/helpers/
DAppGridHelperImpl.java79 if (!isAppInForeground()) { in open()
93 public boolean isAppInForeground() { in isAppInForeground() method in AppGridHelperImpl
106 if (isAppInForeground()) { in exit()
135 if (isAppInForeground()) { in isAtBeginning()
174 if (isAppInForeground()) { in isAtEnd()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/utility/
DScrollable.java40 boolean isAppInForeground(); in isAppInForeground() method
201 if (isAppInForeground()) { in scroll()
/platform_testing/tests/automotive/functional/mediacenter/src/android/platform/tests/
DOpenAppFromMediaCenterTest.java65 assertTrue("AppGrid is not open", mAutoAppGridHelper.get().isAppInForeground()); in testOpenMediaAppFromMediaWidget()
74 assertTrue("AppGrid is not open", mAutoAppGridHelper.get().isAppInForeground()); in testMediaAppPresentInMediaGrid()
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DIAppHelper.java77 abstract boolean isAppInForeground(); in isAppInForeground() method
DAbstractStandardAppHelper2.java427 public boolean isAppInForeground() { in isAppInForeground() method in AbstractStandardAppHelper2
DAbstractStandardAppHelper.java468 public boolean isAppInForeground() { in isAppInForeground() method in AbstractStandardAppHelper
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoFacetBarHelper.java77 boolean isAppInForeground(VERIFY_OPEN_APP appResource); in isAppInForeground() method
/platform_testing/tests/automotive/functional/notifications/src/android/platform/tests/
DNotificationTest.java65 assertTrue("Notification did not open.", mNotificationHelper.get().isAppInForeground()); in testOpenCloseNotification()
67 assertFalse("Notification did not close.", mNotificationHelper.get().isAppInForeground()); in testOpenCloseNotification()
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationHelperImpl.java95 if (!isAppInForeground()) { in open()
110 public boolean isAppInForeground() { in isAppInForeground() method in AutoNotificationHelperImpl
261 if (isAppInForeground() && notification_list != null) { in findInNotificationList()
/platform_testing/tests/automotive/functional/home/src/android/platform/tests/
DSystemUiTest.java63 .isAppInForeground(IAutoFacetBarHelper.VERIFY_OPEN_APP.APP_GRID)); in testSystemUi()
/platform_testing/libraries/automotive-helpers/facet-bar-helper/src/android/platform/helpers/
DFacetBarHelperImpl.java70 public boolean isAppInForeground(VERIFY_OPEN_APP appResource) { in isAppInForeground() method in FacetBarHelperImpl
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingHelperImpl.java293 && isAppInForeground() in goBackToSettingsScreen()