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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java 183 protected static final String DEFALUT_DATA_ON_BOOT_PROP = "net.def_data_on_boot";
525 SystemProperties.getBoolean(DEFALUT_DATA_ON_BOOT_PROP,true);
    [all...]
DcTracker.java 237 boolean defaultEnabled = SystemProperties.getBoolean(DEFALUT_DATA_ON_BOOT_PROP, true);
    [all...]

Completed in 143 milliseconds