Home
last modified time | relevance | path

Searched refs:setDataProfile (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/telephony/java/android/telephony/data/
DIDataService.aidl36 void setDataProfile(int slotId, in List<DataProfile> dps, boolean isRoaming, in setDataProfile() method
DDataService.java206 public void setDataProfile(List<DataProfile> dps, boolean isRoaming, in setDataProfile() method in DataService.DataServiceProvider
395 serviceProvider.setDataProfile(setDataProfileRequest.dps, in handleMessage()
517 public void setDataProfile(int slotId, List<DataProfile> dps, boolean isRoaming, in setDataProfile() method in DataService.IDataServiceWrapper
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DCellularDataService.java194 public void setDataProfile(List<DataProfile> dps, boolean isRoaming, in setDataProfile() method in CellularDataService.CellularDataServiceProvider
206 mPhone.mCi.setDataProfile(dps.toArray(new DataProfile[dps.size()]), isRoaming, message); in setDataProfile()
DDataServiceManager.java470 public void setDataProfile(List<DataProfile> dps, boolean isRoaming, in setDataProfile() method in DataServiceManager
485 mIDataService.setDataProfile(mPhone.getPhoneId(), dps, isRoaming, callback); in setDataProfile()
DDcTracker.java3318 mDataServiceManager.setDataProfile(dps, in setDataProfilesAsNeeded()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java574 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { in setDataProfile() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java575 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { in setDataProfile() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1833 void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result); in setDataProfile() method
DRIL.java3406 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { in setDataProfile() method in RIL
3427 radioProxy.setDataProfile(rr.mSerial, dpis, isRoaming); in setDataProfile()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java1249 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { in setDataProfile() method in SimulatedCommandsVerifier
DSimulatedCommands.java1929 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { in setDataProfile() method in SimulatedCommands
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken653 public void setDataProfile(DataProfile[] dps, Message result) {
/frameworks/base/config/
Dboot-image-profile.txt30841 HSPLandroid/telephony/data/IDataService;->setDataProfile(ILjava/util/List;ZLandroid/telephony/data/…