Home
last modified time | relevance | path

Searched refs:PlatformVersionMismatchException (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/car-lib/src/android/car/
DPlatformVersionMismatchException.java36 public final class PlatformVersionMismatchException extends UnsupportedOperationException class
65 public PlatformVersionMismatchException( in PlatformVersionMismatchException() method in PlatformVersionMismatchException
99 /* package-private */ PlatformVersionMismatchException(@NonNull Parcel in) { in PlatformVersionMismatchException() method in PlatformVersionMismatchException
114 public static final @NonNull Parcelable.Creator<PlatformVersionMismatchException> CREATOR
115 = 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);
DPlatformVersionMismatchException.aidl18 parcelable PlatformVersionMismatchException;
/packages/services/Car/libs/car-test-lib/src/android/car/test/
DApiCheckerRule.java27 import android.car.PlatformVersionMismatchException;
748 } catch (PlatformVersionMismatchException e) {
895 super("Test should throw " + PlatformVersionMismatchException.class.getSimpleName()
/packages/services/Car/car-lib/api/
Dlint-baseline.txt568 UnflaggedApi: android.car.PlatformVersionMismatchException:
569 New API must be flagged with @FlaggedApi: class android.car.PlatformVersionMismatchException
570 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 …]
Dcurrent.txt239 …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…
/packages/services/Car/car-lib-module/api/
Dcurrent.txt239 …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…
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt743 class PlatformVersionMismatchException package android.car
744 field TIRAMISU_1 Parcelable.Creator<PlatformVersionMismatchException> CREATOR;