Searched refs:Operation (Results 1 – 3 of 3) sorted by relevance
152 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 …]
271 private interface Operation { interface in InstallUtils284 Operation operation) { in assertThrows()
114 const sp<VolumeShaper::Operation> &operation) { in applyVolumeShaper()