Home
last modified time | relevance | path

Searched refs:mPlatformVersion (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/mainline/
DCarMainlineFragment.java58 private TextView mPlatformVersion; field in CarMainlineFragment
76 mPlatformVersion = view.findViewById(R.id.platform_version); in onCreateView()
105 mPlatformVersion.setText(platformApiVersion.toString()); in onStart()
111 mPlatformVersion.setText(unsupported); in onStart()
/packages/services/Car/libs/car-test-lib/src/android/car/test/
DApiCheckerRule.java856 private final PlatformVersion mPlatformVersion;
867 mPlatformVersion = platformVersion;
876 return mPlatformVersion;
890 private final PlatformVersion mPlatformVersion;
901 mPlatformVersion = platformVersion;
910 return mPlatformVersion;