Home
last modified time | relevance | path

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

/platform_testing/tests/jank/notificationsgenerator_wear/src/com/google/android/wearable/support/
DCustomNotificationStubBroadcastActivity.java35 Intent intent = new Intent(); in onCreate() local
DCustomPostNotificationReceiver.java43 public void onReceive(Context context, Intent intent) { in onReceive()
/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.java113 Intent intent = pm.getLaunchIntentForPackage(pkg.packageName); in populateRecentApps() local
/platform_testing/tests/jank/ime_wear/src/com/android/wearable/ime/janktests/
DIMEJankTestsHelper.java146 Intent intent = context.getPackageManager() in launchInputBoxActivity() local
166 Intent intent = new Intent(); in reloadDemoCards() 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/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.java194 Intent intent = new Intent(pageName); in launchSettingsPage() local
DAndroidBvtHelper.java145 Intent intent = new Intent(intentName); in launchIntent() local
/platform_testing/tests/functional/externalstorage/src/com/android/functional/externalstoragetests/
DPortableStorageTests.java110 Intent intent = new Intent(Settings.ACTION_INTERNAL_STORAGE_SETTINGS); in testExplorePortable() local
DAdoptableStorageTests.java68 Intent intent = new Intent(Settings.ACTION_INTERNAL_STORAGE_SETTINGS); in testAdoptAsAdoptableMoveDataLaterUIFlow() 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.java78 Intent intent = mContext.getPackageManager() in launchUiBench() local
/platform_testing/utils/crashcollector/src/android/test/crashcollector/
DCollector.java170 public boolean activityStarting(Intent intent, String pkg) throws RemoteException { in activityStarting()
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java132 Intent intent = new Intent(Intent.ACTION_MAIN); in testAppLaunchPerformance() local
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestRunner.java642 public IBinder onBind(Intent intent) { in onBind()
647 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