Searched defs:launchActivity (Results 1 - 6 of 6) 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.java93 Collection<ProcessErrorStateInfo> err = launchActivity(packageName);
124 private Collection<ProcessErrorStateInfo> launchActivity(String packageName) { method in class:AppCompatibility
/frameworks/base/core/java/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/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardActivityLauncher.java108 launchActivity(SECURE_CAMERA_INTENT, false, false, null, null);
110 launchActivity(SECURE_CAMERA_INTENT, true, false, worker, onSecureCameraStarted);
114 launchActivity(INSECURE_CAMERA_INTENT, false, false, null, null);
136 launchActivity(pickIntent, false, false, null, null);
149 public void launchActivity(final Intent intent, method in class:KeyguardActivityLauncher
/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
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DLockScreen.java318 launchActivity(assistIntent);
326 launchActivity(new Intent(MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA));
346 private void launchActivity(Intent intent) { method in class:LockScreen.GlowPadViewMethods

Completed in 154 milliseconds