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.java218 public void setDataProfile(@NonNull List<DataProfile> dps, boolean isRoaming, in setDataProfile() method in DataService.DataServiceProvider
410 serviceProvider.setDataProfile(setDataProfileRequest.dps, in handleMessage()
531 public void setDataProfile(int slotIndex, List<DataProfile> dps, boolean isRoaming, in setDataProfile() method in DataService.IDataServiceWrapper
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DCellularDataService.java177 public void setDataProfile(List<DataProfile> dps, boolean isRoaming, in setDataProfile() method in CellularDataService.CellularDataServiceProvider
189 mPhone.mCi.setDataProfile(dps.toArray(new DataProfile[dps.size()]), isRoaming, message); in setDataProfile()
DDataServiceManager.java525 public void setDataProfile(List<DataProfile> dps, boolean isRoaming, in setDataProfile() method in DataServiceManager
539 mIDataService.setDataProfile(mPhone.getPhoneId(), dps, isRoaming, callback); in setDataProfile()
DDcTracker.java3085 mDataServiceManager.setDataProfile(dataProfileList, in setDataProfilesAsNeeded()
/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/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/test/
DSimulatedCommandsVerifier.java1249 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { in setDataProfile() method in SimulatedCommandsVerifier
DSimulatedCommands.java1948 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { in setDataProfile() method in SimulatedCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1904 void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result); in setDataProfile() method
DRIL.java3891 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { in setDataProfile() method in RIL
3943 radioProxy.setDataProfile(rr.mSerial, dpis, isRoaming); in setDataProfile()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken649 public void setDataProfile(DataProfile[] dps, Message result) {
/frameworks/base/api/
Dsystem-current.txt8224 …method public void setDataProfile(@NonNull java.util.List<android.telephony.data.DataProfile>, boo…