Searched refs:PlatformVersionMismatchException (Results 1 – 7 of 7) sorted by relevance
36 public final class PlatformVersionMismatchException extends UnsupportedOperationException class65 public PlatformVersionMismatchException( in PlatformVersionMismatchException() method in PlatformVersionMismatchException99 /* package-private */ PlatformVersionMismatchException(@NonNull Parcel in) { in PlatformVersionMismatchException() method in PlatformVersionMismatchException114 public static final @NonNull Parcelable.Creator<PlatformVersionMismatchException> CREATOR115 = new Parcelable.Creator<PlatformVersionMismatchException>() {117 public PlatformVersionMismatchException[] newArray(int size) {118 return new PlatformVersionMismatchException[size];122 public PlatformVersionMismatchException createFromParcel(@NonNull Parcel in) {123 return new PlatformVersionMismatchException(in);
18 parcelable PlatformVersionMismatchException;
27 import android.car.PlatformVersionMismatchException;748 } catch (PlatformVersionMismatchException e) {895 super("Test should throw " + PlatformVersionMismatchException.class.getSimpleName()
568 UnflaggedApi: android.car.PlatformVersionMismatchException:569 New API must be flagged with @FlaggedApi: class android.car.PlatformVersionMismatchException570 UnflaggedApi: android.car.PlatformVersionMismatchException#CREATOR:571 …New API must be flagged with @FlaggedApi: field android.car.PlatformVersionMismatchException.CREAT…572 UnflaggedApi: android.car.PlatformVersionMismatchException#PlatformVersionMismatchException(android…573 …I must be flagged with @FlaggedApi: constructor android.car.PlatformVersionMismatchException(andro…574 UnflaggedApi: android.car.PlatformVersionMismatchException#describeContents():575 …New API must be flagged with @FlaggedApi: method android.car.PlatformVersionMismatchException.desc…576 UnflaggedApi: android.car.PlatformVersionMismatchException#getMinimumPlatformApiVersion():577 …New API must be flagged with @FlaggedApi: method android.car.PlatformVersionMismatchException.getM…[all …]
239 …public final class PlatformVersionMismatchException extends java.lang.UnsupportedOperationExceptio…240 ctor public PlatformVersionMismatchException(@NonNull android.car.PlatformVersion);244 …blic static final android.os.Parcelable.Creator<android.car.PlatformVersionMismatchException> CREA…
743 class PlatformVersionMismatchException package android.car744 field TIRAMISU_1 Parcelable.Creator<PlatformVersionMismatchException> CREATOR;