Searched refs:ACTION_PROCESS_TEXT (Results 1 – 4 of 4) sorted by relevance
87 PendingIntent.getActivity(mContext, 0, new Intent(Intent.ACTION_PROCESS_TEXT), 0); in needReinflate_differentPendingIntent()
7071 if (intent != null && Intent.ACTION_PROCESS_TEXT.equals(intent.getAction())) {7113 .setAction(Intent.ACTION_PROCESS_TEXT)
3989 public static final String ACTION_PROCESS_TEXT = "android.intent.action.PROCESS_TEXT"; field in Intent
10292 field public static final String ACTION_PROCESS_TEXT = "android.intent.action.PROCESS_TEXT";