Searched refs:launchActivity (Results 1 - 12 of 12) 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.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
/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/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
H A DKeyguardSelectorView.java71 mActivityLauncher.launchActivity(assistIntent, false, true, null, null);
/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/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/tests/coretests/src/android/widget/focus/
H A DScrollingThroughListOfFocusablesTest.java45 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 396 milliseconds