Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileUtils.java47 private static final String ACTION_TAKE_PERSISTABLE_URI_PERMISSION = field in CrossProfileUtils
78 intentFilter.addAction(ACTION_TAKE_PERSISTABLE_URI_PERMISSION); in getIntentFilter()
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
DIntentReceiverActivity.java51 private static final String ACTION_TAKE_PERSISTABLE_URI_PERMISSION = field in IntentReceiverActivity
105 } else if (ACTION_TAKE_PERSISTABLE_URI_PERMISSION.equals(action)) { in onCreate()
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DContentTest.java50 private static final String ACTION_TAKE_PERSISTABLE_URI_PERMISSION = field in ContentTest
256 Intent grantPersistable = new Intent(ACTION_TAKE_PERSISTABLE_URI_PERMISSION); in grantPersistableReadPermission()