Home
last modified time | relevance | path

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

/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java88 Intent intent = new Intent(pageName); in launchSettingsPage() local
168 Intent intent = new Intent(Intent.ACTION_VIEW); in sendNotification() local
183 Intent intent = new Intent(Intent.ACTION_VIEW); in sendNotifications() local
283 Intent intent = new Intent(); in showInstalledAppDetails() local
354 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
360 protected void onHandleIntent(Intent intent) { in onHandleIntent()
DHeadsUpNotificationTests.java152 Intent intent = new Intent(AlarmClock.ACTION_SET_ALARM); in setAlarmNow() local
/platform_testing/tests/jank/webview/src/com/android/webview/chromium/tests/jank/
DWebViewFlingTest.java78 Intent intent = new Intent(Intent.ACTION_DEFAULT, in setUp() local
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSettingsJankTests.java70 Intent intent = context.getPackageManager().getLaunchIntentForPackage(SETTINGS_PACKAGE); in setUp() local
DSystemUiJankTests.java107 Intent intent = pm.getLaunchIntentForPackage(pkg.packageName); in populateRecentApps() local
/platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
DUiBenchJankTestsHelper.java66 Intent intent = new Intent(Intent.ACTION_MAIN); in launchActivity() local
/platform_testing/tests/smokefast/src/com/android/smokefast/
DMediaCaptureTest.java83 private void runCaptureTest(Intent intent, String tmpName, boolean isVideo) { in runCaptureTest()
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUINotificationShadeTests.java292 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
298 protected void onHandleIntent(Intent intent) { in onHandleIntent()
DFrameworkDownloadTests.java151 public void onReceive(Context context, Intent intent) { in onReceive()
DSysUILockScreenTests.java192 Intent intent = new Intent(pageName); in launchSettingsPage() local
/platform_testing/tests/functional/externalstorage/src/com/android/functional/externalstoragetests/
DAdoptableStorageTests.java68 Intent intent = new Intent(Settings.ACTION_INTERNAL_STORAGE_SETTINGS); in testAdoptAsAdoptableMoveDataLaterUIFlow() local
DPortableStorageTests.java110 Intent intent = new Intent(Settings.ACTION_INTERNAL_STORAGE_SETTINGS); in testExplorePortable() local
DExternalStorageHelper.java103 Intent intent = new Intent(Settings.ACTION_INTERNAL_STORAGE_SETTINGS); in openStorageSettings() local
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/
DUiBenchJankTestsHelper.java72 Intent intent = mContext.getPackageManager() in launchUiBench() local
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java111 Intent intent = new Intent(Intent.ACTION_MAIN); in testAppLaunchPerformance() local
/platform_testing/utils/crashcollector/src/android/test/crashcollector/
DCollector.java170 public boolean activityStarting(Intent intent, String pkg) throws RemoteException { in activityStarting()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestRunner.java636 public IBinder onBind(Intent intent) { in onBind()
641 public int onStartCommand(Intent intent, int flags, int id) { in onStartCommand()
DAuptTestCase.java527 public void launchIntent(Intent intent) { in launchIntent()
/platform_testing/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/
DApiDemoJankTests.java83 Intent intent = getInstrumentation().getContext().getPackageManager() in launchApiDemos() local
/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
DSettingsHelper.java37 Intent intent = new Intent(pageName); in launchSettingsPage() local
/platform_testing/libraries/settings-app-helper/src/android/platform/test/helpers/
DSettingsHelperImpl.java104 Intent intent = new Intent(pageName); in launchSettingsPage() local