Home
last modified time | relevance | path

Searched refs:SAFE_STRING_FLAG_FIRST_LINE (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageItemInfo.java19 import static android.text.TextUtils.SAFE_STRING_FLAG_FIRST_LINE;
106 public static final int SAFE_LABEL_FLAG_FIRST_LINE = SAFE_STRING_FLAG_FIRST_LINE;
208 | SAFE_STRING_FLAG_FIRST_LINE); in loadLabel()
241 | SAFE_STRING_FLAG_FIRST_LINE); in loadSafeLabel()
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
H A DDataConverter.kt73 TextUtils.SAFE_STRING_FLAG_FIRST_LINE or TextUtils.SAFE_STRING_FLAG_TRIM
99 TextUtils.SAFE_STRING_FLAG_FIRST_LINE or TextUtils.SAFE_STRING_FLAG_TRIM
110 TextUtils.SAFE_STRING_FLAG_FIRST_LINE or TextUtils.SAFE_STRING_FLAG_TRIM
125 TextUtils.SAFE_STRING_FLAG_FIRST_LINE or TextUtils.SAFE_STRING_FLAG_TRIM
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DPackageInstalledNotificationUtils.java112 | TextUtils.SAFE_STRING_FLAG_FIRST_LINE).toString(); in getAppLabel()
/aosp14/frameworks/base/core/java/android/text/
H A DTextUtils.java109 SAFE_STRING_FLAG_FIRST_LINE})
134 public static final int SAFE_STRING_FLAG_FIRST_LINE = 0x4; field in TextUtils
2403 boolean onlyKeepFirstLine = ((flags & SAFE_STRING_FLAG_FIRST_LINE) != 0); in makeSafeForPresentation()
2411 | SAFE_STRING_FLAG_SINGLE_LINE | SAFE_STRING_FLAG_FIRST_LINE); in makeSafeForPresentation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
H A DPrivacyDialogV2.kt432 TextUtils.SAFE_STRING_FLAG_FIRST_LINE or TextUtils.SAFE_STRING_FLAG_TRIM
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt47744 field public static final int SAFE_STRING_FLAG_FIRST_LINE = 4; // 0x4