Home | History | Annotate | Download | only in phone

Lines Matching refs:carriers

3655      * @return The number of carriers set successfully, should match length of carriers
3658 public int setAllowedCarriers(int slotIndex, List<CarrierIdentifier> carriers) {
3661 if (carriers == null) {
3662 throw new NullPointerException("carriers cannot be null");
3666 int[] retVal = (int[]) sendRequest(CMD_SET_ALLOWED_CARRIERS, carriers, subId);
3676 * means all carriers are allowed.