Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileUtils.java45 private static final String ACTION_WRITE_TO_URI = "com.android.cts.action.WRITE_TO_URI"; field in CrossProfileUtils
77 intentFilter.addAction(ACTION_WRITE_TO_URI); in getIntentFilter()
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
DIntentReceiverActivity.java54 private static final String ACTION_WRITE_TO_URI = field in IntentReceiverActivity
110 } else if (ACTION_WRITE_TO_URI.equals(action)) { in onCreate()
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DContentTest.java48 private static final String ACTION_WRITE_TO_URI = "com.android.cts.action.WRITE_TO_URI"; field in ContentTest
105 Intent intent = new Intent(ACTION_WRITE_TO_URI); in testReceiverCanWrite()