OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_CONTENT_URI
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ProcessSentMessageAction.java
68
private static final String
KEY_CONTENT_URI
= "content_uri";
91
params.putParcelable(
KEY_CONTENT_URI
,
140
final Uri contentUri = actionParameters.getParcelable(
KEY_CONTENT_URI
);
ProcessDownloadedMmsAction.java
74
private static final String
KEY_CONTENT_URI
= "content_uri";
115
params.putParcelable(
KEY_CONTENT_URI
, contentUri);
244
final Uri contentUri = actionParameters.getParcelable(
KEY_CONTENT_URI
);
Completed in 1393 milliseconds