HomeSort by relevance Sort by last modified time
    Searched refs:title1 (Results 1 - 11 of 11) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/data/
TimerNotificationBuilder.java 86 final CharSequence title1 = res.getText(R.string.timer_pause); local
88 actions.add(new Action.Builder(icon1, title1, intent1).build());
110 final CharSequence title1 = res.getText(R.string.sw_resume_button); local
112 actions.add(new Action.Builder(icon1, title1, intent1).build());
136 final CharSequence title1 = res.getText(R.string.timer_reset_all); local
138 actions.add(new Action.Builder(icon1, title1, intent1).build());
234 final CharSequence title1 = context.getString(R.string.timer_stop); local
235 actions.add(new Action.Builder(icon1, title1, intent1).build());
247 final CharSequence title1 = context.getString(R.string.timer_stop_all); local
248 actions.add(new Action.Builder(icon1, title1, intent1).build())
322 final CharSequence title1 = res.getText(R.string.timer_reset); local
332 final CharSequence title1 = res.getText(R.string.timer_reset_all); local
    [all...]
StopwatchNotificationBuilder.java 78 final CharSequence title1 = res.getText(R.string.sw_pause_button); local
80 actions.add(new Action.Builder(icon1, title1, intent1).build());
111 final CharSequence title1 = res.getText(R.string.sw_start_button); local
113 actions.add(new Action.Builder(icon1, title1, intent1).build());
  /packages/apps/TV/src/com/android/tv/recommendation/
RoutineWatchEvaluator.java 115 static double calculateTitleMatchScore(@Nullable String title1, @Nullable String title2) {
116 if (TextUtils.isEmpty(title1) || TextUtils.isEmpty(title2)) {
119 List<String> wordList1 = splitTextToWords(title1);
  /frameworks/support/viewpager/src/androidTest/java/androidx/viewpager/widget/
ViewPagerActions.java 341 public static ViewAction clickBetweenTwoTitles(final String title1, final String title2) {
361 if (title1.equals(childText)) {
  /packages/apps/Contacts/tests/src/com/android/contacts/model/dataitem/
DataItemTests.java 263 final String title1 = "title1"; local
276 mValues1.put(Organization.TITLE, title1);
277 mValues2.put(Organization.TITLE, title1);
279 mValues4.put(Organization.TITLE, title1);
292 assertEquals(title1, ((OrganizationDataItem) dataList.get(0)).getTitle());
  /external/pcre/dist2/
RunTest 55 title1="Test 1: Main non-UTF, non-UCP functionality (compatible with Perl >= 5.10)"
85 echo $title1
491 echo $title1
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRulesTest.java 381 private void checkCategoriesAndExpected(String title1, String categoriesAndExpected, PluralRules rules) {
390 checkValue(title1, rules, expected, values[0]);
392 checkValue(title1, rules, expected, values[1]);
398 public void checkValue(String title1, PluralRules rules, String expected, String value) {
411 assertEquals(getAssertMessage(title1, locale, rules, expected) + "; value: " + value, expected, result);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRulesTest.java 378 private void checkCategoriesAndExpected(String title1, String categoriesAndExpected, PluralRules rules) {
387 checkValue(title1, rules, expected, values[0]);
389 checkValue(title1, rules, expected, values[1]);
395 public void checkValue(String title1, PluralRules rules, String expected, String value) {
408 assertEquals(getAssertMessage(title1, locale, rules, expected) + "; value: " + value, expected, result);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewActivityTest.java 888 final String title1 = " AFIGBO"; local
    [all...]
  /prebuilts/misc/common/android-support-test/espresso/
espresso_contrib_release_no_deps.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 429 milliseconds