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

/frameworks/base/core/java/android/app/
H A DISearchManager.aidl28 SearchableInfo getSearchableInfo(in ComponentName launchActivity);
H A DSearchManager.java485 * @param launchActivity The ComponentName of the activity that has launched this search.
500 ComponentName launchActivity,
503 startSearch(initialQuery, selectInitialQuery, launchActivity,
515 ComponentName launchActivity,
526 mSearchDialog.show(initialQuery, selectInitialQuery, launchActivity, appSearchData);
628 * @param launchActivity The ComponentName of the activity that has launched this search.
637 ComponentName launchActivity,
639 if (!mAssociatedPackage.equals(launchActivity.getPackageName())) {
647 startSearch(query, false, launchActivity, appSearchData, false);
498 startSearch(String initialQuery, boolean selectInitialQuery, ComponentName launchActivity, Bundle appSearchData, boolean globalSearch) argument
513 startSearch(String initialQuery, boolean selectInitialQuery, ComponentName launchActivity, Bundle appSearchData, boolean globalSearch, Rect sourceBounds) argument
636 triggerSearch(String query, ComponentName launchActivity, Bundle appSearchData) argument
/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/server/search/
H A DSearchManagerService.java150 * @param launchActivity The activity from which we're launching this search.
154 public SearchableInfo getSearchableInfo(final ComponentName launchActivity) { argument
155 if (launchActivity == null) {
159 return getSearchables().getSearchableInfo(launchActivity);
/frameworks/base/test-runner/src/android/test/
H A DActivityInstrumentationTestCase.java25 * be created using the system infrastructure (by calling InstrumentationTestCase.launchActivity())
78 setActivity(launchActivity(targetPackageName, mActivityClass, null));
H A DSingleLaunchActivityTestCase.java69 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/base/core/tests/coretests/src/android/widget/focus/
H A DScrollingThroughListOfFocusablesTest.java46 mActivity = launchActivity(
/frameworks/base/core/java/android/test/
H A DInstrumentationTestCase.java89 public final <T extends Activity> T launchActivity( method in class:InstrumentationTestCase

Completed in 164 milliseconds