Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DVibrationEffect.java1059 public static final class UnreachableAfterRepeatingIndefinitelyException class in VibrationEffect.Composition
1061 UnreachableAfterRepeatingIndefinitelyException() { in UnreachableAfterRepeatingIndefinitelyException() method in VibrationEffect.Composition.UnreachableAfterRepeatingIndefinitelyException
1242 throw new UnreachableAfterRepeatingIndefinitelyException();
1250 throw new UnreachableAfterRepeatingIndefinitelyException(); in addSegments()
/frameworks/base/core/tests/vibrator/src/android/os/
DVibrationEffectTest.java40 import android.os.VibrationEffect.Composition.UnreachableAfterRepeatingIndefinitelyException;
621 assertThrows(UnreachableAfterRepeatingIndefinitelyException.class, in testValidateComposed()
627 assertThrows(UnreachableAfterRepeatingIndefinitelyException.class, in testValidateComposed()
/frameworks/base/core/api/
Dtest-current.txt2554 …ublic static final class VibrationEffect.Composition.UnreachableAfterRepeatingIndefinitelyExceptio…