Searched refs:dpis (Results 1 – 1 of 1) sorted by relevance
218 android.hardware.radio.data.DataProfileInfo[] dpis = in setDataProfile() local221 dpis[i] = RILUtils.convertToHalDataProfile(profiles[i]); in setDataProfile()223 mDataProxy.setDataProfile(serial, dpis); in setDataProfile()225 ArrayList<android.hardware.radio.V1_5.DataProfileInfo> dpis = new ArrayList<>(); in setDataProfile() local227 dpis.add(RILUtils.convertToHalDataProfile15(dp)); in setDataProfile()229 ((android.hardware.radio.V1_5.IRadio) mRadioProxy).setDataProfile_1_5(serial, dpis); in setDataProfile()231 ArrayList<android.hardware.radio.V1_4.DataProfileInfo> dpis = new ArrayList<>(); in setDataProfile() local233 dpis.add(RILUtils.convertToHalDataProfile14(dp)); in setDataProfile()235 mRadioProxy.setDataProfile_1_4(serial, dpis); in setDataProfile()