Home
last modified time | relevance | path

Searched refs:Operation (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DVolumeShaperTest.java152 private static final VolumeShaper.Operation[] ALL_STANDARD_OPERATIONS = {
153 VolumeShaper.Operation.PLAY,
154 VolumeShaper.Operation.REVERSE,
530 for (VolumeShaper.Operation operation : ALL_STANDARD_OPERATIONS) { in testVolumeShaperOperationParcelable()
543 final VolumeShaper.Operation restoredOperation = in testVolumeShaperOperationParcelable()
544 VolumeShaper.Operation.CREATOR.createFromParcel(dstParcel); in testVolumeShaperOperationParcelable()
741 volumeShaper.apply(VolumeShaper.Operation.PLAY); in testPlayerJoin()
754 VolumeShaper.Operation.PLAY, true /* join */); in testPlayerJoin()
786 volumeShaper.apply(VolumeShaper.Operation.PLAY); in testPlayerCubicMonotonic()
798 VolumeShaper.Operation.PLAY, true /* join */); in testPlayerCubicMonotonic()
[all …]
/cts/libs/install/src/com/android/cts/install/lib/
DInstallUtils.java271 private interface Operation { interface in InstallUtils
284 Operation operation) { in assertThrows()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/
Dpoc.cpp114 const sp<VolumeShaper::Operation> &operation) { in applyVolumeShaper()