OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disableApnType
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl
198
int
disableApnType
(String type);
Phone.java
[
all
...]
PhoneBase.java
[
all
...]
PhoneProxy.java
641
public int
disableApnType
(String type) {
642
return mActivePhone.
disableApnType
(type);
DataConnectionTracker.java
[
all
...]
/packages/apps/Phone/src/com/android/phone/
PhoneInterfaceManager.java
558
public int
disableApnType
(String type) {
560
return mPhone.
disableApnType
(type);
/frameworks/base/core/java/android/net/
MobileDataStateTracker.java
541
return mPhoneService.
disableApnType
(apnType);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnectionTracker.java
506
public synchronized int
disableApnType
(String type) {
507
if (DBG) log("
disableApnType
:" + type);
516
if (DBG) log("
disableApnType
: return APN_ALREADY_INACTIVE");
522
log("
disableApnType
: no apn context was found, return APN_REQUEST_FAILED");
[
all
...]
Completed in 4180 milliseconds