/platform_testing/tests/automotive/functional/appgrid/src/android/platform/tests/ |
D | AppGridTest.java | 44 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/ |
D | NavigationBarTest.java | 62 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/ |
D | UxRestrictionFacetBarTest.java | 77 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/ |
D | AppGridHelperImpl.java | 79 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/ |
D | Scrollable.java | 40 boolean isAppInForeground(); in isAppInForeground() method 201 if (isAppInForeground()) { in scroll()
|
/platform_testing/tests/automotive/functional/mediacenter/src/android/platform/tests/ |
D | OpenAppFromMediaCenterTest.java | 65 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/ |
D | IAppHelper.java | 77 abstract boolean isAppInForeground(); in isAppInForeground() method
|
D | AbstractStandardAppHelper2.java | 427 public boolean isAppInForeground() { in isAppInForeground() method in AbstractStandardAppHelper2
|
D | AbstractStandardAppHelper.java | 468 public boolean isAppInForeground() { in isAppInForeground() method in AbstractStandardAppHelper
|
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/ |
D | IAutoFacetBarHelper.java | 77 boolean isAppInForeground(VERIFY_OPEN_APP appResource); in isAppInForeground() method
|
/platform_testing/tests/automotive/functional/notifications/src/android/platform/tests/ |
D | NotificationTest.java | 65 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/ |
D | AutoNotificationHelperImpl.java | 95 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/ |
D | SystemUiTest.java | 63 .isAppInForeground(IAutoFacetBarHelper.VERIFY_OPEN_APP.APP_GRID)); in testSystemUi()
|
/platform_testing/libraries/automotive-helpers/facet-bar-helper/src/android/platform/helpers/ |
D | FacetBarHelperImpl.java | 70 public boolean isAppInForeground(VERIFY_OPEN_APP appResource) { in isAppInForeground() method in FacetBarHelperImpl
|
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/ |
D | SettingHelperImpl.java | 293 && isAppInForeground() in goBackToSettingsScreen()
|