/frameworks/ex/common/java/com/android/common/ |
D | OperationScheduler.java | 64 private static final String PREFIX = "OperationScheduler_"; field in OperationScheduler 136 boolean enabledState = mStorage.getBoolean(PREFIX + "enabledState", true); in getNextTimeMillis() 139 boolean permanentError = mStorage.getBoolean(PREFIX + "permanentError", false); in getNextTimeMillis() 146 int errorCount = mStorage.getInt(PREFIX + "errorCount", 0); in getNextTimeMillis() 148 long lastSuccessTimeMillis = getTimeBefore(PREFIX + "lastSuccessTimeMillis", now); in getNextTimeMillis() 149 long lastErrorTimeMillis = getTimeBefore(PREFIX + "lastErrorTimeMillis", now); in getNextTimeMillis() 150 long triggerTimeMillis = mStorage.getLong(PREFIX + "triggerTimeMillis", Long.MAX_VALUE); in getNextTimeMillis() 151 long moratoriumSetMillis = getTimeBefore(PREFIX + "moratoriumSetTimeMillis", now); in getNextTimeMillis() 152 long moratoriumTimeMillis = getTimeBefore(PREFIX + "moratoriumTimeMillis", in getNextTimeMillis() 175 return mStorage.getLong(PREFIX + "lastSuccessTimeMillis", 0); in getLastSuccessTimeMillis() [all …]
|
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
D | FileRotatorTest.java | 56 private static final String PREFIX = "rotator"; field in FileRotatorTest 73 mBasePath, PREFIX, DAY_IN_MILLIS, WEEK_IN_MILLIS); in testEmpty() 91 mBasePath, PREFIX, DAY_IN_MILLIS, WEEK_IN_MILLIS); in testCombine() 112 mBasePath, PREFIX, DAY_IN_MILLIS, WEEK_IN_MILLIS); in testRotate() 144 mBasePath, PREFIX, MINUTE_IN_MILLIS, DAY_IN_MILLIS); in testDelete() 174 mBasePath, PREFIX, MINUTE_IN_MILLIS, DAY_IN_MILLIS); in testThrowRestoresBackup() 207 mBasePath, PREFIX, SECOND_IN_MILLIS, SECOND_IN_MILLIS); in testOtherFilesAndMalformed() 235 mBasePath, PREFIX, HOUR_IN_MILLIS, YEAR_IN_MILLIS); in testQueryMatch() 283 mBasePath, PREFIX, DAY_IN_MILLIS, YEAR_IN_MILLIS); in testClockRollingBackwards() 332 mBasePath, PREFIX, HOUR_IN_MILLIS, DAY_IN_MILLIS); in testFuzz() [all …]
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageHelperTests.java | 31 protected final String PREFIX = "android.content.pm"; field in PackageHelperTests 51 if (containers[i].startsWith(PREFIX)) { in cleanupContainers() 83 fullId = PREFIX; in testMountAndPullSdCard()
|
/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 | 68 .put(StructuredName.PREFIX, "AppropriatePrefix") in testStructuredNameBasic() 106 .put(StructuredName.PREFIX, "DoNotEmitPrefix1") in testStructuredNameUsePrimaryCommon() 115 .put(StructuredName.PREFIX, "AppropriatePrefix") in testStructuredNameUsePrimaryCommon() 129 .put(StructuredName.PREFIX, "DoNotEmitPrefix2") in testStructuredNameUsePrimaryCommon() 166 .put(StructuredName.PREFIX, "DoNotEmitPrefix1") in testStructuredNameUseSuperPrimaryCommon() 175 .put(StructuredName.PREFIX, "DoNotEmitPrefix2") in testStructuredNameUseSuperPrimaryCommon() 185 .put(StructuredName.PREFIX, "AppropriatePrefix") in testStructuredNameUseSuperPrimaryCommon() 194 .put(StructuredName.PREFIX, "DoNotEmitPrefix3") in testStructuredNameUseSuperPrimaryCommon() 236 .put(StructuredName.PREFIX, "AppropriatePrefix") in testStructuredNamePhoneticNameCommon() 301 .put(StructuredName.PREFIX, "DoNotEmitPrefix1") in testStructuredNameComplicatedCommon() [all …]
|
D | VCardJapanizationTests.java | 42 .put(StructuredName.PREFIX, "Dr.") in testNameUtf8Common() 70 .put(StructuredName.PREFIX, "Dr.") in testNameShiftJis() 92 .put(StructuredName.PREFIX, "Dr.") in testNameDoCoMo()
|
D | VCardImporterTests.java | 479 .put(StructuredName.PREFIX, "D") in testV21BackslashCase() 616 .put(StructuredName.PREFIX, "Pos") in testV21ComplicatedCase()
|
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/ |
D | typedefs.h | 165 #define PREFIX voAACEnc macro 168 #define ADD_PREFIX(func) LINK0(PREFIX, _, func)
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
D | MCCacheReader.cpp | 314 #define PRINT_SHA1(PREFIX, X, POSTFIX) \ in checkDependency() argument 315 ALOGE(PREFIX "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x" \ in checkDependency()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | PackageManagerSettingsTests.java | 48 protected final String PREFIX = "android.content.pm"; field in PackageManagerSettingsTests
|
/frameworks/compile/mclinker/ |
D | INSTALL | 123 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. 179 `configure' looks for `PREFIX/share/config.site' if it exists, then 180 `PREFIX/etc/config.site' if it exists. Or, you can set the
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardBuilder.java | 243 final String prefix = contentValues.getAsString(StructuredName.PREFIX); in containsNonEmptyName() 329 final String prefix = contentValues.getAsString(StructuredName.PREFIX); in appendNamePropertiesV40() 433 final String prefix = contentValues.getAsString(StructuredName.PREFIX); in appendNameProperties()
|
D | VCardEntry.java | 177 builder.withValue(StructuredName.PREFIX, mPrefix); in constructInsertOperation()
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 5190 public static final String PREFIX = DATA4; field in ContactsContract.CommonDataKinds.StructuredName
|
/frameworks/base/api/ |
D | 14.txt | 16472 field public static final java.lang.String PREFIX = "data4";
|
D | 15.txt | 16540 field public static final java.lang.String PREFIX = "data4";
|
D | current.txt | 17474 field public static final java.lang.String PREFIX = "data4";
|
D | 16.txt | 17474 field public static final java.lang.String PREFIX = "data4";
|