HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_WRITE_TO_URI (Results 1 - 3 of 3) sorted by null

  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CrossProfileUtils.java 45 private static final String ACTION_WRITE_TO_URI = "com.android.cts.action.WRITE_TO_URI";
73 intentFilter.addAction(ACTION_WRITE_TO_URI);
  /cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
IntentReceiverActivity.java 49 private static final String ACTION_WRITE_TO_URI =
93 } else if (ACTION_WRITE_TO_URI.equals(action)) {
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
ContentTest.java 41 private static final String ACTION_WRITE_TO_URI = "com.android.cts.action.WRITE_TO_URI";
92 Intent intent = new Intent(ACTION_WRITE_TO_URI);

Completed in 361 milliseconds