Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DIntentCreator.java32 private static final String REMOTE_COPY_ACTION = "android.intent.action.REMOTE_COPY"; field in IntentCreator
83 Intent nearbyIntent = new Intent(REMOTE_COPY_ACTION); in getRemoteCopyIntent()