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