Searched refs:carriers (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl1138 * @return The number of carriers set successfully. Should match length of
1139 * carriers on success.
1141 int setAllowedCarriers(int slotId, in List<CarrierIdentifier> carriers);
1148 * means all carriers are allowed.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java634 public void setAllowedCarriers(List<CarrierIdentifier> carriers, Message result) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java632 public void setAllowedCarriers(List<CarrierIdentifier> carriers, Message result) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java2025 * Set allowed carriers
2027 * @param carriers Allowed carriers
2028 * @param result Callback message contains the number of carriers set successfully
2030 public void setAllowedCarriers(List<CarrierIdentifier> carriers, Message result); argument
2033 * Get allowed carriers
2035 * @param result Callback message contains the allowed carriers
H A DPhone.java3200 * Set allowed carriers
3202 public void setAllowedCarriers(List<CarrierIdentifier> carriers, Message response) { argument
3203 mCi.setAllowedCarriers(carriers, response);
3207 * Get allowed carriers
H A DRIL.java4351 /* TODO: Handle excluded carriers */
5164 public void setAllowedCarriers(List<CarrierIdentifier> carriers, Message response) { argument
5166 rr.mParcel.writeInt(carriers.size()); /* len_allowed_carriers */
5167 rr.mParcel.writeInt(0); /* len_excluded_carriers */ /* TODO: add excluded carriers */
5168 for (CarrierIdentifier ci : carriers) { /* allowed carriers */
5189 /* TODO: add excluded carriers */
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommandsVerifier.java1358 public void setAllowedCarriers(List<CarrierIdentifier> carriers, Message result) { argument
H A DSimulatedCommands.java1960 public void setAllowedCarriers(List<CarrierIdentifier> carriers, Message result) { argument
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java5584 * @return The number of carriers set successfully. Should be length of
5588 public int setAllowedCarriers(int slotId, List<CarrierIdentifier> carriers) { argument
5592 return service.setAllowedCarriers(slotId, carriers);
5605 * means all carriers are allowed.

Completed in 555 milliseconds