Searched refs:mExpectedPlatformApiVersion (Results 1 – 1 of 1) sorted by relevance
40 private final PlatformVersion mExpectedPlatformApiVersion; field in PlatformVersionMismatchException46 + mExpectedPlatformApiVersion + ", Current version: " + Car.getPlatformVersion(); in getMessage()67 this.mExpectedPlatformApiVersion = expectedPlatformApiVersion; in PlatformVersionMismatchException()69 NonNull.class, null, mExpectedPlatformApiVersion); in PlatformVersionMismatchException()79 return mExpectedPlatformApiVersion; in getMinimumPlatformApiVersion()88 dest.writeTypedObject(mExpectedPlatformApiVersion, flags); in writeToParcel()106 this.mExpectedPlatformApiVersion = expectedPlatformApiVersion; in PlatformVersionMismatchException()108 NonNull.class, null, mExpectedPlatformApiVersion); in PlatformVersionMismatchException()