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

  /packages/apps/DeskClock/src/com/android/deskclock/data/
StopwatchNotificationBuilder.java 89 final CharSequence title2 = res.getText(R.string.sw_lap_button); local
91 actions.add(new Action.Builder(icon2, title2, intent2).build());
121 final CharSequence title2 = res.getText(R.string.sw_reset_button); local
123 actions.add(new Action.Builder(icon2, title2, intent2).build());
TimerNotificationBuilder.java 96 final CharSequence title2 = res.getText(R.string.timer_plus_1_min); local
98 actions.add(new Action.Builder(icon2, title2, intent2).build());
120 final CharSequence title2 = res.getText(R.string.sw_reset_button); local
122 actions.add(new Action.Builder(icon2, title2, intent2).build());
241 final CharSequence title2 = context.getString(R.string.timer_plus_1_min); local
242 actions.add(new Action.Builder(icon2, title2, intent2).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)) {
117 List<String> wordList2 = splitTextToWords(title2);
  /frameworks/support/core-ui/tests/java/android/support/v4/view/
ViewPagerActions.java 339 public static ViewAction clickBetweenTwoTitles(final String title1, final String title2) {
362 } else if (title2.equals(childText)) {
  /external/pcre/dist2/
RunTest 56 title2="Test 2: API, errors, internals and non-Perl stuff"
86 echo $title2 "(not UTF or UCP)"
501 echo $title2 "(excluding UTF-$bits)"
520 echo $title2 "(excluding UTF-$bits) (64M stack)"
  /packages/apps/Contacts/tests/src/com/android/contacts/model/dataitem/
DataItemTests.java 264 final String title2 = "title2"; local
278 mValues3.put(Organization.TITLE, title2);
293 assertEquals(title2, ((OrganizationDataItem) dataList.get(1)).getTitle());
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewActivityTest.java 698 final String title2 = title1.substring(index); 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 57 milliseconds