OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:roamingProtocol
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java
50
public final String
roamingProtocol
;
92
String protocol, String
roamingProtocol
, boolean carrierEnabled, int bearer,
112
this.
roamingProtocol
=
roamingProtocol
;
182
String protocol,
roamingProtocol
;
197
roamingProtocol
= RILConstants.SETUP_DATA_PROTOCOL_IP;
206
roamingProtocol
= a[15];
237
a[9],a[4],a[5],authType,typeArray,protocol,
roamingProtocol
,carrierEnabled,bearer,
286
sb.append(", ").append(
roamingProtocol
);
DcTracker.java
[
all
...]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java
441
String
roamingProtocol
= parser.getAttributeValue(null, "roaming_protocol");
442
if (
roamingProtocol
!= null) {
443
map.put(Telephony.Carriers.ROAMING_PROTOCOL,
roamingProtocol
);
[
all
...]
Completed in 53 milliseconds