Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSearch.kt64 if (pending == null || !launchPendingIntent(pending, launchUriIntent)) { in handleWebSearchIntent()
117 private fun launchPendingIntent(pending: PendingIntent, fillIn: Intent?): Boolean { in launchPendingIntent() method in com.android.quicksearchbox.google.GoogleSearch