Home
last modified time | relevance | path

Searched defs:fallback (Results 1 – 25 of 52) sorted by relevance

123

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/prefs/
H A DLocalPreferences.java42 @ViewMode int fallback) { in getViewMode()
47 public static boolean getShowHiddenFiles(Context context, boolean fallback) { in getShowHiddenFiles()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DTypeface_Builder_Delegate.java39 @Nullable FontVariationAxis[] axes, int weight, int italic, String fallback) { in createAssetUid()
/aosp12/packages/services/Car/service/src/com/android/car/user/
H A DInitialUserSetter.java361 private void replaceUser(InitialUserInfo info, boolean fallback) { in replaceUser()
384 private void executeDefaultBehavior(@NonNull InitialUserInfo info, boolean fallback) { in executeDefaultBehavior()
405 void fallbackDefaultBehavior(@NonNull InitialUserInfo info, boolean fallback, in fallbackDefaultBehavior()
418 private void switchUser(@NonNull InitialUserInfo info, boolean fallback) { in switchUser()
542 private void createAndSwitchUser(@NonNull InitialUserInfo info, boolean fallback) { in createAndSwitchUser()
/aosp12/frameworks/base/graphics/java/android/graphics/fonts/
H A DSystemFonts.java111 ArrayList<FontConfig.Font> fallback = specificFallbackFonts.get(fallbackName); in pushFamilyToFallback() local
126 final ArrayList<FontConfig.Font> fallback = specificFallbackFonts.get(name); in pushFamilyToFallback() local
205 final ArrayList<FontFamily> fallback = new ArrayList<>(); in appendNamedFamily() local
/aosp12/bionic/linker/arch/arm64/
H A Dtlsdesc_resolver.S78 .fallback: label
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
H A DCachingLogic.java37 default CharSequence getDescription(T object, CharSequence fallback) { in getDescription()
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DCursorPhotoSource.java36 public CursorPhotoSource(Context context, SharedPreferences settings, PhotoSource fallback) { in CursorPhotoSource()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/
H A DShortcutCachingLogic.java62 public CharSequence getDescription(ShortcutInfo object, CharSequence fallback) { in getDescription()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestActionHandler.java59 public boolean openItem(ItemDetails<String> doc, @ViewType int type, @ViewType int fallback) { in openItem()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
H A DLocaleUtils.java207 Locale fallback = target; in lookupFallback() local
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/
H A DNeuralNetworksShim.cpp178 ANeuralNetworksShimRegistrationParams* registrationParams, bool fallback) { in ANeuralNetworksShimRegistrationParams_fallbackToMinimumSupportDevice()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/states/
H A DStateAnimationConfig.java107 public Interpolator getInterpolator(@AnimType int animId, Interpolator fallback) { in getInterpolator()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DActionHandler.java200 @ViewType int fallback) { in openItem()
214 public boolean openDocument(DocumentInfo doc, @ViewType int type, @ViewType int fallback) { in openDocument()
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DABitReader.cpp60 uint32_t ABitReader::getBitsWithFallback(size_t n, uint32_t fallback) { in getBitsWithFallback()
H A Davc_utils.cpp44 unsigned parseUEWithFallback(ABitReader *br, unsigned fallback) { in parseUEWithFallback()
68 signed parseSEWithFallback(ABitReader *br, signed fallback) { in parseSEWithFallback()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DPeopleHelper.java156 public String findNamePrefix(@NonNull CharSequence name, String fallback) { in findNamePrefix()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierInfoManager.java72 boolean fallback, in getCarrierInfoForImsiEncryption()
/aosp12/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/loader/
H A DTmaLoaderUtils.java72 JSONObject json, K key, Map<String, E> enumMap, E fallback) { in getEnum()
/aosp12/frameworks/native/cmds/installd/
H A Dutils.cpp77 ino_t ce_data_inode, const std::string& fallback) { in resolve_ce_path_by_inode_or_fallback()
135 auto fallback = create_data_user_ce_package_path(volume_uuid, user, package_name); in create_data_user_ce_package_path() local
219 auto fallback = create_data_misc_ce_rollback_package_path(volume_uuid, user, snapshot_id, in create_data_misc_ce_rollback_package_path() local
782 auto fallback = StringPrintf("%s/%s", parent.c_str(), name); in read_path_inode() local
/aosp12/frameworks/base/core/proto/android/server/vibrator/
H A Dvibratormanagerservice.proto44 optional int32 fallback = 3; field
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DPreparedModel.cpp155 auto fallback = [preparedModel = std::move(self)]( in configureExecutionBurst() local
/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/
H A DFontListParserTest.java74 public void fallback() throws Exception { in fallback() method in FontListParserTest
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DTransportManager.java184 void onCompleted(boolean success, boolean fallback); in onCompleted()
/aosp12/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DFontManagerService.java328 final Map<String, FontFamily[]> fallback = in serializeFontMap() local
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DActionHandler.java129 boolean openItem(ItemDetails<String> doc, @ViewType int type, @ViewType int fallback); in openItem()

123