Searched refs:ACTION_SHARE (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/view/textclassifier/ |
D | SelectionEvent.java | 46 ACTION_SHARE, ACTION_SMART_SHARE, ACTION_DRAG, ACTION_ABANDON, 66 public static final int ACTION_SHARE = 104; field in SelectionEvent 85 ACTION_SHARE, ACTION_SMART_SHARE, ACTION_DRAG, ACTION_ABANDON, 351 case SelectionEvent.ACTION_SHARE: // fall through in checkActionType() 625 case ACTION_SHARE: // fall through in isTerminal()
|
D | SelectionSessionLogger.java | 110 case SelectionEvent.ACTION_SHARE: in getLogType()
|
D | TextClassifierEvent.java | 452 eventType = SelectionEvent.ACTION_SHARE; in toSelectionEvent()
|
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/ |
D | SelectionEventTest.java | 39 SelectionEvent.createSelectionActionEvent(0, 1, SelectionEvent.ACTION_SHARE); in testCreateSelectionActionEvent_valid()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | RecordingService.java | 75 private static final String ACTION_SHARE = "com.android.systemui.screenrecord.SHARE"; field in RecordingService 171 case ACTION_SHARE: in onStartCommand() 456 return new Intent(context, RecordingService.class).setAction(ACTION_SHARE) in getShareIntent()
|
/frameworks/base/core/proto/android/stats/docsui/ |
D | docsui_enums.proto | 153 ACTION_SHARE = 18; enumerator
|
/frameworks/base/core/java/android/widget/ |
D | SelectionActionModeHelper.java | 1240 return SelectionEvent.ACTION_SHARE; in getActionType()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 54860 field public static final int ACTION_SHARE = 104; // 0x68
|
/frameworks/base/api/ |
D | current.txt | 55004 field public static final int ACTION_SHARE = 104; // 0x68
|