Searched defs:indexString (Results 1 – 2 of 2) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/data/ | ||
D | CityDAO.kt | 146 val indexString = if (TextUtils.isEmpty(parts[0])) name.substring(0, 1) else parts[0] in createCity() constant |
D | City.kt | 33 val indexString: String?, constant in com.android.deskclock.data.City |