OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_AUTO_DOWNLOAD
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DownloadMmsAction.java
83
private static final String
KEY_AUTO_DOWNLOAD
= "auto_download";
132
actionParameters.putBoolean(
KEY_AUTO_DOWNLOAD
, isAutoDownload(status));
238
final boolean autoDownload = actionParameters.getBoolean(
KEY_AUTO_DOWNLOAD
);
ProcessDownloadedMmsAction.java
79
private static final String
KEY_AUTO_DOWNLOAD
= "auto_download";
125
params.putBoolean(
KEY_AUTO_DOWNLOAD
,
156
params.putBoolean(
KEY_AUTO_DOWNLOAD
, autoDownload);
279
KEY_AUTO_DOWNLOAD
);
335
final boolean autoDownload = actionParameters.getBoolean(
KEY_AUTO_DOWNLOAD
);
Completed in 179 milliseconds