Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/pm/
DCarAppMetadataReader.java164 private static boolean isRegionSupported(String regionString, String currentRegion) { in isRegionSupported() argument
168 if (currentRegion.equals(CarPackageManager.DRIVING_SAFETY_REGION_ALL)) { in isRegionSupported()
176 if (currentRegion.equals(region)) { in isRegionSupported()
184 + " region:" + currentRegion); in isRegionSupported()