Home
last modified time | relevance | path

Searched refs:PREFIX (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyResources.java329 PREFIX + "WORK_PROFILE_CONFIRM_PIN";
355 PREFIX + "WORK_PROFILE_PIN_REQUIRED";
572 PREFIX + "ONLY_CONNECT_TRUSTED_APPS";
583 PREFIX + "CONNECT_APPS_DIALOG_TITLE";
774 PREFIX + "DEVICE_MANAGED_WITH_NAME";
780 PREFIX + "WORK_PROFILE_APP_SUBTEXT";
826 PREFIX + "MANAGE_DEVICE_ADMIN_APPS";
904 PREFIX + "NEW_DEVICE_ADMIN_WARNING";
1184 PREFIX + "CLONE_CATEGORY_HEADER";
1252 PREFIX + "SPELL_CHECKER_FOR_WORK";
[all …]
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DFileRotatorTest.java55 private static final String PREFIX = "rotator"; field in FileRotatorTest
72 mBasePath, PREFIX, DAY_IN_MILLIS, WEEK_IN_MILLIS); in testEmpty()
90 mBasePath, PREFIX, DAY_IN_MILLIS, WEEK_IN_MILLIS); in testCombine()
111 mBasePath, PREFIX, DAY_IN_MILLIS, WEEK_IN_MILLIS); in testRotate()
143 mBasePath, PREFIX, MINUTE_IN_MILLIS, DAY_IN_MILLIS); in testDelete()
173 mBasePath, PREFIX, MINUTE_IN_MILLIS, DAY_IN_MILLIS); in testThrowRestoresBackup()
206 mBasePath, PREFIX, SECOND_IN_MILLIS, SECOND_IN_MILLIS); in testOtherFilesAndMalformed()
234 mBasePath, PREFIX, HOUR_IN_MILLIS, YEAR_IN_MILLIS); in testQueryMatch()
282 mBasePath, PREFIX, DAY_IN_MILLIS, YEAR_IN_MILLIS); in testClockRollingBackwards()
331 mBasePath, PREFIX, HOUR_IN_MILLIS, DAY_IN_MILLIS); in testFuzz()
[all …]
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DPackageUtil.java58 public static final String PREFIX="com.android.packageinstaller."; field in PackageUtil
59 public static final String INTENT_ATTR_INSTALL_STATUS = PREFIX+"installStatus";
60 public static final String INTENT_ATTR_APPLICATION_INFO=PREFIX+"applicationInfo";
61 public static final String INTENT_ATTR_PERMISSIONS_LIST=PREFIX+"PermissionsList";
63 public static final String INTENT_ATTR_PACKAGE_NAME=PREFIX+"PackageName";
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/shared/
H A DTileSpec.kt78 get() = startsWith(CustomTile.PREFIX)
86 val extracted = substring(CustomTile.PREFIX.length, length - 1)
/aosp14/frameworks/base/core/java/android/security/net/config/
H A DNetworkSecurityConfigProvider.java28 private static final String PREFIX = field in NetworkSecurityConfigProvider
34 put("TrustManagerFactory.PKIX", PREFIX + "RootTrustManagerFactorySpi"); in NetworkSecurityConfigProvider()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DUserFileManagerImpl.kt52 private const val PREFIX = "__USER_"
84 return PREFIX + userId.toString() + "_"
176 name.startsWith(PREFIX) &&
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java76 public static final String PREFIX = "custom("; field in CustomTile
527 return PREFIX + name.flattenToShortString() + ")"; in toSpec()
531 final String action = spec.substring(PREFIX.length(), spec.length() - 1); in getComponentFromSpec()
539 if (spec == null || !spec.startsWith(PREFIX) || !spec.endsWith(")")) { in getAction()
542 final String action = spec.substring(PREFIX.length(), spec.length() - 1); in getAction()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DTileStateToProto.kt29 if (spec.startsWith(CustomTile.PREFIX)) {
H A DQSTileHost.java378 if (spec.startsWith(CustomTile.PREFIX)) { in removeTile()
487 if (!tileSpec.startsWith(CustomTile.PREFIX)) continue; in changeTilesByUser()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DCarrierConfigManager.java4159 public static final String PREFIX = "opportunistic."; field in CarrierConfigManager.OpportunisticNetwork
4172 PREFIX + "entry_threshold_ss_rsrp_int";
4186 PREFIX + "entry_threshold_ss_rsrp_int_bundle";
4199 PREFIX + "entry_threshold_ss_rsrq_double";
4226 PREFIX + "exit_threshold_ss_rsrp_int";
4239 PREFIX + "exit_threshold_ss_rsrp_int_bundle";
4252 PREFIX + "exit_threshold_ss_rsrq_double";
4274 PREFIX + "5g_data_switch_hysteresis_time_long";
4326 PREFIX + "5g_backoff_time_long";
4339 PREFIX + "5g_max_backoff_time_long";
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSFactoryImpl.java90 if (tileSpec.startsWith(CustomTile.PREFIX)) { in createTileInternal()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileQueryHelper.java128 if (spec.startsWith(CustomTile.PREFIX)) continue; in addCurrentAndStockTiles()
H A DTileAdapter.java563 if (spec.startsWith(CustomTile.PREFIX)) { in strip()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAutoTileManager.java501 if (mSpec.startsWith(CustomTile.PREFIX)) { in handleValueChanged()
/aosp14/frameworks/base/core/java/android/provider/
H A DContactsContract.java6041 public static final String PREFIX = DATA4; field in ContactsContract.CommonDataKinds.StructuredName
/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.txt36257 field public static final String PREFIX = "data4";
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48587 Landroid/security/net/config/NetworkSecurityConfigProvider;->PREFIX:Ljava/lang/String;