Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DContentTest.java46 private static final String ACTION_READ_FROM_URI = "com.android.cts.action.READ_FROM_URI"; field in ContentTest
85 Intent intent = new Intent(ACTION_READ_FROM_URI); in testReceiverCanRead()
120 Intent intent = new Intent(ACTION_READ_FROM_URI); in testPersistablePermission()
149 Intent notGrant = new Intent(ACTION_READ_FROM_URI); in testAppPermissionsDontWorkAcrossProfiles()
167 final Intent intent = new Intent(ACTION_READ_FROM_URI); in _testSecurity()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileUtils.java43 private static final String ACTION_READ_FROM_URI = "com.android.cts.action.READ_FROM_URI"; field in CrossProfileUtils
76 intentFilter.addAction(ACTION_READ_FROM_URI); in getIntentFilter()
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
DIntentReceiverActivity.java48 private static final String ACTION_READ_FROM_URI = field in IntentReceiverActivity
91 } else if (ACTION_READ_FROM_URI.equals(action)) { in onCreate()