Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DVibrationEffect.java977 public static final class UnreachableAfterRepeatingIndefinitelyException class in VibrationEffect.Composition
979 UnreachableAfterRepeatingIndefinitelyException() { in UnreachableAfterRepeatingIndefinitelyException() method in VibrationEffect.Composition.UnreachableAfterRepeatingIndefinitelyException
1161 throw new UnreachableAfterRepeatingIndefinitelyException();
1169 throw new UnreachableAfterRepeatingIndefinitelyException(); in addSegments()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DVibrationEffectTest.java41 import android.os.VibrationEffect.Composition.UnreachableAfterRepeatingIndefinitelyException;
628 assertThrows(UnreachableAfterRepeatingIndefinitelyException.class, in testValidateComposed()
634 assertThrows(UnreachableAfterRepeatingIndefinitelyException.class, in testValidateComposed()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt2432 …ublic static final class VibrationEffect.Composition.UnreachableAfterRepeatingIndefinitelyExceptio…