Home
last modified time | relevance | path

Searched refs:getIntroductionTitle (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityFooterPreferenceController.java98 protected String getIntroductionTitle() { in getIntroductionTitle() method in AccessibilityFooterPreferenceController
104 sb.append(getIntroductionTitle()).append("\n\n").append(footerPreference.getTitle()); in updateFooterPreferences()
DFlashNotificationsFooterPreferenceController.java32 protected String getIntroductionTitle() { in getIntroductionTitle() method in FlashNotificationsFooterPreferenceController
DHearingDeviceFooterPreferenceController.java32 protected String getIntroductionTitle() { in getIntroductionTitle() method in HearingDeviceFooterPreferenceController
DToggleAutoclickFooterPreferenceController.java40 protected String getIntroductionTitle() { in getIntroductionTitle() method in ToggleAutoclickFooterPreferenceController
DAccessibilityControlTimeoutFooterPreferenceController.java40 protected String getIntroductionTitle() { in getIntroductionTitle() method in AccessibilityControlTimeoutFooterPreferenceController
DCaptioningFooterPreferenceController.java37 protected String getIntroductionTitle() { in getIntroductionTitle() method in CaptioningFooterPreferenceController
DAccessibilityButtonFooterPreferenceController.java44 protected String getIntroductionTitle() { in getIntroductionTitle() method in AccessibilityButtonFooterPreferenceController
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsAudioRoutingFooterPreferenceController.java33 protected String getIntroductionTitle() { in getIntroductionTitle() method in BluetoothDetailsAudioRoutingFooterPreferenceController
/packages/apps/Settings/src/com/android/settings/display/
DColorContrastFooterPreferenceController.java35 protected String getIntroductionTitle() { in getIntroductionTitle() method in ColorContrastFooterPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DAccessibilityFooterPreferenceControllerTest.java87 assertThat(mController.getIntroductionTitle()).isEqualTo(TEST_INTRODUCTION_TITLE); in setIntroductionTitle_setCorrectIntroductionTitle()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DHomeGestureTutorialController.java55 public int getIntroductionTitle() { in getIntroductionTitle() method in HomeGestureTutorialController
DBackGestureTutorialController.java61 public int getIntroductionTitle() { in getIntroductionTitle() method in BackGestureTutorialController
DOverviewGestureTutorialController.java69 public int getIntroductionTitle() { in getIntroductionTitle() method in OverviewGestureTutorialController
DTutorialController.java184 mFeedbackTitleView.setText(getIntroductionTitle()); in TutorialController()
330 public int getIntroductionTitle() { in getIntroductionTitle() method in TutorialController
DTutorialFragment.java253 int introTitleResId = mTutorialController.getIntroductionTitle(); in initializeFeedbackVideoView()