Home
last modified time | relevance | path

Searched refs:ACTION_PROCESS_TEXT (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationUiAdjustmentTest.java97 new Intent(Intent.ACTION_PROCESS_TEXT) in needReinflate_differentPendingIntent()
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java8006 if (intent != null && Intent.ACTION_PROCESS_TEXT.equals(intent.getAction())) { in fireIntent()
8048 .setAction(Intent.ACTION_PROCESS_TEXT) in createProcessTextIntent()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java4558 public static final String ACTION_PROCESS_TEXT = "android.intent.action.PROCESS_TEXT"; field in Intent
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt10897 field public static final String ACTION_PROCESS_TEXT = "android.intent.action.PROCESS_TEXT";