Searched defs:launchIntent (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
H A DRecentsTvActivity.java167 public FinishRecentsRunnable(Intent launchIntent) { argument
168 mLaunchIntent = launchIntent;
/frameworks/base/core/java/android/app/
H A DSearchDialog.java536 launchIntent(intent);
542 private void launchIntent(Intent intent) { method in class:SearchDialog
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java145 public LaunchHomeRunnable(Intent launchIntent, ActivityOptions opts) { argument
146 mLaunchIntent = launchIntent;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStarter.java528 private Intent buildEphemeralInstallerIntent(Intent launchIntent, Intent origIntent, argument
548 ephemeralIntent = new Intent(launchIntent);
562 int flags = launchIntent.getFlags();
/frameworks/base/core/java/android/widget/
H A DSearchView.java1569 launchIntent(intent);
1579 private void launchIntent(Intent intent) { method in class:SearchView
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java1534 launchIntent(intent);
1544 private void launchIntent(Intent intent) { method in class:SearchView

Completed in 345 milliseconds