OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APN_TYPE_ALL
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java
114
*
APN_TYPE_ALL
is a special type to indicate that this APN entry can
117
public static final String
APN_TYPE_ALL
= "*";
/packages/apps/Mms/src/com/android/mms/transaction/
TransactionSettings.java
164
// If APN type is unspecified, assume
APN_TYPE_ALL
.
170
if (t.equals(requestType) || t.equals(PhoneConstants.
APN_TYPE_ALL
)) {
/packages/services/Mms/src/com/android/mms/service/
ApnSettings.java
162
// If APN type is unspecified, assume
APN_TYPE_ALL
.
168
if (type.equals(requestType) || type.equals(PhoneConstants.
APN_TYPE_ALL
)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java
312
t.equalsIgnoreCase(PhoneConstants.
APN_TYPE_ALL
) ||
DcTracker.java
[
all
...]
DataConnection.java
[
all
...]
Completed in 71 milliseconds