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 - 4
of
4
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java
110
*
APN_TYPE_ALL
is a special type to indicate that this APN entry can
113
public static final String
APN_TYPE_ALL
= "*";
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java
187
t.equalsIgnoreCase(PhoneConstants.
APN_TYPE_ALL
) ||
DcTracker.java
[
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
)) {
Completed in 1550 milliseconds