Searched refs:ACTION_PROCESS_TEXT (Results 1 – 6 of 6) sorted by relevance
97 new Intent(Intent.ACTION_PROCESS_TEXT) in needReinflate_differentPendingIntent()
358 if (Intent.ACTION_PROCESS_TEXT.equals(intent.getAction()) && ignoreProcessText()) { in queryIntentFromList()389 if (Intent.ACTION_PROCESS_TEXT.equals(intent.getAction()) && ignoreProcessText()) { in queryIntent()
8045 if (intent != null && Intent.ACTION_PROCESS_TEXT.equals(intent.getAction())) { in fireIntent()8087 .setAction(Intent.ACTION_PROCESS_TEXT) in createProcessTextIntent()
4670 public static final String ACTION_PROCESS_TEXT = "android.intent.action.PROCESS_TEXT"; field in Intent
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
11243 field public static final String ACTION_PROCESS_TEXT = "android.intent.action.PROCESS_TEXT";