OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:enableApnType
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/telephony/java/android/telephony/
TelephonyManager.java
[
all
...]
/packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java
612
public int
enableApnType
(String type) {
614
return mPhone.
enableApnType
(type);
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java
[
all
...]
PhoneBase.java
[
all
...]
PhoneProxy.java
902
public int
enableApnType
(String type) {
903
return mActivePhone.
enableApnType
(type);
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java
438
public synchronized int
enableApnType
(String apnType) {
441
if (DBG) log("
enableApnType
: " + apnType + " is type not available");
446
if (DBG) log("
enableApnType
: " + apnType + " mState(" + apnContext.getState() + ")");
449
if (DBG) log("
enableApnType
: return APN_ALREADY_ACTIVE");
454
log("
enableApnType
: new apn request for type " + apnType +
[
all
...]
DcTrackerBase.java
[
all
...]
Completed in 33 milliseconds