Searched refs:Operation (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | VolumeShaperTest.java | 180 private static final VolumeShaper.Operation[] ALL_STANDARD_OPERATIONS = { 181 VolumeShaper.Operation.PLAY, 182 VolumeShaper.Operation.REVERSE, 595 for (VolumeShaper.Operation operation : ALL_STANDARD_OPERATIONS) { in testVolumeShaperOperationParcelable() 608 final VolumeShaper.Operation restoredOperation = in testVolumeShaperOperationParcelable() 609 VolumeShaper.Operation.CREATOR.createFromParcel(dstParcel); in testVolumeShaperOperationParcelable() 864 volumeShaper.apply(VolumeShaper.Operation.PLAY); in testPlayerJoin() 877 VolumeShaper.Operation.PLAY, true /* join */); in testPlayerJoin() 934 volumeShaper.apply(VolumeShaper.Operation.PLAY); in runTestCubicMonotonicPlayer() 945 VolumeShaper.Operation.PLAY, true /* join */); in runTestCubicMonotonicPlayer() [all …]
|
D | AudioPlaybackConfigurationTest.java | 686 mMuteShaper.apply(VolumeShaper.Operation.PLAY); in checkMuteFromVolumeShaperNotification() 689 mMuteShaper.replace(SHAPER_MUTE, VolumeShaper.Operation.REVERSE, /*join=*/ in checkMuteFromVolumeShaperNotification() 691 mMuteShaper.apply(VolumeShaper.Operation.PLAY); in checkMuteFromVolumeShaperNotification()
|
/cts/libs/install/src/com/android/cts/install/lib/ |
D | InstallUtils.java | 412 private interface Operation { interface in InstallUtils 425 Operation operation) { in assertThrows()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/ |
D | poc.cpp | 116 const sp<VolumeShaper::Operation> &operation) { in applyVolumeShaper()
|
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/ |
D | TestUtils.java | 1053 public static <T extends Exception> void assertThrows(Class<T> clazz, Operation<Exception> r) in assertThrows() 1062 Class<T> clazz, String errMsg, Operation<Exception> r) throws Exception { in assertThrows() 1182 public interface Operation<T extends Exception> { interface in TestUtils
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 25331 method public void apply(@NonNull android.media.VolumeShaper.Operation); 25335 … android.media.VolumeShaper.Configuration, @NonNull android.media.VolumeShaper.Operation, boolean); 25370 public static final class VolumeShaper.Operation implements android.os.Parcelable { 25373 …ll public static final android.os.Parcelable.Creator<android.media.VolumeShaper.Operation> CREATOR; 25374 field public static final android.media.VolumeShaper.Operation PLAY; 25375 field public static final android.media.VolumeShaper.Operation REVERSE;
|
D | system-current.txt | 12085 public static final class TimeZoneRulesDataContract.Operation {
|