OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getDataConnectionState
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/telephony/java/android/telephony/
PreciseDataConnectionState.java
100
public int
getDataConnectionState
() {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java
143
public PhoneConstants.DataState
getDataConnectionState
(String apnType) {
178
log("
getDataConnectionState
apnType=" + apnType + " ret=" + ret);
CDMAPhone.java
760
public PhoneConstants.DataState
getDataConnectionState
(String apnType) {
800
log("
getDataConnectionState
apnType=" + apnType + " ret=" + ret);
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java
173
public PhoneConstants.DataState
getDataConnectionState
() {
178
public PhoneConstants.DataState
getDataConnectionState
(String apnType) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java
149
public PhoneConstants.DataState
getDataConnectionState
() {
154
public PhoneConstants.DataState
getDataConnectionState
(String apnType) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java
210
DataState
getDataConnectionState
();
218
DataState
getDataConnectionState
(String apnType);
[
all
...]
PhoneProxy.java
337
public PhoneConstants.DataState
getDataConnectionState
() {
338
return mActivePhone.
getDataConnectionState
(PhoneConstants.APN_TYPE_DEFAULT);
342
public PhoneConstants.DataState
getDataConnectionState
(String apnType) {
343
return mActivePhone.
getDataConnectionState
(apnType);
[
all
...]
PhoneBase.java
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java
340
public PhoneConstants.DataState
getDataConnectionState
(String apnType) {
[
all
...]
Completed in 93 milliseconds