OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_TAKE_PERSISTABLE_URI_PERMISSION
(Results
1 - 3
of
3
) sorted by null
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CrossProfileUtils.java
47
private static final String
ACTION_TAKE_PERSISTABLE_URI_PERMISSION
=
74
intentFilter.addAction(
ACTION_TAKE_PERSISTABLE_URI_PERMISSION
);
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
IntentReceiverActivity.java
46
private static final String
ACTION_TAKE_PERSISTABLE_URI_PERMISSION
=
88
} else if (
ACTION_TAKE_PERSISTABLE_URI_PERMISSION
.equals(action)) {
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
ContentTest.java
43
private static final String
ACTION_TAKE_PERSISTABLE_URI_PERMISSION
=
169
Intent grantPersistable = new Intent(
ACTION_TAKE_PERSISTABLE_URI_PERMISSION
);
Completed in 155 milliseconds