/aosp12/frameworks/base/telephony/java/android/telephony/data/ |
H A D | IDataService.aidl | 40 void setDataProfile(int slotId, in List<DataProfile> dps, boolean isRoaming, in setDataProfile() method
|
H A D | DataService.java | 275 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 D | CellularDataService.java | 212 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 D | DataServiceManager.java | 826 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 D | DcTracker.java | 3514 mDataServiceManager.setDataProfile(dataProfileList, in setDataProfilesAsNeeded()
|
/aosp12/hardware/interfaces/radio/1.0/vts/functional/ |
H A D | radio_hidl_hal_data.cpp | 272 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 D | ImsPhoneCommandInterface.java | 597 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 D | SipCommandInterface.java | 598 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { in setDataProfile() method in SipCommandInterface
|
/aosp12/hardware/interfaces/radio/1.2/ |
H A D | IRadio.hal | 150 * setDataProfile().
|
/aosp12/hardware/interfaces/radio/1.2/default/ |
H A D | Radio.cpp | 741 Return<void> Radio::setDataProfile( in setDataProfile() function in android::hardware::radio::V1_2::implementation::Radio
|
H A D | Radio.h | 221 Return<void> setDataProfile(
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
H A D | UsimDataDownloadCommands.java.broken | 649 public void setDataProfile(DataProfile[] dps, Message result) {
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | SimulatedCommandsVerifier.java | 1285 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { in setDataProfile() method in SimulatedCommandsVerifier
|
H A D | SimulatedCommands.java | 2064 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 D | CommandsInterface.java | 2060 void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result); in setDataProfile() method
|
H A D | RIL.java | 4782 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 D | IRadio.hal | 380 * @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 D | ril_service.cpp | 411 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 D | system-current.txt | 12469 …method public void setDataProfile(@NonNull java.util.List<android.telephony.data.DataProfile>, boo…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 56698 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…
|