Home
last modified time | relevance | path

Searched defs:footer (Results 1 – 25 of 37) sorted by relevance

12

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
H A DChooseLockGenericTest.java171 FooterPreference footer = mFragment.findPreference(KEY_LOCK_SETTINGS_FOOTER); in updatePreferencesOrFinish_footerPreferenceAddedHighComplexityText() local
187 FooterPreference footer = mFragment.findPreference(KEY_LOCK_SETTINGS_FOOTER); in updatePreferencesOrFinish_footerPreferenceAddedMediumComplexityText() local
203 FooterPreference footer = mFragment.findPreference(KEY_LOCK_SETTINGS_FOOTER); in updatePreferencesOrFinish_footerPreferenceAddedLowComplexityText() local
219 FooterPreference footer = mFragment.findPreference(KEY_LOCK_SETTINGS_FOOTER); in updatePreferencesOrFinish_footerPreferenceAddedNoneComplexityText() local
230 FooterPreference footer = mFragment.findPreference(KEY_LOCK_SETTINGS_FOOTER); in updatePreferencesOrFinish_callingAppIsAdmin_deviceProvisioned_footerInvisible() local
241 FooterPreference footer = mFragment.findPreference(KEY_LOCK_SETTINGS_FOOTER); in updatePreferencesOrFinish_callingAppIsAdmin_deviceNotProvisioned_footerInvisible() local
398 FooterPreference footer = mFragment.findPreference(KEY_LOCK_SETTINGS_FOOTER); in updatePreferencesOrFinish_ComplexityIsReadFromDPM() local
418 FooterPreference footer = mFragment.findPreference(KEY_LOCK_SETTINGS_FOOTER); in updatePreferencesOrFinish_ComplexityIsMergedWithDPM() local
440 FooterPreference footer = mFragment.findPreference(KEY_LOCK_SETTINGS_FOOTER); in updatePreferencesOrFinish_ComplexityIsMergedWithDPM_AppIsHigher() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothDetailsMacAddressControllerTest.java46 FooterPreference footer = in macAddress() local
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListWithHeaders.java48 Button footer = new Button(this); in onCreate() local
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/homescreen/ui/
H A DTextBlockView.java31 public TextBlockView(CharSequence text, CharSequence footer) { in TextBlockView()
H A DDescriptiveTextView.java36 CharSequence footer) { in DescriptiveTextView()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DOpenSupportedLinks.java188 final FooterPreference footer = findPreference(FOOTER_KEY); in updateFooterPreference() local
197 void addLinksToFooter(FooterPreference footer) { in addLinksToFooter()
/aosp12/system/apex/apexd/
H A Dapex_file.cpp212 auto footer = std::make_unique<AvbFooter>(); in GetAvbFooter() local
277 const AvbFooter& footer, in VerifyVbMeta()
369 Result<std::unique_ptr<AvbFooter>> footer = GetAvbFooter(*this, fd); in VerifyApexVerity() local
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifLayout.java135 final int footer = a.getResourceId(R.styleable.SuwGlifLayout_suwFooter, 0); in init() local
177 public View inflateFooter(@LayoutRes int footer) { in inflateFooter()
/aosp12/system/extras/libfec/
H A Davb_utils.cpp37 AvbFooter footer; in parse_vbmeta_from_footer() local
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dcow_reader.cpp188 CowFooter* footer = &footer_.value(); in ParseOps() local
406 bool CowReader::GetFooter(CowFooter* footer) { in GetFooter()
H A Dinspect_cow.cpp99 CowFooter footer; in Inspect() local
/aosp12/system/update_engine/payload_generator/
H A Dpayload_generation_config_android.cc141 AvbFooter footer; in LoadVerityConfig() local
/aosp12/frameworks/base/libs/androidfw/
H A DObbFile.cpp136 char footer[kFooterTagSize]; in parseObbFile() local
/aosp12/packages/apps/Settings/src/com/android/settings/applications/specialaccess/premiumsms/
H A DPremiumSmsAccess.java154 FooterPreference footer = new FooterPreference(getPrefContext()); in updatePrefs() local
/aosp12/system/core/fs_mgr/libfs_avb/tests/
H A Davb_util_test.cpp79 std::unique_ptr<AvbFooter> footer = GetAvbFooter(fd); in SetVBMetaFlags() local
245 auto footer = GetAvbFooter(fd); in TEST_F() local
259 auto footer = GetAvbFooter(fd); in TEST_F() local
270 auto footer = GetAvbFooter(fd); in TEST_F() local
751 std::unique_ptr<AvbFooter> footer = GetAvbFooter(fd); in TEST_F() local
/aosp12/system/testing/gtest_extras/
H A DIsolate.cpp469 void Isolate::PrintResults(size_t total, const ResultsType& results, std::string* footer) { in PrintResults()
564 std::string footer; in PrintFooter() local
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationGroup.java171 public void setFooter(boolean footer) { in setFooter()
/aosp12/frameworks/base/core/java/android/util/apk/
H A DVerityBuilder.java156 ByteBuffer footer = ByteBuffer.allocate(CHUNK_SIZE_BYTES).order(ByteOrder.LITTLE_ENDIAN); in generateApkVerityRootHash() local
182 ByteBuffer footer = slice(result.verityData, result.merkleTreeSize, in generateApkVerity() local
/aosp12/system/core/fs_mgr/libfs_avb/
H A Davb_util.cpp349 auto footer = std::make_unique<AvbFooter>(); in GetAvbFooter() local
462 std::unique_ptr<AvbFooter> footer = GetAvbFooter(fd); in VerifyVBMetaData() local
/aosp12/system/core/fastboot/device/
H A Dflashing.cpp131 std::string footer; in CopyAVBFooter() local
/aosp12/bootable/recovery/install/
H A Dverifier.cpp133 uint8_t footer[FOOTER_SIZE]; in verify_file() local
/aosp12/frameworks/av/media/img_utils/src/
H A DTiffIfd.cpp124 uint32_t footer = (mNextIfd != NULL) ? offset + getSize() : 0; in writeData() local
/aosp12/frameworks/av/drm/libmediadrm/
H A DDrmUtils.cpp331 std::string footer("End of DRM Plugin Log"); in GetExceptionMessage() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetail.java130 QSFooter footer, FalsingManager falsingManager) { in setQsPanel()
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DFillResponse.java630 public Builder setFooter(@NonNull RemoteViews footer) { in setFooter()

12