Home
last modified time | relevance | path

Searched refs:ACTION_SHARE (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DSelectionEvent.java44 ACTION_SHARE, ACTION_SMART_SHARE, ACTION_DRAG, ACTION_ABANDON,
64 public static final int ACTION_SHARE = 104; field in SelectionEvent
83 ACTION_SHARE, ACTION_SMART_SHARE, ACTION_DRAG, ACTION_ABANDON,
349 case SelectionEvent.ACTION_SHARE: // fall through in checkActionType()
628 case ACTION_SHARE: // fall through in isTerminal()
H A DTextClassifierEvent.java473 eventType = SelectionEvent.ACTION_SHARE; in toSelectionEvent()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
H A DSelectionEventTest.java39 SelectionEvent.createSelectionActionEvent(0, 1, SelectionEvent.ACTION_SHARE); in testCreateSelectionActionEvent_valid()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java78 private static final String ACTION_SHARE = "com.android.systemui.screenrecord.SHARE"; field in RecordingService
202 case ACTION_SHARE: in onStartCommand()
491 return new Intent(context, RecordingService.class).setAction(ACTION_SHARE) in getShareIntent()
/aosp14/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java1267 return SelectionEvent.ACTION_SHARE; in getActionType()
/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.txt56287 field public static final int ACTION_SHARE = 104; // 0x68