OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:disableApnType
(Results
1 - 6
of
6
) sorted by null
/packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java
564
public int
disableApnType
(String type) {
566
return mPhone.
disableApnType
(type);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java
[
all
...]
PhoneBase.java
[
all
...]
PhoneProxy.java
907
public int
disableApnType
(String type) {
908
return mActivePhone.
disableApnType
(type);
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java
459
public synchronized int
disableApnType
(String type) {
460
if (DBG) log("
disableApnType
:" + type);
470
if (DBG) log("
disableApnType
: return APN_ALREADY_INACTIVE");
476
log("
disableApnType
: no apn context was found, return APN_REQUEST_FAILED");
[
all
...]
DcTrackerBase.java
[
all
...]
Completed in 2131 milliseconds