OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mApnTypes
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcSwitchState.java
60
private HashSet<String>
mApnTypes
= new HashSet<String>();
85
mApnTypes
.add(type);
92
mApnTypes
.remove(type);
93
if (
mApnTypes
.isEmpty()) {
95
// Since last type is removed from
mApnTypes
and will not be disabled in requestDataIdle()
108
Iterator<String> itrType =
mApnTypes
.iterator();
112
mApnTypes
.clear();
443
Iterator<String> itrType =
mApnTypes
.iterator();
447
mApnTypes
.clear();
DctController.java
81
private HashSet<String>
mApnTypes
= new HashSet<String>();
104
Iterator<String> itrType =
mApnTypes
.iterator();
108
mApnTypes
.clear();
343
mApnTypes
.clear();
345
mApnTypes
.add(type);
Completed in 63 milliseconds