Home
last modified time | relevance | path

Searched refs:DIAL_PACKAGE (Results 1 – 6 of 6) sorted by relevance

/platform_testing/tests/automotive/functional/uxrestriction/src/android/platform/tests/
DDrivingOptimizedAppsTest.java98 .checkPackageInForeground(AutomotiveConfigConstants.DIAL_PACKAGE)); in testOpenPhone()
/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DContactDetailsHelperImpl.java72 return getPackageFromConfig(AutomotiveConfigConstants.DIAL_PACKAGE); in getPackage()
DDialHelperImpl.java155 return getPackageFromConfig(AutomotiveConfigConstants.DIAL_PACKAGE); in getPackage()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper2/
DAutoLauncherStrategy.java43 private static final String DIAL_PACKAGE = "com.android.car.dialer"; field in AutoLauncherStrategy
97 {"Dial", By.pkg(DIAL_PACKAGE).depth(0)},
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DAutoLauncherStrategy.java42 private static final String DIAL_PACKAGE = "com.android.car.dialer"; field in AutoLauncherStrategy
86 {"Dial", By.pkg(DIAL_PACKAGE).depth(0)},
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java27 public static final String DIAL_PACKAGE = "DIAL_PACKAGE"; field in AutomotiveConfigConstants