Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DCopyPasteTest.java37 private static String ACTION_COPY_TO_CLIPBOARD = "com.android.cts.action.COPY_TO_CLIPBOARD"; field in CopyPasteTest
79 Intent intent = new Intent(ACTION_COPY_TO_CLIPBOARD); in askCrossProfileReceiverToCopy()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileUtils.java50 private static String ACTION_COPY_TO_CLIPBOARD = "com.android.cts.action.COPY_TO_CLIPBOARD"; field in CrossProfileUtils
79 intentFilter.addAction(ACTION_COPY_TO_CLIPBOARD); in getIntentFilter()
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
DIntentReceiverActivity.java45 private static final String ACTION_COPY_TO_CLIPBOARD = field in IntentReceiverActivity
83 if (ACTION_COPY_TO_CLIPBOARD.equals(action)) { in onCreate()