Home
last modified time | relevance | path

Searched refs:launchPendingIntent (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DGoogleSearch.java107 if (pending == null || !launchPendingIntent(pending, launchUriIntent)) { in handleWebSearchIntent()
159 private boolean launchPendingIntent(PendingIntent pending, Intent fillIn) { in launchPendingIntent() method in GoogleSearch