Home
last modified time | relevance | path

Searched refs:EXTRA_PENDING_INTENT (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragAndDropPolicy.java26 import static android.content.ClipDescription.EXTRA_PENDING_INTENT;
279 final PendingIntent launchIntent = intent.getParcelableExtra(EXTRA_PENDING_INTENT); in startClipDescription()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragController.java126 dragIntent.putExtra(ClipDescription.EXTRA_PENDING_INTENT, contentIntent); in startDragAndDrop()
/frameworks/base/core/java/android/content/
DClipDescription.java116 public static final String EXTRA_PENDING_INTENT = "android.intent.extra.PENDING_INTENT"; field in ClipDescription
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/draganddrop/
DDragAndDropPolicyTest.java168 i.putExtra(ClipDescription.EXTRA_PENDING_INTENT, mock(PendingIntent.class)); in createClipData()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDragDropControllerTests.java351 data.putExtra(ClipDescription.EXTRA_PENDING_INTENT, (Parcelable) pi); in createClipDataForActivity()
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java408 ClipDescription.EXTRA_PENDING_INTENT); in validateAndResolveDragMimeTypeExtras()