Home
last modified time | relevance | path

Searched defs:intent (Results 1 – 25 of 31) sorted by relevance

12

/platform_testing/libraries/flicker/appHelpers/src/android/tools/device/apphelpers/
DMessagingAppHelper.kt47 val intent = Intent(Intent.ACTION_VIEW, Uri.parse("sms:")) in getMessagesIntent() constant
53 val intent = getMessagesIntent() in getMessagesComponent() constant
61 val intent = getMessagesIntent() in getMessagesName() constant
DBrowserAppHelper.kt51 val intent = Intent(Intent.ACTION_VIEW, Uri.parse("http://")) in getBrowserIntent() constant
57 val intent = getBrowserIntent() in getBrowserName() constant
66 val intent = getBrowserIntent() in getBrowserComponent() constant
DCalendarAppHelper.kt43 val intent = Intent(Intent.ACTION_VIEW) in getCalendarIntent() constant
51 val intent = getCalendarIntent() in getResolveInfo() constant
DStandardAppHelper.kt87 val intent = Intent() constant in android.tools.device.apphelpers.StandardAppHelper
130 val intent = openAppIntent in launchAppViaIntent() constant
DNetflixAppHelper.kt78 val intent = getNetflixIntent(pkgManager) in getResolveInfo() constant
DYouTubeAppHelper.kt118 val intent = getYoutubeIntent(pkgManager) in getResolveInfo() constant
DMapsAppHelper.kt226 val intent = Intent(Intent.ACTION_VIEW, gmmIntentUri) in getMapIntent() constant
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DSysuiDemoModeRule.kt56 val intent = Intent("com.android.systemui.demo") in sendDemoModeBroadcast() constant
/platform_testing/tests/perf/BootHelperApp/src/com/android/boothelper/
DBootHelperTest.java65 final Intent intent = new Intent(DevicePolicyManager.ACTION_SET_NEW_PASSWORD); in setupLockScreenPin() local
150 public Activity launchActivity(String pkg, Class activityCls, Intent intent) { in launchActivity()
/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/performancelaunch/hermeticapp/
DPerformanceBase.java43 final Intent intent = context.getPackageManager().getLaunchIntentForPackage(PACKAGE); in open() local
/platform_testing/libraries/sts-common-util/device-side/tests/src/com/android/sts/common/util/
DDumpsysUtilsTest.java58 Intent intent = in setUp() local
/platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/
DActivityHelper.java202 Intent intent = new Intent(intentName); in launchIntent() local
224 public void launchIntent(Intent intent) throws InterruptedException { in launchIntent()
/platform_testing/tests/jank/webview/src/com/android/webview/chromium/tests/jank/
DWebViewFlingTest.java76 Intent intent = new Intent(Intent.ACTION_DEFAULT, in setUp() local
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DOverviewHelper.java107 Intent intent = pm.getLaunchIntentForPackage(pkg.packageName); in populateManyRecentApps() local
243 Intent intent = new Intent("android.intent.action.QUICKSTEP_SERVICE") in isRecentsInLauncher() local
DNotificationHelper.java228 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
233 protected void onHandleIntent(Intent intent) { in onHandleIntent()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSettingsJankTests.java73 Intent intent = context.getPackageManager().getLaunchIntentForPackage(SETTINGS_PACKAGE); in setUp() local
DLauncherJankTests.java216 final Intent intent = in startAppFast() local
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestCase.java96 public void launchIntent(Intent intent) { in launchIntent()
/platform_testing/tests/apphealth/scenarios/src/android/platform/test/scenario/facebook/
DFacebookAppHelperImpl.java155 Intent intent = new Intent(); in startLoginActivity() local
/platform_testing/utils/wifistrengthscanner/src/com/android/test/util/wifistrengthscanner/
DWifiStrengthScannerInstrumentation.java189 public void onReceive(Context context, Intent intent) { in onReceive()
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
DUiBenchJankTestsHelper.java78 Intent intent = mContext.getPackageManager() in launchUiBench() local
/platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
DUiBenchJankTestsHelper.java80 Intent intent = new Intent(Intent.ACTION_MAIN); in launchActivity() local
/platform_testing/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/
DApiDemoJankTests.java85 Intent intent = getInstrumentation().getContext().getPackageManager() in launchApiDemos() local
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java153 Intent intent = new Intent(Intent.ACTION_MAIN); in testAppLaunchPerformance() local
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DAbstractStandardAppHelper.java344 Intent intent = in getOpenAppIntent() local
368 Intent intent = in getOpenAppIntent() local

12