Home
last modified time | relevance | path

Searched defs:intent (Results 1 – 17 of 17) 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.java114 Intent intent = pm.getLaunchIntentForPackage(pkg.packageName); in populateRecentApps() local
/platform_testing/tests/jank/touch_latency_wear/src/com/android/wearable/touch/janktests/
DTouchLatencyHelper.java75 Intent intent = mInstrumentation.getContext() in launchActivityFromLauncher() 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/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/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/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/
DApiDemoJankTests.java83 Intent intent = getInstrumentation().getContext().getPackageManager() in launchApiDemos() local
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestRunner.java644 public IBinder onBind(Intent intent) { in onBind()
649 public int onStartCommand(Intent intent, int flags, int id) { in onStartCommand()
DAuptTestCase.java793 public void launchIntent(Intent intent) { in launchIntent()
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DAppTransitionTests.java499 public AppLaunchRunnable(Intent intent, String launchMode) { in AppLaunchRunnable()