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

  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 150 "carrier_enabled BOOLEAN," +
231 // Add carrier_enabled, bearer fields to the APN. The XML file does not change.
233 " ADD COLUMN carrier_enabled BOOLEAN DEFAULT 1;");
313 String carrierEnabled = parser.getAttributeValue(null, "carrier_enabled");
315 map.put(Telephony.Carriers.CARRIER_ENABLED, Boolean.parseBoolean(carrierEnabled));
378 if (row.containsKey(Telephony.Carriers.CARRIER_ENABLED) == false) {
379 row.put(Telephony.Carriers.CARRIER_ENABLED, true);
604 if (!values.containsKey(Telephony.Carriers.CARRIER_ENABLED)) {
605 values.put(Telephony.Carriers.CARRIER_ENABLED, true);
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java     [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 58 private final static String KEY_CARRIER_ENABLED = "carrier_enabled";
120 Telephony.Carriers.CARRIER_ENABLED, // 17
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java     [all...]

Completed in 216 milliseconds