/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 | 115 static double calculateTitleMatchScore(@Nullable String title1, @Nullable String title2) { 116 if (TextUtils.isEmpty(title1) || TextUtils.isEmpty(title2)) { 120 List<String> wordList2 = splitTextToWords(title2);
|
/frameworks/support/viewpager/src/androidTest/java/androidx/viewpager/widget/ |
ViewPagerActions.java | 341 public static ViewAction clickBetweenTwoTitles(final String title1, final String title2) { 364 } 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 | 890 final String title2 = title1.substring(index); 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 | |