Home
last modified time | relevance | path

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

/packages/apps/Car/Calendar/src/com/android/car/calendar/common/
DEventLocations.java23 private static final Pattern ROOM_LOCATION_PATTERN = field in EventLocations
28 return !ROOM_LOCATION_PATTERN.matcher(locationText).find(); in isValidLocation()