HomeSort by relevance Sort by last modified time
    Searched refs:apns (Results 1 - 13 of 13) sorted by null

  /build/target/board/generic_x86/
device.mk 25 development/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
  /build/target/product/
full_base_telephony.mk 30 development/data/etc/apns-conf.xml:system/etc/apns-conf.xml
  /build/target/board/generic/
device.mk 25 development/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
  /build/target/board/vbox_x86/
device.mk 29 development/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
  /device/samsung/crespo/
full_crespo.mk 22 # Get the long list of APNs
23 PRODUCT_COPY_FILES := device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
  /device/samsung/maguro/
full_maguro.mk 24 # Get the long list of APNs
25 PRODUCT_COPY_FILES := device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
  /device/samsung/toro/
device.mk 25 device/sample/etc/apns-conf_verizon.xml:system/etc/apns-conf.xml \
full_toro.mk 32 device/sample/etc/apns-conf_verizon.xml:system/etc/apns-conf.xml \
  /device/moto/stingray/
device.mk 28 device/sample/etc/apns-conf_verizon.xml:system/etc/apns-conf.xml
  /device/samsung/crespo4g/
device.mk 63 # APNs for 3G network access
65 device/samsung/crespo4g/4g-apns-conf.xml:system/etc/apns-conf.xml
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 71 private static final String PARTNER_APNS_PATH = "etc/apns-conf.xml";
97 * DatabaseHelper helper class for loading apns into a database.
109 XmlResourceParser parser = r.getXml(com.android.internal.R.xml.apns);
111 XmlUtils.beginDocument(parser, "apns");
152 // Read internal APNS data
154 XmlResourceParser parser = r.getXml(com.android.internal.R.xml.apns);
157 XmlUtils.beginDocument(parser, "apns");
166 // Read external APNS data (partner-provided)
175 XmlUtils.beginDocument(confparser, "apns");
180 throw new IllegalStateException("Internal APNS file version doesn't match
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnectionTracker.java 413 boolean isFailed = true; // All enabled Apns should be FAILED.
650 Collection<ApnContext> apns = dcac.getApnListSync(); local
653 for (ApnContext apnContext : apns) {
666 // By this time, alarms for all failed Apns
1171 Collection<ApnContext> apns = dcac.getApnListSync(); local
    [all...]
  /build/core/
main.mk 319 # Install an apns-conf.xml file if one's not already being installed.
320 ifeq (,$(filter %:system/etc/apns-conf.xml, $(PRODUCT_COPY_FILES)))
322 development/data/etc/apns-conf_sdk.xml:system/etc/apns-conf.xml
324 $(warning implicitly installing apns-conf_sdk.xml)

Completed in 351 milliseconds