OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMmsConfig
(Results
1 - 4
of
4
) sorted by null
/packages/services/Mms/src/com/android/mms/service/
MmsRequest.java
81
protected Bundle
mMmsConfig
;
82
// MMS config overrides that will be applied to
mMmsConfig
when we eventually load it.
93
mMmsConfig
= null;
102
if (
mMmsConfig
== null) {
106
mMmsConfig
= config;
121
mMmsConfig
.putAll(mMmsConfigOverrides);
125
return
mMmsConfig
!= null;
SendRequest.java
90
mMmsConfig
,
103
mMmsConfig
.getBoolean(SmsManager.MMS_CONFIG_SUPPORT_MMS_CONTENT_DISPOSITION);
165
mMmsConfig
.getBoolean(SmsManager.MMS_CONFIG_SUPPORT_MMS_CONTENT_DISPOSITION);
318
final int bytesTobeRead =
mMmsConfig
.getInt(SmsManager.MMS_CONFIG_MAX_MESSAGE_SIZE);
DownloadRequest.java
86
mMmsConfig
,
118
mMmsConfig
.getBoolean(SmsManager.MMS_CONFIG_SUPPORT_MMS_CONTENT_DISPOSITION);
/packages/apps/Messaging/src/com/android/messaging/ui/debug/
DebugMmsConfigFragment.java
100
private final MmsConfig
mMmsConfig
;
104
mMmsConfig
= MmsConfig.get(subId);
105
mKeys = new ArrayList<>(
mMmsConfig
.keySet());
121
String.valueOf(
mMmsConfig
.getValue(key)),
128
mMmsConfig
.update(key, value, keyType);
Completed in 3934 milliseconds