Home
last modified time | relevance | path

Searched refs:dps (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/telephony/java/android/telephony/data/
DDataService.java290 public void setDataProfile(@NonNull List<DataProfile> dps, boolean isRoaming, in setDataProfile() argument
540 public final List<DataProfile> dps; field in DataService.SetDataProfileRequest
543 SetDataProfileRequest(List<DataProfile> dps, boolean isRoaming, in SetDataProfileRequest() argument
545 this.dps = dps; in SetDataProfileRequest()
671 serviceProvider.setDataProfile(setDataProfileRequest.dps, in handleMessage()
847 public void setDataProfile(int slotIndex, List<DataProfile> dps, boolean isRoaming, in setDataProfile() argument
850 new SetDataProfileRequest(dps, isRoaming, callback)).sendToTarget(); in setDataProfile()
DIDataService.aidl42 void setDataProfile(int slotId, in List<DataProfile> dps, boolean isRoaming, in setDataProfile() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DCellularDataService.java222 public void setDataProfile(@NonNull List<DataProfile> dps, boolean isRoaming, in setDataProfile() argument
235 mPhone.mCi.setDataProfile(dps.toArray(new DataProfile[0]), message); in setDataProfile()
DDataServiceManager.java809 public void setDataProfile(List<DataProfile> dps, boolean isRoaming, in setDataProfile() argument
823 mIDataService.setDataProfile(mPhone.getPhoneId(), dps, isRoaming, callback); in setDataProfile() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java561 public void setDataProfile(DataProfile[] dps, Message result) { in setDataProfile() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1233 public void setDataProfile(DataProfile[] dps, Message result) { in setDataProfile() argument
DSimulatedCommands.java2019 public void setDataProfile(DataProfile[] dps, Message result) { in setDataProfile() argument
2020 SimulatedCommandsVerifier.getInstance().setDataProfile(dps, result); in setDataProfile()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DDisplayPowerControllerTest.java2207 TestInjector(DisplayPowerState dps, DualRampAnimator<DisplayPowerState> animator, in TestInjector() argument
2217 mDisplayPowerState = dps; in TestInjector()
2242 DualRampAnimator<DisplayPowerState> getDualRampAnimator(DisplayPowerState dps, in getDualRampAnimator() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java2011 void setDataProfile(DataProfile[] dps, Message result); in setDataProfile() argument
DRIL.java4229 public void setDataProfile(DataProfile[] dps, Message result) { in setDataProfile() argument
4240 for (DataProfile profile : dps) { in setDataProfile()
4246 dataProxy.setDataProfile(rr.mSerial, dps); in setDataProfile()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayPowerController.java3157 DualRampAnimator<DisplayPowerState> getDualRampAnimator(DisplayPowerState dps, in getDualRampAnimator() argument
3160 return new DualRampAnimator(dps, firstProperty, secondProperty); in getDualRampAnimator()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt52751 Landroid/telephony/data/DataService$SetDataProfileRequest;->dps:Ljava/util/List;