Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/functional/uxrestriction/src/android/platform/tests/
DDrivingOptimizedAppsTest.java87 .checkPackageInForeground(AutomotiveConfigConstants.RADIO_PACKAGE)); in testOpenRadio()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper2/
DAutoLauncherStrategy.java42 private static final String RADIO_PACKAGE = "com.android.car.radio"; field in AutoLauncherStrategy
96 {"Radio", By.pkg(RADIO_PACKAGE).depth(0)},
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DAutoLauncherStrategy.java41 private static final String RADIO_PACKAGE = "com.android.car.radio"; field in AutoLauncherStrategy
85 {"Radio", By.pkg(RADIO_PACKAGE).depth(0)},
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java136 public static final String RADIO_PACKAGE = "RADIO_PACKAGE"; field in AutomotiveConfigConstants