Home
last modified time | relevance | path

Searched defs:indexString (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DCityDAO.kt146 val indexString = if (TextUtils.isEmpty(parts[0])) name.substring(0, 1) else parts[0] in createCity() constant
DCity.kt33 val indexString: String?, constant in com.android.deskclock.data.City