Searched refs:UnsafeStateException (Results 1 – 5 of 5) sorted by relevance
41 public final class UnsafeStateException extends IllegalStateException implements Parcelable { class48 public UnsafeStateException(@DevicePolicyOperation int operation, in UnsafeStateException() method in UnsafeStateException92 public static final Creator<UnsafeStateException> CREATOR =93 new Creator<UnsafeStateException>() {96 public UnsafeStateException createFromParcel(Parcel source) {97 return new UnsafeStateException(source.readInt(), source.readInt());101 public UnsafeStateException[] newArray(int size) {102 return new UnsafeStateException[size];
46 default UnsafeStateException newUnsafeStateException(@DevicePolicyOperation int operation, in newUnsafeStateException()48 return new UnsafeStateException(operation, reason); in newUnsafeStateException()
581 …public final class UnsafeStateException extends java.lang.IllegalStateException implements android…582 ctor public UnsafeStateException(int, int);
7674 …public final class UnsafeStateException extends java.lang.IllegalStateException implements android…7678 … public static final android.os.Parcelable.Creator<android.app.admin.UnsafeStateException> CREATOR;
189 import android.app.admin.UnsafeStateException;1243 throw new UnsafeStateException(operation, reason); in checkCanExecuteOrThrowUnsafe()