Home
last modified time | relevance | path

Searched defs:title (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/frameworks/base/packages/SettingsLib/Spa/screenshot/src/com/android/settingslib/spa/screenshot/widget/preference/
DPreferenceScreenshotTest.kt59 override val title = TITLE in getTestSpecs() constant
63 override val title = TITLE in getTestSpecs() constant
68 override val title = TITLE in getTestSpecs() constant
73 override val title = TITLE in getTestSpecs() constant
82 override val title = TITLE in getTestSpecs() constant
DSwitchPreferenceScreenshotTest.kt65 override val title = "SwitchPreference" in SampleSwitchPreference() constant
74 override val title = "SwitchPreference" in SampleSwitchPreferenceWithSummary() constant
84 override val title = "SwitchPreference" in SampleNotChangeableSwitchPreference() constant
95 override val title = "SwitchPreference" in SampleSwitchPreferenceWithIcon() constant
DSliderPreferenceScreenshotTest.kt51 override val title = "Simple Slider" in getTestSpecs() constant
56 override val title = "Slider with icon" in getTestSpecs() constant
65 override val title = "Slider with steps" in getTestSpecs() constant
DTwoTargetSwitchPreferenceScreenshotTest.kt50 override val title = "TwoTargetSwitchPreference" in getTestSpecs() constant
56 override val title = "TwoTargetSwitchPreference" in getTestSpecs() constant
63 override val title = "Not changeable" in getTestSpecs() constant
DProgressBarPreferenceScreenshotTest.kt66 override val title = "Large Progress Bar" in LargeProgressBar() constant
75 override val title = "Simple Progress Bar" in SimpleProgressBar() constant
84 override val title = "Progress Bar with Data" in ProgressBarWithData() constant
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DMainSwitchBarTest.java56 final String title = "title"; in setTitle_shouldUpdateTitle() local
66 final String title = "title"; in setTitle_switchShouldNotHasContentDescription() local
105 final String title = "title"; in setTitle_shouldSetCorrectLineBreakStyle() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/model/
DBiometricPromptRequestTest.kt22 val title = "what" in biometricRequestFromPromptInfo() constant
46 val title = "what" in credentialRequestFromPromptInfo() constant
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
DStackOverflowXmlParser.java71 public final String title; field in StackOverflowXmlParser.Entry
75 private Entry(String title, String summary, String link) { in Entry()
87 String title = null; in readEntry() local
111 String title = readText(parser); in readTitle() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java234 final CharSequence title = in updateMissingPrivateVolumes() local
265 final CharSequence title = mContext.getString( in onDiskScannedInternal() local
382 final CharSequence title = mContext.getString( in onVolumeChecking() local
404 final CharSequence title = disk.getDescription(); in onVolumeMounted() local
428 final CharSequence title = disk.getDescription(); in onVolumeMounted() local
458 final CharSequence title = mContext.getString( in onVolumeEjecting() local
471 final CharSequence title = mContext.getString( in onVolumeUnmountable() local
495 final CharSequence title = mContext.getString( in onVolumeRemoved() local
512 final CharSequence title = mContext.getString( in onVolumeBadRemoval() local
523 final CharSequence title; in onMoveProgress() local
[all …]
/frameworks/base/core/tests/coretests/src/android/debug/
DAdbNotificationsTest.java48 CharSequence title = mContext.getResources().getText( in testCreateNotification_UsbTransportType() local
68 CharSequence title = mContext.getResources().getText( in testCreateNotification_WifiTransportType() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/
DDesignLibUtil.java57 public static void setTitle(@NonNull View view, @Nullable String title) { in setTitle()
62 invoke(getMethod(view.getClass(), "setTitle", CharSequence.class), view, title); in setTitle() local
/frameworks/base/packages/SettingsLib/Spa/gallery/src/com/android/settingslib/spa/gallery/page/
DSliderPage.kt53 override val title = "Simple Slider" in <lambda>() constant
62 override val title = "Slider with icon" in <lambda>() constant
78 override val title = "Slider with changeable icon" in <lambda>() constant
95 override val title = "Slider with steps" in <lambda>() constant
110 override val title = TITLE in <lambda>() constant
DProgressBarPage.kt53 override val title = TITLE in buildInjectEntry() constant
88 override val title = "Large Progress Bar" in LargeProgressBar() constant
97 override val title = "Simple Progress Bar" in SimpleProgressBar() constant
106 override val title = "Progress Bar with Data" in ProgressBarWithData() constant
DIllustrationPage.kt47 override val title = "Lottie Illustration" in buildEntry() constant
60 override val title = "Image Illustration" in buildEntry() constant
77 override val title = TITLE in buildInjectEntry() constant
DChartPage.kt61 override val title = "Line Chart" in buildEntry() constant
90 override val title = "Bar Chart" in buildEntry() constant
120 override val title = "Pie Chart" in buildEntry() constant
142 override val title = TITLE in buildInjectEntry() constant
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DBiometricNotificationUtils.java67 final String title = in showReEnrollmentNotification() local
92 final String title = in showFaceEnrollNotification() local
116 final String title = in showFingerprintEnrollNotification() local
151 final String title = in showBadCalibrationNotification() local
168 private static void showNotificationHelper(Context context, String name, String title, in showNotificationHelper()
/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/app/
DCommonDemoActivity.kt39 val title = extras.getString(EXTRA_TITLE, "SilkFX") in onCreate() constant
/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/widget/preference/
DProgressBarPreferenceTest.kt42 override val title = "Title" in title_displayed() constant
53 override val title = "Title" in data_displayed() constant
66 override val title = "Title" in progressBar_displayed() constant
DPreferenceTest.kt53 override val title = TITLE in title_displayed() constant
67 override val title = TITLE in longSummary_notSingleLine_atLeastTwoLinesHeight() constant
87 override val title = TITLE in longSummary_notSingleLine_onlyOneLineHeight() constant
115 override val title = TITLE in click_enabled_withEffect() constant
130 override val title = TITLE in click_disabled_noEffect() constant
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DHeaderMixin.java66 public void setText(int title) { in setText()
78 public void setText(CharSequence title) { in setText()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/
DInputMethodSubtypePreference.java53 final CharSequence title, in InputMethodSubtypePreference()
88 final CharSequence title = getTitle(); in compareTo() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipSystemAction.java46 TvPipSystemAction(@ActionType int actionType, @StringRes int title, @DrawableRes int icon, in TvPipSystemAction()
58 boolean update(@StringRes int title, @DrawableRes int icon) { in update()
/frameworks/base/packages/SettingsLib/Spa/gallery/src/com/android/settingslib/spa/gallery/preference/
DSwitchPreferencePage.kt88 override val title = TITLE in <lambda>() constant
104 override val title = "SwitchPreference" in SampleSwitchPreference() constant
116 override val title = "SwitchPreference" in SampleSwitchPreferenceWithSummary() constant
133 override val title = "SwitchPreference" in SampleSwitchPreferenceWithAsyncSummary() constant
146 override val title = "SwitchPreference" in SampleNotChangeableSwitchPreference() constant
160 override val title = "SwitchPreference" in SampleSwitchPreferenceWithIcon() constant
DTwoTargetSwitchPreferencePage.kt79 override val title = TITLE in <lambda>() constant
95 override val title = "TwoTargetSwitchPreference" in SampleTwoTargetSwitchPreference() constant
107 override val title = "TwoTargetSwitchPreference" in SampleTwoTargetSwitchPreferenceWithSummary() constant
124 override val title = "TwoTargetSwitchPreference" in SampleTwoTargetSwitchPreferenceWithAsyncSummary() constant
137 override val title = "TwoTargetSwitchPreference" in SampleNotChangeableTwoTargetSwitchPreference() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/hdmi/
DHdmiCecSetMenuLanguageActivity.java62 CharSequence title = getString(R.string.hdmi_cec_set_menu_language_title, in onResume() local
78 void initUI(CharSequence title, CharSequence text) { in initUI()

12345678910>>...15