Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/data/
H A DIDataService.aidl40 void setDataProfile(int slotId, in List<DataProfile> dps, boolean isRoaming, in setDataProfile() method
H A DDataService.java275 public void setDataProfile(@NonNull List<DataProfile> dps, boolean isRoaming, in setDataProfile() method in DataService.DataServiceProvider
580 serviceProvider.setDataProfile(setDataProfileRequest.dps, in handleMessage()
741 public void setDataProfile(int slotIndex, List<DataProfile> dps, boolean isRoaming, in setDataProfile() method in DataService.IDataServiceWrapper
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DCellularDataService.java212 public void setDataProfile(List<DataProfile> dps, boolean isRoaming, in setDataProfile() method in CellularDataService.CellularDataServiceProvider
224 mPhone.mCi.setDataProfile(dps.toArray(new DataProfile[dps.size()]), isRoaming, message); in setDataProfile()
H A DDataServiceManager.java826 public void setDataProfile(List<DataProfile> dps, boolean isRoaming, in setDataProfile() method in DataServiceManager
840 mIDataService.setDataProfile(mPhone.getPhoneId(), dps, isRoaming, callback); in setDataProfile()
H A DDcTracker.java3514 mDataServiceManager.setDataProfile(dataProfileList, in setDataProfilesAsNeeded()
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_data.cpp272 TEST_P(RadioHidlTest, setDataProfile) { in TEST_P() argument
302 radio->setDataProfile(serial, dataProfileInfoList, isRoadming); in TEST_P()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java597 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { in setDataProfile() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java598 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { in setDataProfile() method in SipCommandInterface
/aosp12/hardware/interfaces/radio/1.2/
H A DIRadio.hal150 * setDataProfile().
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp741 Return<void> Radio::setDataProfile( in setDataProfile() function in android::hardware::radio::V1_2::implementation::Radio
H A DRadio.h221 Return<void> setDataProfile(
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken649 public void setDataProfile(DataProfile[] dps, Message result) {
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommandsVerifier.java1285 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { in setDataProfile() method in SimulatedCommandsVerifier
H A DSimulatedCommands.java2064 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { in setDataProfile() method in SimulatedCommands
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java2060 void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result); in setDataProfile() method
H A DRIL.java4782 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { in setDataProfile() method in RIL
4846 radioProxy.setDataProfile(rr.mSerial, dpis, isRoaming); in setDataProfile()
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadio.hal380 * @param modemCognitive Indicating this profile was sent to the modem through setDataProfile
1241 * setDataProfile earlier.
1424 oneway setDataProfile(int32_t serial, vec<DataProfileInfo> profiles, bool isRoaming);
/aosp12/hardware/ril/libril/
H A Dril_service.cpp411 Return<void> setDataProfile(int32_t serial,
2436 Return<void> RadioImpl::setDataProfile(int32_t serial, const hidl_vec<DataProfileInfo>& profiles, in setDataProfile() function in RadioImpl
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt12469 …method public void setDataProfile(@NonNull java.util.List<android.telephony.data.DataProfile>, boo…
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt56698 Landroid/telephony/data/DataService$DataServiceProvider;->setDataProfile(Ljava/util/List;ZLandroid/…
56711 Landroid/telephony/data/DataService$IDataServiceWrapper;->setDataProfile(ILjava/util/List;ZLandroid…
56778 Landroid/telephony/data/IDataService$Stub$Proxy;->setDataProfile(ILjava/util/List;ZLandroid/telepho…
56799 Landroid/telephony/data/IDataService;->setDataProfile(ILjava/util/List;ZLandroid/telephony/data/IDa…