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 112 static double calculateTitleMatchScore(@Nullable String title1, @Nullable String title2) {
113 if (TextUtils.isEmpty(title1) || TextUtils.isEmpty(title2)) {
116 List<String> wordList1 = splitTextToWords(title1);
  /frameworks/support/core-ui/tests/java/android/support/v4/view/
ViewPagerActions.java 339 public static ViewAction clickBetweenTwoTitles(final String title1, final String title2) {
359 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 376 private void checkCategoriesAndExpected(String title1, String categoriesAndExpected, PluralRules rules) {
385 checkValue(title1, rules, expected, values[0]);
387 checkValue(title1, rules, expected, values[1]);
393 public void checkValue(String title1, PluralRules rules, String expected, String value) {
406 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 375 private void checkCategoriesAndExpected(String title1, String categoriesAndExpected, PluralRules rules) {
384 checkValue(title1, rules, expected, values[0]);
386 checkValue(title1, rules, expected, values[1]);
392 public void checkValue(String title1, PluralRules rules, String expected, String value) {
405 assertEquals(getAssertMessage(title1, locale, rules, expected) + "; value: " + value, expected, result);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewActivityTest.java 696 final String title1 = " AFIGBO"; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 3699 milliseconds