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

  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
ServiceStateProvider.java 69 import static android.provider.Telephony.ServiceStateTable.IS_USING_CARRIER_AGGREGATION;
102 IS_USING_CARRIER_AGGREGATION,
162 newSS.setIsUsingCarrierAggregation(values.getAsBoolean(IS_USING_CARRIER_AGGREGATION));
244 final int is_using_carrier_aggregation = (ss.isUsingCarrierAggregation()) ? 1 : 0; local
269 is_using_carrier_aggregation,
  /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
ServiceStateProviderTest.java 109 ServiceStateTable.IS_USING_CARRIER_AGGREGATION,
  /frameworks/base/telephony/java/android/telephony/
Telephony.java     [all...]

Completed in 213 milliseconds