Searched refs:ACTION_SHARE (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/textclassifier/ |
H A D | SelectionEvent.java | 44 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 D | TextClassifierEvent.java | 473 eventType = SelectionEvent.ACTION_SHARE; in toSelectionEvent()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/textclassifier/ |
H A D | SelectionEventTest.java | 39 SelectionEvent.createSelectionActionEvent(0, 1, SelectionEvent.ACTION_SHARE); in testCreateSelectionActionEvent_valid()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
H A D | RecordingService.java | 78 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 D | SelectionActionModeHelper.java | 1267 return SelectionEvent.ACTION_SHARE; in getActionType()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 56287 field public static final int ACTION_SHARE = 104; // 0x68
|