Home | History | Annotate | Download | only in app

Lines Matching refs:queryIntent

850         Intent queryIntent = new Intent(Intent.ACTION_SEARCH);
851 queryIntent.setComponent(searchActivity);
853 getContext(), 0, queryIntent, PendingIntent.FLAG_ONE_SHOT);