Home
last modified time | relevance | path

Searched refs:setDataProfile (Results 1 – 14 of 14) 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()
534 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.java169 public void setDataProfile(List<DataProfile> dps, boolean isRoaming, in setDataProfile() method in CellularDataService.CellularDataServiceProvider
181 mPhone.mCi.setDataProfile(dps.toArray(new DataProfile[dps.size()]), isRoaming, message); in setDataProfile()
DDataServiceManager.java679 public void setDataProfile(List<DataProfile> dps, boolean isRoaming, in setDataProfile() method in DataServiceManager
693 mIDataService.setDataProfile(mPhone.getPhoneId(), dps, isRoaming, callback); in setDataProfile()
DDcTracker.java3198 mDataServiceManager.setDataProfile(dataProfileList, in setDataProfilesAsNeeded()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java584 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.java585 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { in setDataProfile() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1985 void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result); in setDataProfile() method
DRIL.java4419 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { in setDataProfile() method in RIL
4493 radioProxy.setDataProfile(rr.mSerial, dpis, isRoaming); in setDataProfile()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1265 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { in setDataProfile() method in SimulatedCommandsVerifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken649 public void setDataProfile(DataProfile[] dps, Message result) {
/frameworks/base/telephony/api/
Dsystem-current.txt1053 …method public void setDataProfile(@NonNull java.util.List<android.telephony.data.DataProfile>, boo…
/frameworks/base/non-updatable-api/
Dsystem-current.txt10438 …method public void setDataProfile(@NonNull java.util.List<android.telephony.data.DataProfile>, boo…
/frameworks/base/api/
Dsystem-current.txt11556 …method public void setDataProfile(@NonNull java.util.List<android.telephony.data.DataProfile>, boo…