Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/
DActivityHelper.java200 public void launchIntent(String intentName) throws InterruptedException { in launchIntent() method in ActivityHelper
203 launchIntent(intent); in launchIntent()
215 launchIntent(pkgIntent); in launchPackage()
224 public void launchIntent(Intent intent) throws InterruptedException { in launchIntent() method in ActivityHelper
/platform_testing/libraries/system-helpers/account-helper/src/android/system/helpers/
DAccountHelper.java63 mActivityHelper.launchIntent(android.provider.Settings.ACTION_PRIVACY_SETTINGS); in hasDeviceBackupAccount()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestCase.java96 public void launchIntent(Intent intent) { in launchIntent() method in AuptTestCase
/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
DAccessibilityScannerHelper.java183 mActivityHelper.launchIntent(intent); in launchScannerApp()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DLockscreenHelper.java244 mActivityHelper.launchIntent(Settings.ACTION_SECURITY_SETTINGS); in navigateToScreenLock()
/platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
DSettingsHelper.java548 mActivityHelper.launchIntent(settingsPage); in launchAndClickSettings()