Home
last modified time | relevance | path

Searched refs:footer (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DChooseLockGenericTest.java171 FooterPreference footer = mFragment.findPreference(KEY_LOCK_SETTINGS_FOOTER); in updatePreferencesOrFinish_footerPreferenceAddedHighComplexityText() local
173 assertThat(footer.getTitle()).isEqualTo(expectedTitle); in updatePreferencesOrFinish_footerPreferenceAddedHighComplexityText()
187 FooterPreference footer = mFragment.findPreference(KEY_LOCK_SETTINGS_FOOTER); in updatePreferencesOrFinish_footerPreferenceAddedMediumComplexityText() local
189 assertThat(footer.getTitle()).isEqualTo(expectedTitle); in updatePreferencesOrFinish_footerPreferenceAddedMediumComplexityText()
203 FooterPreference footer = mFragment.findPreference(KEY_LOCK_SETTINGS_FOOTER); in updatePreferencesOrFinish_footerPreferenceAddedLowComplexityText() local
205 assertThat(footer.getTitle()).isEqualTo(expectedTitle); in updatePreferencesOrFinish_footerPreferenceAddedLowComplexityText()
219 FooterPreference footer = mFragment.findPreference(KEY_LOCK_SETTINGS_FOOTER); in updatePreferencesOrFinish_footerPreferenceAddedNoneComplexityText() local
221 assertThat(footer.getTitle()).isEqualTo(expectedTitle); in updatePreferencesOrFinish_footerPreferenceAddedNoneComplexityText()
230 FooterPreference footer = mFragment.findPreference(KEY_LOCK_SETTINGS_FOOTER); in updatePreferencesOrFinish_callingAppIsAdmin_deviceProvisioned_footerInvisible() local
231 assertThat(footer.isVisible()).isFalse(); in updatePreferencesOrFinish_callingAppIsAdmin_deviceProvisioned_footerInvisible()
[all …]
/packages/apps/Settings/src/com/android/settings/applications/
DOpenSupportedLinks.java188 final FooterPreference footer = findPreference(FOOTER_KEY); in updateFooterPreference() local
189 if (footer == null) { in updateFooterPreference()
193 addLinksToFooter(footer); in updateFooterPreference()
197 void addLinksToFooter(FooterPreference footer) { in addLinksToFooter() argument
203 CharSequence title = footer.getTitle() + System.lineSeparator(); in addLinksToFooter()
207 footer.setTitle(title); in addLinksToFooter()
/packages/modules/Virtualization/microdroid_manager/src/payload/
Dapex.rs98 let mut footer: AvbFooter = unsafe { zeroed() }; in from() localVariable
101 let footer_slice = from_raw_parts_mut(&mut footer as *mut _ as *mut u8, FOOTER_SIZE); in from()
103 ensure!(avb_footer_validate_and_byteswap(&footer, &mut footer)); in from()
106 image.seek(SeekFrom::Start(offset + footer.vbmeta_offset))?; in from()
107 let vbmeta_size = footer.vbmeta_size as usize; in from()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DManageCachePage.java118 View footer = mActivity.findViewById(R.id.footer);
119 if (footer != null) {
121 footer.getLocationOnScreen(location);
222 FrameLayout layout = (FrameLayout) ((Activity) mActivity).findViewById(R.id.footer); in onConfigurationChanged()
242 FrameLayout layout = (FrameLayout) ((Activity) mActivity).findViewById(R.id.footer); in onPause()
266 FrameLayout layout = (FrameLayout) ((Activity) mActivity).findViewById(R.id.footer); in onResume()
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/face/
DFaceEnrollEducationTest.java150 FooterBarMixin footer = getGlifLayout().getMixin(FooterBarMixin.class); in testFaceEnrollEducation_showFooterPrimaryButton() local
151 FooterButton footerButton = footer.getPrimaryButton(); in testFaceEnrollEducation_showFooterPrimaryButton()
161 FooterBarMixin footer = getGlifLayout().getMixin(FooterBarMixin.class); in testFaceEnrollEducation_showFooterSecondaryButton() local
162 FooterButton footerButton = footer.getSecondaryButton(); in testFaceEnrollEducation_showFooterSecondaryButton()
DFaceEnrollIntroductionTest.java333 FooterBarMixin footer = getGlifLayout(mActivity).getMixin(FooterBarMixin.class); in testFaceEnrollIntroduction_showFooterPrimaryButton() local
334 FooterButton footerButton = footer.getPrimaryButton(); in testFaceEnrollIntroduction_showFooterPrimaryButton()
345 FooterBarMixin footer = getGlifLayout(mActivity).getMixin(FooterBarMixin.class); in testFaceEnrollIntroduction_notShowFooterSecondaryButton() local
346 FooterButton footerButton = footer.getSecondaryButton(); in testFaceEnrollIntroduction_notShowFooterSecondaryButton()
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/homescreen/ui/
DTextBlockView.java31 public TextBlockView(CharSequence text, CharSequence footer) { in TextBlockView() argument
33 mFooter = footer; in TextBlockView()
DDescriptiveTextView.java36 CharSequence footer) { in DescriptiveTextView() argument
40 mFooter = footer; in DescriptiveTextView()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsMacAddressControllerTest.java48 FooterPreference footer = in macAddress() local
50 assertThat(footer.getTitle().toString()).endsWith(mDeviceConfig.getAddress()); in macAddress()
/packages/apps/Settings/src/com/android/settings/password/
DChooseLockGeneric.java621 final FooterPreference footer = findPreference(KEY_LOCK_SETTINGS_FOOTER); in addPreferences() local
623 footer.setVisible(true); in addPreferences()
624 footer.setTitle(getFooterString()); in addPreferences()
633 footer.setVisible(true); in addPreferences()
634 footer.setTitle(description); in addPreferences()
655 footer.setLearnMoreText(setLockText); in addPreferences()
656 footer.setLearnMoreAction(setLockClickListener); in addPreferences()
658 footer.setVisible(false); in addPreferences()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/premiumsms/
DPremiumSmsAccess.java152 FooterPreference footer = new FooterPreference(getPrefContext()); in updatePrefs() local
153 footer.setTitle(R.string.premium_sms_warning); in updatePrefs()
154 screen.addPreference(footer); in updatePrefs()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationGroup.java173 public void setFooter(boolean footer) { in setFooter() argument
174 mIsFooter = footer; in setFooter()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintSettings.java607 final FooterPreference footer = new FooterPreference.Builder(context) in createFooterPreference() local
610 footer.setIconVisibility(View.GONE); in createFooterPreference()
613 footer.setLearnMoreAction(column.mLearnMoreClickListener); in createFooterPreference()
615 footer.setLearnMoreText(column.mLearnMoreOverrideText); in createFooterPreference()
618 root.addPreference(footer); in createFooterPreference()
/packages/modules/Virtualization/microdroid/payload/
DREADME.md65 payload-footer.img
/packages/modules/Bluetooth/system/gd/packet/parser/test/
Dbig_endian_test_packets.pdl10 footer : 8,
Dtest_packets.pdl10 footer : 8,
Dgenerated_packet_test.cc99 uint8_t footer = 0xb1; in TEST() local
100 auto packet = ChildBuilder::Create(field_name, footer); in TEST()
192 uint8_t footer = 0xb1; in TEST() local
193 auto packet = ChildBuilder::Create(field_name, footer); in TEST()
/packages/modules/Virtualization/virtualizationservice/src/
Daidl.rs577 &composite_image_filenames.footer, in assemble_disk_image()
666 footer: temporary_directory.join(format!("composite-{}-footer.img", id)), in make_composite_image_filenames()
678 footer: PathBuf, field
/packages/modules/Bluetooth/system/gd/docs/architecture/
Darchitecture.md236 footer : 8, // fiexed size footer of 8 bits
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in1101 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1103 # footer. See HTML_HEADER for more information on how to generate a default
1104 # footer and what special commands can be used inside the footer. See also
1105 # section "Doxygen usage" for information on how to generate the default footer
1109 HTML_FOOTER = ./doc/misc/footer.html
1174 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1675 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
1676 # generated LaTeX document. The footer should contain everything after the last
1677 # chapter. If it is left blank doxygen will generate a standard footer.
1679 # Note: Only use a user-defined footer if you know what you are doing!
/packages/modules/Virtualization/microdroid/
DAndroid.bp490 // 3. Add the hash footer. The partition size is set to (image size + 68KB)
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile826 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
828 # standard footer.
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile826 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
828 # standard footer.
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...

12