Searched refs:launchPendingIntent (Results 1 – 1 of 1) sorted by relevance
64 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