Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DCommonFlags.java44 private Boolean mFlagImproperImageRefs; field in CommonFlags
68 if (mFlagImproperImageRefs == null) { in shouldFlagImproperImageRefs()
70 mFlagImproperImageRefs = res.getBoolean(R.bool.flag_improper_image_references) in shouldFlagImproperImageRefs()
73 return mFlagImproperImageRefs; in shouldFlagImproperImageRefs()