HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_PROCESS_TEXT (Results 1 - 11 of 11) sorted by null

  /frameworks/support/compat/src/main/java/androidx/core/widget/
TextViewCompat.java 469 * the bug causes the menu containing the options for handling ACTION_PROCESS_TEXT after text
494 // A bug in O and O_MR1 causes a number of options for handling the ACTION_PROCESS_TEXT
563 // Remove the menu items created for ACTION_PROCESS_TEXT handlers.
572 if (item.getIntent() != null && Intent.ACTION_PROCESS_TEXT
584 // Populate the menu again with the ACTION_PROCESS_TEXT handlers.
640 return new Intent().setAction(Intent.ACTION_PROCESS_TEXT).setType("text/plain");
    [all...]
  /frameworks/support/compat/src/androidTest/java/androidx/core/widget/
TextViewCompatTest.java 503 // Create fake activities able to handle the ACTION_PROCESS_TEXT intent.
524 if (Intent.ACTION_PROCESS_TEXT.equals(intent.getAction())) {
557 .setIntent(new Intent(Intent.ACTION_PROCESS_TEXT));
559 .setIntent(new Intent(Intent.ACTION_PROCESS_TEXT));
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 252 milliseconds