/frameworks/base/core/java/android/app/admin/ |
D | DevicePolicyResources.java | 164 private static final String PREFIX = "Settings."; field in DevicePolicyResources.Strings.Settings 170 PREFIX + "FACE_SETTINGS_FOR_WORK_TITLE"; 176 PREFIX + "WORK_PROFILE_FINGERPRINT_LAST_DELETE_MESSAGE"; 184 PREFIX + "WORK_PROFILE_IT_ADMIN_CANT_RESET_SCREEN_LOCK"; 190 PREFIX + "WORK_PROFILE_IT_ADMIN_CANT_RESET_SCREEN_LOCK_ACTION"; 196 PREFIX + "WORK_PROFILE_SCREEN_LOCK_SETUP_MESSAGE"; 203 PREFIX + "WORK_PROFILE_SET_UNLOCK_LAUNCH_PICKER_TITLE"; 210 PREFIX + "WORK_PROFILE_LAST_PATTERN_ATTEMPT_BEFORE_WIPE"; 217 PREFIX + "WORK_PROFILE_LAST_PIN_ATTEMPT_BEFORE_WIPE"; 224 PREFIX + "WORK_PROFILE_LAST_PASSWORD_ATTEMPT_BEFORE_WIPE"; [all …]
|
/frameworks/ex/common/java/com/android/common/ |
D | OperationScheduler.java | 75 private static final String PREFIX = "OperationScheduler_"; field in OperationScheduler 151 boolean enabledState = mStorage.getBoolean(PREFIX + "enabledState", true); in getNextTimeMillis() 154 boolean permanentError = mStorage.getBoolean(PREFIX + "permanentError", false); in getNextTimeMillis() 161 int errorCount = mStorage.getInt(PREFIX + "errorCount", 0); in getNextTimeMillis() 163 long lastSuccessTimeMillis = getTimeBefore(PREFIX + "lastSuccessTimeMillis", now); in getNextTimeMillis() 164 long lastErrorTimeMillis = getTimeBefore(PREFIX + "lastErrorTimeMillis", now); in getNextTimeMillis() 165 long triggerTimeMillis = mStorage.getLong(PREFIX + "triggerTimeMillis", Long.MAX_VALUE); in getNextTimeMillis() 166 long moratoriumSetMillis = getTimeBefore(PREFIX + "moratoriumSetTimeMillis", now); in getNextTimeMillis() 167 long moratoriumTimeMillis = getTimeBefore(PREFIX + "moratoriumTimeMillis", in getNextTimeMillis() 200 return mStorage.getLong(PREFIX + "lastSuccessTimeMillis", 0); in getLastSuccessTimeMillis() [all …]
|
/frameworks/compile/slang/ |
D | rs_cc_options.cpp | 39 #define PREFIX(NAME, VALUE) macro 40 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument 46 #undef PREFIX 49 #define PREFIX(NAME, VALUE) const char *const NAME[] = VALUE; macro 50 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument 54 #undef PREFIX 57 #define PREFIX(NAME, VALUE) macro 58 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument 61 PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, llvm::opt::Option::KIND##Class, \ 67 #undef PREFIX
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | FileRotatorTest.java | 55 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 …]
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | PackageUtil.java | 45 public static final String PREFIX="com.android.packageinstaller."; field in PackageUtil 46 public static final String INTENT_ATTR_INSTALL_STATUS = PREFIX+"installStatus"; 47 public static final String INTENT_ATTR_APPLICATION_INFO=PREFIX+"applicationInfo"; 48 public static final String INTENT_ATTR_PERMISSIONS_LIST=PREFIX+"PermissionsList"; 50 public static final String INTENT_ATTR_PACKAGE_NAME=PREFIX+"PackageName";
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/d2d/ |
D | Timeouts.java | 60 private static final String PREFIX = "telephony.d2d."; field in Timeouts 72 return Settings.Secure.getLong(contentResolver, PREFIX + key, defaultValue); in get()
|
/frameworks/base/core/java/android/security/net/config/ |
D | NetworkSecurityConfigProvider.java | 28 private static final String PREFIX = field in NetworkSecurityConfigProvider 34 put("TrustManagerFactory.PKIX", PREFIX + "RootTrustManagerFactorySpi"); in NetworkSecurityConfigProvider()
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardTestUtilsTests.java | 63 .put(StructuredName.PREFIX, "D") in testShouldFailAtContentValueVerification() 84 .put(StructuredName.PREFIX, "\n") in testShouldFailAtLineVerification()
|
D | VCardExporterTests.java | 69 .put(StructuredName.PREFIX, "AppropriatePrefix") in testStructuredNameBasic() 107 .put(StructuredName.PREFIX, "DoNotEmitPrefix1") in testStructuredNameUsePrimaryCommon() 116 .put(StructuredName.PREFIX, "AppropriatePrefix") in testStructuredNameUsePrimaryCommon() 130 .put(StructuredName.PREFIX, "DoNotEmitPrefix2") in testStructuredNameUsePrimaryCommon() 167 .put(StructuredName.PREFIX, "DoNotEmitPrefix1") in testStructuredNameUseSuperPrimaryCommon() 176 .put(StructuredName.PREFIX, "DoNotEmitPrefix2") in testStructuredNameUseSuperPrimaryCommon() 186 .put(StructuredName.PREFIX, "AppropriatePrefix") in testStructuredNameUseSuperPrimaryCommon() 195 .put(StructuredName.PREFIX, "DoNotEmitPrefix3") in testStructuredNameUseSuperPrimaryCommon() 237 .put(StructuredName.PREFIX, "AppropriatePrefix") in testStructuredNamePhoneticNameCommon() 302 .put(StructuredName.PREFIX, "DoNotEmitPrefix1") in testStructuredNameComplicatedCommon() [all …]
|
D | VCardJapanizationTests.java | 43 .put(StructuredName.PREFIX, "Dr.") in testNameUtf8Common() 71 .put(StructuredName.PREFIX, "Dr.") in testNameShiftJis() 93 .put(StructuredName.PREFIX, "Dr.") in testNameDoCoMo()
|
D | VCardImporterTests.java | 479 .put(StructuredName.PREFIX, "D") in testV21BackslashCase() 661 .put(StructuredName.PREFIX, "Pos") in testComplicatedCase()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
D | UserFileManagerImpl.kt | 52 private const val PREFIX = "__USER_" in <lambda>() constant 84 return PREFIX + userId.toString() + "_" in <lambda>() 176 name.startsWith(PREFIX) && in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | CustomTile.java | 75 public static final String PREFIX = "custom("; field in CustomTile 525 return PREFIX + name.flattenToShortString() + ")"; in toSpec() 529 final String action = spec.substring(PREFIX.length(), spec.length() - 1); in getComponentFromSpec() 537 if (spec == null || !spec.startsWith(PREFIX) || !spec.endsWith(")")) { in getAction() 540 final String action = spec.substring(PREFIX.length(), spec.length() - 1); in getAction()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | TileStateToProto.kt | 29 if (spec.startsWith(CustomTile.PREFIX)) { in QSTile()
|
D | QSTileHost.java | 399 if (spec.startsWith(CustomTile.PREFIX)) { in removeTile() 507 if (!tileSpec.startsWith(CustomTile.PREFIX)) continue; in changeTilesByUser()
|
/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/ |
D | LinkPropertiesUtilsTest.java | 51 private static final IpPrefix PREFIX = new IpPrefix(toInetAddress("75.208.6.0"), 24); field in LinkPropertiesUtilsTest 64 private static final RouteInfo RT_INFO1 = new RouteInfo(PREFIX, GATEWAY1, IF_NAME); 65 private static final RouteInfo RT_INFO2 = new RouteInfo(PREFIX, GATEWAY2, IF_NAME);
|
/frameworks/base/telephony/java/android/telephony/ |
D | CarrierConfigManager.java | 4043 public static final String PREFIX = "opportunistic."; field in CarrierConfigManager.OpportunisticNetwork 4056 PREFIX + "entry_threshold_ss_rsrp_int"; 4070 PREFIX + "entry_threshold_ss_rsrp_int_bundle"; 4083 PREFIX + "entry_threshold_ss_rsrq_double"; 4097 PREFIX + "entry_threshold_ss_rsrq_double_bundle"; 4110 PREFIX + "exit_threshold_ss_rsrp_int"; 4123 PREFIX + "exit_threshold_ss_rsrp_int_bundle"; 4136 PREFIX + "exit_threshold_ss_rsrq_double"; 4149 PREFIX + "exit_threshold_ss_rsrq_double_bundle"; 4158 PREFIX + "5g_data_switch_hysteresis_time_long"; [all …]
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Main.cpp | 67 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument 77 #define PREFIX(NAME, VALUE) \ macro 80 #undef PREFIX 120 #define PREFIX(NAME, VALUE) \ macro 123 #undef PREFIX 126 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument 128 { PREFIX, NAME, HELPTEXT, METAVAR, kOpt_ ## ID, \
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSFactoryImpl.java | 90 if (tileSpec.startsWith(CustomTile.PREFIX)) { in createTileInternal()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
D | TileQueryHelper.java | 128 if (spec.startsWith(CustomTile.PREFIX)) continue; in addCurrentAndStockTiles()
|
D | TileAdapter.java | 552 if (spec.startsWith(CustomTile.PREFIX)) { in strip()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | AutoTileManager.java | 493 if (mSpec.startsWith(CustomTile.PREFIX)) { in handleValueChanged()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardBuilder.java | 209 final String prefix = contentValues.getAsString(StructuredName.PREFIX); in containsNonEmptyName() 295 final String prefix = contentValues.getAsString(StructuredName.PREFIX); in appendNamePropertiesV40() 399 final String prefix = contentValues.getAsString(StructuredName.PREFIX); in appendNameProperties()
|
D | VCardEntry.java | 190 builder.withValue(StructuredName.PREFIX, mPrefix); in constructInsertOperation()
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 6019 public static final String PREFIX = DATA4; field in ContactsContract.CommonDataKinds.StructuredName
|