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

  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
TitleViewAdapterTest.java 37 public static class CustomTitle extends LinearLayout implements TitleViewAdapter.Provider {
41 public CustomTitle(Context context, AttributeSet set) {
45 public CustomTitle(Context context, AttributeSet set, int s) {
65 public void customTitle() {
66 CustomTitle t = new CustomTitle(InstrumentationRegistry.getTargetContext(), null);
  /packages/apps/Dialer/java/com/android/contacts/common/model/account/
AccountType.java 255 final CharSequence customTitle =
258 return customTitle == null ? context.getText(R.string.view_updates_from_group) : customTitle;
  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountType.java 248 final CharSequence customTitle =
251 return customTitle == null
253 : customTitle;
  /frameworks/base/core/tests/coretests/src/com/android/internal/app/
ChooserActivityTest.java 71 public void customTitle() throws InterruptedException {

Completed in 592 milliseconds