OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dataRoaming
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/android/telephony/
SubInfoRecord.java
65
public int
dataRoaming
;
88
this.
dataRoaming
= 0;
105
this.
dataRoaming
= roaming;
122
int
dataRoaming
= source.readInt();
129
displayNumberFormat,
dataRoaming
, iconRes, mcc, mnc);
148
dest.writeInt(
dataRoaming
);
164
+ " mDisplayNumberFormat=" + displayNumberFormat + " mDataRoaming=" +
dataRoaming
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java
270
info.
dataRoaming
= cursor.getInt(cursor.getColumnIndexOrThrow(
[
all
...]
Completed in 138 milliseconds