OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mmsc
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
ApnSetting.java
29
String
mmsc
;
field in class:ApnSetting
41
String
mmsc
, String mmsProxy, String mmsPort,
49
this.
mmsc
=
mmsc
;
65
// data[7] =
mmsc
94
.append(", ").append(
mmsc
)
/packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java
521
* The incoming requests are initiated by the
MMSC
Server or by the
601
// If this APN doesn't have an
MMSC
, wait for one that does.
604
Log.v(TAG, " empty
MMSC
url, bail");
623
String
mmsc
= args.getMmscUrl();
local
624
if (
mmsc
!= null) {
626
mmsc
, args.getProxyAddress(), args.getProxyPort());
[
all
...]
Completed in 735 milliseconds