OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mActiveApn
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java
270
protected ApnSetting
mActiveApn
;
603
return ((
mActiveApn
!= null) && (dunApn.toString().equals(
mActiveApn
.toString())));
606
return
mActiveApn
!= null &&
mActiveApn
.canHandleType(type);
635
if (
mActiveApn
!= null) {
636
result =
mActiveApn
.types;
647
if (
mActiveApn
!= null) {
648
result =
mActiveApn
.apn;
[
all
...]
DcTracker.java
[
all
...]
Completed in 25 milliseconds