Searched refs:CARRIER_SERVICE_INTERFACE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/carrier/
H A DCarrierService.java32 * filter with the {@link #CARRIER_SERVICE_INTERFACE}. If the service should have a long-lived
51 public static final String CARRIER_SERVICE_INTERFACE = "android.service.carrier.CarrierService"; field in class:CarrierService
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceBindHelper.java169 new Intent(CarrierService.CARRIER_SERVICE_INTERFACE), phoneId
185 Intent carrierService = new Intent(CarrierService.CARRIER_SERVICE_INTERFACE);

Completed in 69 milliseconds