Searched refs:ACTION_PROCESS_TEXT (Results 1 – 5 of 5) 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)
4007 public static final String ACTION_PROCESS_TEXT = "android.intent.action.PROCESS_TEXT"; field in Intent
10302 field public static final String ACTION_PROCESS_TEXT = "android.intent.action.PROCESS_TEXT";