| /frameworks/base/packages/SettingsLib/Spa/screenshot/src/com/android/settingslib/spa/screenshot/widget/preference/ |
| D | PreferenceScreenshotTest.kt | 59 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
|
| D | SwitchPreferenceScreenshotTest.kt | 65 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
|
| D | SliderPreferenceScreenshotTest.kt | 51 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
|
| D | TwoTargetSwitchPreferenceScreenshotTest.kt | 50 override val title = "TwoTargetSwitchPreference" in getTestSpecs() constant 56 override val title = "TwoTargetSwitchPreference" in getTestSpecs() constant 63 override val title = "Not changeable" in getTestSpecs() constant
|
| D | ProgressBarPreferenceScreenshotTest.kt | 66 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/ |
| D | MainSwitchBarTest.java | 56 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/ |
| D | BiometricPromptRequestTest.kt | 22 val title = "what" in biometricRequestFromPromptInfo() constant 46 val title = "what" in credentialRequestFromPromptInfo() constant
|
| /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/ |
| D | StackOverflowXmlParser.java | 71 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/ |
| D | StorageNotification.java | 234 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/ |
| D | AdbNotificationsTest.java | 48 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/ |
| D | DesignLibUtil.java | 57 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/ |
| D | SliderPage.kt | 53 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
|
| D | ProgressBarPage.kt | 53 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
|
| D | IllustrationPage.kt | 47 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
|
| D | ChartPage.kt | 61 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/ |
| D | BiometricNotificationUtils.java | 67 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/ |
| D | CommonDemoActivity.kt | 39 val title = extras.getString(EXTRA_TITLE, "SilkFX") in onCreate() constant
|
| /frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/widget/preference/ |
| D | ProgressBarPreferenceTest.kt | 42 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
|
| D | PreferenceTest.kt | 53 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/ |
| D | HeaderMixin.java | 66 public void setText(int title) { in setText() 78 public void setText(CharSequence title) { in setText()
|
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/ |
| D | InputMethodSubtypePreference.java | 53 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/ |
| D | TvPipSystemAction.java | 46 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/ |
| D | SwitchPreferencePage.kt | 88 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
|
| D | TwoTargetSwitchPreferencePage.kt | 79 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/ |
| D | HdmiCecSetMenuLanguageActivity.java | 62 CharSequence title = getString(R.string.hdmi_cec_set_menu_language_title, in onResume() local 78 void initUI(CharSequence title, CharSequence text) { in initUI()
|