Searched refs:ACTION_READ_FROM_URI (Results 1 – 3 of 3) sorted by relevance
46 private static final String ACTION_READ_FROM_URI = "com.android.cts.action.READ_FROM_URI"; field in ContentTest85 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()
43 private static final String ACTION_READ_FROM_URI = "com.android.cts.action.READ_FROM_URI"; field in CrossProfileUtils76 intentFilter.addAction(ACTION_READ_FROM_URI); in getIntentFilter()
48 private static final String ACTION_READ_FROM_URI = field in IntentReceiverActivity91 } else if (ACTION_READ_FROM_URI.equals(action)) { in onCreate()