Home
last modified time | relevance | path

Searched defs:title1 (Results 1 – 5 of 5) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.kt103 val title1: CharSequence = res.getText(R.string.timer_pause) in build() constant
126 val title1: CharSequence = res.getText(R.string.sw_resume_button) in build() constant
152 val title1: CharSequence = res.getText(R.string.timer_reset_all) in build() constant
251 val title1: CharSequence = context.getString(R.string.timer_stop) in buildHeadsUp() constant
264 val title1: CharSequence = context.getString(R.string.timer_stop_all) in buildHeadsUp() constant
344 val title1: CharSequence = res.getText(R.string.timer_reset) in buildMissed() constant
354 val title1: CharSequence = res.getText(R.string.timer_reset_all) in buildMissed() constant
DStopwatchNotificationBuilder.kt85 val title1: CharSequence = res.getText(R.string.sw_pause_button) in build() constant
118 val title1: CharSequence = res.getText(R.string.sw_start_button) in build() constant
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetyCenterStaticEntryTest.kt46 private val title1 = "a title" constant
/packages/apps/TV/src/com/android/tv/recommendation/
DRoutineWatchEvaluator.java117 static double calculateTitleMatchScore(@Nullable String title1, @Nullable String title2) { in calculateTitleMatchScore()
/packages/apps/Contacts/tests/src/com/android/contacts/model/dataitem/
DDataItemTests.java252 final String title1 = "title1"; in testDataItemCollapsing_organization() local