Searched defs:launchActivity (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/test/
H A DInstrumentationTestCase.java89 public final <T extends Activity> T launchActivity( method in class:InstrumentationTestCase
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java100 Collection<ProcessErrorStateInfo> err = launchActivity(packageName);
137 private Collection<ProcessErrorStateInfo> launchActivity(String packageName) { method in class:AppCompatibility
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardActivityLauncher.java114 launchActivity(SECURE_CAMERA_INTENT, false, false, null, null);
116 launchActivity(SECURE_CAMERA_INTENT, true, false, worker, onSecureCameraStarted);
120 launchActivity(INSECURE_CAMERA_INTENT, false, false, null, null);
142 launchActivity(pickIntent, false, false, null, null);
155 public void launchActivity(final Intent intent, method in class:KeyguardActivityLauncher
/frameworks/base/services/java/com/android/server/search/
H A DSearchManagerService.java203 * @param launchActivity The activity from which we're launching this search.
207 public SearchableInfo getSearchableInfo(final ComponentName launchActivity) { argument
208 if (launchActivity == null) {
212 return getSearchables(UserHandle.getCallingUserId()).getSearchableInfo(launchActivity);
/frameworks/base/core/java/android/app/
H A DSearchManager.java484 * @param launchActivity The ComponentName of the activity that has launched this search.
499 ComponentName launchActivity,
502 startSearch(initialQuery, selectInitialQuery, launchActivity,
514 ComponentName launchActivity,
525 mSearchDialog.show(initialQuery, selectInitialQuery, launchActivity, appSearchData);
625 * @param launchActivity The ComponentName of the activity that has launched this search.
634 ComponentName launchActivity,
636 if (!mAssociatedPackage.equals(launchActivity.getPackageName())) {
644 startSearch(query, false, launchActivity, appSearchData, false);
497 startSearch(String initialQuery, boolean selectInitialQuery, ComponentName launchActivity, Bundle appSearchData, boolean globalSearch) argument
512 startSearch(String initialQuery, boolean selectInitialQuery, ComponentName launchActivity, Bundle appSearchData, boolean globalSearch, Rect sourceBounds) argument
633 triggerSearch(String query, ComponentName launchActivity, Bundle appSearchData) argument

Completed in 306 milliseconds