Searched refs:PREFIX (Results 1 - 16 of 16) sorted by relevance

/frameworks/ex/common/java/com/android/common/
H A DOperationScheduler.java76 private static final String PREFIX = "OperationScheduler_"; field in class:OperationScheduler
152 boolean enabledState = mStorage.getBoolean(PREFIX + "enabledState", true);
155 boolean permanentError = mStorage.getBoolean(PREFIX + "permanentError", false);
162 int errorCount = mStorage.getInt(PREFIX + "errorCount", 0);
164 long lastSuccessTimeMillis = getTimeBefore(PREFIX + "lastSuccessTimeMillis", now);
165 long lastErrorTimeMillis = getTimeBefore(PREFIX + "lastErrorTimeMillis", now);
166 long triggerTimeMillis = mStorage.getLong(PREFIX + "triggerTimeMillis", Long.MAX_VALUE);
167 long moratoriumSetMillis = getTimeBefore(PREFIX + "moratoriumSetTimeMillis", now);
168 long moratoriumTimeMillis = getTimeBefore(PREFIX + "moratoriumTimeMillis",
204 return mStorage.getLong(PREFIX
[all...]
/frameworks/compile/slang/
H A Drs_cc_options.cpp38 #define PREFIX(NAME, VALUE) macro
39 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
45 #undef PREFIX macro
48 #define PREFIX(NAME, VALUE) const char *const NAME[] = VALUE; macro
49 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
53 #undef PREFIX macro
56 #define PREFIX(NAME, VALUE) macro
57 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
60 PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, llvm::opt::Option::KIND##Class, \
66 #undef PREFIX macro
[all...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageHelperTests.java33 protected final String PREFIX = "android.content.pm"; field in class:PackageHelperTests
53 if (containers[i].startsWith(PREFIX)) {
85 fullId = PREFIX;
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFileRotatorTest.java58 private static final String PREFIX = "rotator"; field in class:FileRotatorTest
75 mBasePath, PREFIX, DAY_IN_MILLIS, WEEK_IN_MILLIS);
93 mBasePath, PREFIX, DAY_IN_MILLIS, WEEK_IN_MILLIS);
114 mBasePath, PREFIX, DAY_IN_MILLIS, WEEK_IN_MILLIS);
146 mBasePath, PREFIX, MINUTE_IN_MILLIS, DAY_IN_MILLIS);
176 mBasePath, PREFIX, MINUTE_IN_MILLIS, DAY_IN_MILLIS);
209 mBasePath, PREFIX, SECOND_IN_MILLIS, SECOND_IN_MILLIS);
237 mBasePath, PREFIX, HOUR_IN_MILLIS, YEAR_IN_MILLIS);
285 mBasePath, PREFIX, DAY_IN_MILLIS, YEAR_IN_MILLIS);
334 mBasePath, PREFIX, HOUR_IN_MILLI
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dtypedefs.h165 #define PREFIX voAACEnc macro
168 #define ADD_PREFIX(func) LINK0(PREFIX, _, func)
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardTestUtilsTests.java63 .put(StructuredName.PREFIX, "D")
84 .put(StructuredName.PREFIX, "\n")
H A DVCardExporterTests.java68 .put(StructuredName.PREFIX, "AppropriatePrefix")
106 .put(StructuredName.PREFIX, "DoNotEmitPrefix1")
115 .put(StructuredName.PREFIX, "AppropriatePrefix")
129 .put(StructuredName.PREFIX, "DoNotEmitPrefix2")
166 .put(StructuredName.PREFIX, "DoNotEmitPrefix1")
175 .put(StructuredName.PREFIX, "DoNotEmitPrefix2")
185 .put(StructuredName.PREFIX, "AppropriatePrefix")
194 .put(StructuredName.PREFIX, "DoNotEmitPrefix3")
236 .put(StructuredName.PREFIX, "AppropriatePrefix")
301 .put(StructuredName.PREFIX, "DoNotEmitPrefix
[all...]
H A DVCardJapanizationTests.java42 .put(StructuredName.PREFIX, "Dr.")
70 .put(StructuredName.PREFIX, "Dr.")
92 .put(StructuredName.PREFIX, "Dr.")
H A DVCardImporterTests.java479 .put(StructuredName.PREFIX, "D")
616 .put(StructuredName.PREFIX, "Pos")
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DIntentTile.java38 public static final String PREFIX = "intent("; field in class:IntentTile
58 if (spec == null || !spec.startsWith(PREFIX) || !spec.endsWith(")")) {
61 final String action = spec.substring(PREFIX.length(), spec.length() - 1);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java249 private static final String PREFIX = "auth="; field in class:WifiEnterpriseConfig.Phase2
319 Phase2.PREFIX + Phase2.strings[phase2Method]));
333 if (phase2Method.startsWith(Phase2.PREFIX)) {
334 phase2Method = phase2Method.substring(Phase2.PREFIX.length());
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageManagerSettingsTests.java41 protected final String PREFIX = "android.content.pm"; field in class:PackageManagerSettingsTests
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQSTileHost.java264 else if (tileSpec.startsWith(IntentTile.PREFIX)) return IntentTile.create(this,tileSpec);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java209 final String prefix = contentValues.getAsString(StructuredName.PREFIX);
295 final String prefix = contentValues.getAsString(StructuredName.PREFIX);
399 final String prefix = contentValues.getAsString(StructuredName.PREFIX);
H A DVCardEntry.java177 builder.withValue(StructuredName.PREFIX, mPrefix);
/frameworks/base/core/java/android/provider/
H A DContactsContract.java5491 * <td>{@link #PREFIX}</td>
5561 public static final String PREFIX = DATA4; field in class:ContactsContract.CommonDataKinds.StructuredName

Completed in 3428 milliseconds