Home
last modified time | relevance | path

Searched defs:dps (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DDataService.java279 public void setDataProfile(@NonNull List<DataProfile> dps, boolean isRoaming, in setDataProfile()
492 public final List<DataProfile> dps; field in DataService.SetDataProfileRequest
495 SetDataProfileRequest(List<DataProfile> dps, boolean isRoaming, in SetDataProfileRequest()
778 public void setDataProfile(int slotIndex, List<DataProfile> dps, boolean isRoaming, in setDataProfile()
H A DIDataService.aidl40 void setDataProfile(int slotId, in List<DataProfile> dps, boolean isRoaming, in setDataProfile()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DDisplayPowerControllerTest.java1274 TestInjector(DisplayPowerState dps, DualRampAnimator<DisplayPowerState> animator, in TestInjector()
1301 DualRampAnimator<DisplayPowerState> getDualRampAnimator(DisplayPowerState dps, in getDualRampAnimator()
H A DDisplayPowerController2Test.java1278 TestInjector(DisplayPowerState dps, DualRampAnimator<DisplayPowerState> animator, in TestInjector()
1307 DualRampAnimator<DisplayPowerState> getDualRampAnimator(DisplayPowerState dps, in getDualRampAnimator()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayPowerController2.java2890 DualRampAnimator<DisplayPowerState> getDualRampAnimator(DisplayPowerState dps, in getDualRampAnimator()