Searched defs:title1 (Results 1 – 5 of 5) sorted by relevance
103 val title1: CharSequence = res.getText(R.string.timer_pause) in build() constant126 val title1: CharSequence = res.getText(R.string.sw_resume_button) in build() constant152 val title1: CharSequence = res.getText(R.string.timer_reset_all) in build() constant251 val title1: CharSequence = context.getString(R.string.timer_stop) in buildHeadsUp() constant264 val title1: CharSequence = context.getString(R.string.timer_stop_all) in buildHeadsUp() constant344 val title1: CharSequence = res.getText(R.string.timer_reset) in buildMissed() constant354 val title1: CharSequence = res.getText(R.string.timer_reset_all) in buildMissed() constant
85 val title1: CharSequence = res.getText(R.string.sw_pause_button) in build() constant118 val title1: CharSequence = res.getText(R.string.sw_start_button) in build() constant
46 private val title1 = "a title" constant
117 static double calculateTitleMatchScore(@Nullable String title1, @Nullable String title2) { in calculateTitleMatchScore()
252 final String title1 = "title1"; in testDataItemCollapsing_organization() local