Searched refs:ACTION_WRITE_TO_URI (Results 1 – 3 of 3) sorted by relevance
45 private static final String ACTION_WRITE_TO_URI = "com.android.cts.action.WRITE_TO_URI"; field in CrossProfileUtils77 intentFilter.addAction(ACTION_WRITE_TO_URI); in getIntentFilter()
54 private static final String ACTION_WRITE_TO_URI = field in IntentReceiverActivity110 } else if (ACTION_WRITE_TO_URI.equals(action)) { in onCreate()
48 private static final String ACTION_WRITE_TO_URI = "com.android.cts.action.WRITE_TO_URI"; field in ContentTest105 Intent intent = new Intent(ACTION_WRITE_TO_URI); in testReceiverCanWrite()