Searched refs:launchActivity (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
H A DChangeTouchModeTest.java76 launchActivity("com.android.frameworks.coretests", LLOfButtons2.class, null);
92 launchActivity("com.android.frameworks.coretests", LLOfButtons2.class, null);
110 launchActivity("com.android.frameworks.coretests", LLOfButtons2.class, null);
/frameworks/base/core/java/android/app/
H A DISearchManager.aidl28 SearchableInfo getSearchableInfo(in ComponentName launchActivity);
H A DSearchManager.java584 * @param launchActivity The ComponentName of the activity that has launched this search.
599 ComponentName launchActivity,
602 startSearch(initialQuery, selectInitialQuery, launchActivity,
614 ComponentName launchActivity,
628 mSearchDialog.show(initialQuery, selectInitialQuery, launchActivity, appSearchData);
726 * @param launchActivity The ComponentName of the activity that has launched this search.
735 ComponentName launchActivity,
741 startSearch(query, false, launchActivity, appSearchData, false);
597 startSearch(String initialQuery, boolean selectInitialQuery, ComponentName launchActivity, Bundle appSearchData, boolean globalSearch) argument
612 startSearch(String initialQuery, boolean selectInitialQuery, ComponentName launchActivity, Bundle appSearchData, boolean globalSearch, Rect sourceBounds) argument
734 triggerSearch(String query, ComponentName launchActivity, Bundle appSearchData) argument
/frameworks/base/test-runner/src/android/test/
H A DActivityInstrumentationTestCase.java23 * be created using the system infrastructure (by calling InstrumentationTestCase.launchActivity())
76 setActivity(launchActivity(targetPackageName, mActivityClass, null));
H A DSingleLaunchActivityTestCase.java73 sActivity = launchActivity(mPackage, mActivityClass, null);
H A DActivityInstrumentationTestCase2.java26 * be created using the system infrastructure (by calling InstrumentationTestCase.launchActivity())
104 a = launchActivity(targetPackage, mActivityClass, null);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/recyclerview/test/
H A DSameActivityTestRule.java62 launchActivity(getActivityIntent());
/frameworks/support/design/tests/src/android/support/design/widget/
H A DBottomSheetBehaviorInitialStateTest.java47 mActivityTestRule.launchActivity(intent);
60 mActivityTestRule.launchActivity(intent);
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
H A DBrowseFragmentTest.java61 mActivity = activityTestRule.launchActivity(intent);
76 mActivity = activityTestRule.launchActivity(intent);
91 mActivity = activityTestRule.launchActivity(intent);
104 mActivity = activityTestRule.launchActivity(intent);
136 mActivity = activityTestRule.launchActivity(intent);
H A DBrowseSupportFragmentTest.java63 mActivity = activityTestRule.launchActivity(intent);
78 mActivity = activityTestRule.launchActivity(intent);
93 mActivity = activityTestRule.launchActivity(intent);
106 mActivity = activityTestRule.launchActivity(intent);
138 mActivity = activityTestRule.launchActivity(intent);
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
H A DActivityTest.java122 launchActivity();
132 void launchActivity() { method in class:ActivityTest
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchManagerService.java224 * @param launchActivity The activity from which we're launching this search.
229 public SearchableInfo getSearchableInfo(final ComponentName launchActivity) { argument
230 if (launchActivity == null) {
234 return getSearchables(UserHandle.getCallingUserId()).getSearchableInfo(launchActivity);
/frameworks/base/packages/DocumentsUI/app-perf-tests/src/com/android/documentsui/
H A DFilesAppPerfTest.java76 mActivity = launchActivity(getInstrumentation().getTargetContext().getPackageName(),
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java110 ProcessErrorStateInfo err = launchActivity(packageName, intent);
189 private ProcessErrorStateInfo launchActivity(String packageName, Intent intent) { method in class:AppCompatibility
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DScrollingThroughListOfFocusablesTest.java45 mActivity = launchActivity(
/frameworks/base/core/java/android/test/
H A DInstrumentationTestCase.java95 public final <T extends Activity> T launchActivity( method in class:InstrumentationTestCase
/frameworks/base/core/tests/coretests/src/android/print/
H A DBasePrintTest.java231 mActivity = launchActivity(getInstrumentation().getTargetContext().getPackageName(),

Completed in 792 milliseconds