OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extraValue
(Results
1 - 17
of
17
) sorted by null
/frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java
77
* @param
extraValue
The extra value of the subtype
82
public SpellCheckerSubtype(int nameId, String locale, String languageTag, String
extraValue
,
87
mSubtypeExtraValue =
extraValue
!= null ?
extraValue
: "";
97
* @param
extraValue
The extra value of the subtype
103
public SpellCheckerSubtype(int nameId, String locale, String
extraValue
) {
104
this(nameId, locale, SUBTYPE_LANGUAGE_TAG_NONE,
extraValue
, SUBTYPE_ID_NONE);
168
Slog.w(TAG, "
ExtraValue
has two or more '='s");
178
* The string of
ExtraValue
in subtype should be defined as follows:
188
* The string of
ExtraValue
in subtype should be defined as follows
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodSubtypeCompatUtils.java
37
// String
extraValue
, boolean isAuxiliary, boolean overridesImplicitlyEnabledSubtype, int id)
63
String mode, String
extraValue
, boolean isAuxiliary,
67
return new InputMethodSubtype(nameId, iconId, locale, mode,
extraValue
, isAuxiliary,
71
nameId, iconId, locale, mode,
extraValue
, isAuxiliary,
81
|| subtype.containsExtraValueKey(Constants.Subtype.
ExtraValue
.ASCII_CAPABLE);
/frameworks/base/services/core/java/com/android/server/updates/
ConfigUpdateInstallReceiver.java
108
String
extraValue
= i.getStringExtra(EXTRA_VERSION_NUMBER);
109
if (
extraValue
== null) {
112
return Integer.parseInt(
extraValue
.trim());
116
String
extraValue
= i.getStringExtra(EXTRA_REQUIRED_HASH);
117
if (
extraValue
== null) {
120
return
extraValue
.trim();
/frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java
163
* Arrays.hashCode(new Object[] {locale, mode,
extraValue
,
218
String mode, String
extraValue
, boolean isAuxiliary,
225
builder.mSubtypeExtraValue =
extraValue
;
240
public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String
extraValue
,
242
this(nameId, iconId, locale, mode,
extraValue
, isAuxiliary,
256
* @param
extraValue
The extra value of the subtype. This string is free-form, but the API
274
* Arrays.hashCode(new Object[] {locale, mode,
extraValue
,
277
public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String
extraValue
,
279
this(getBuilder(nameId, iconId, locale, mode,
extraValue
, isAuxiliary,
533
Slog.w(TAG, "
ExtraValue
has two or more '='s")
[
all
...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
StartedMatcher.java
67
public static Intent createIntent(Class<? extends Activity> activityClass, String extraKey, String
extraValue
) {
69
intent.putExtra(extraKey,
extraValue
);
StartedServiceMatcher.java
87
public static Intent createIntent(Class<? extends Service> serviceClass, String extraKey, String
extraValue
) {
89
intent.putExtra(extraKey,
extraValue
);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java
195
final String
extraValue
) {
200
intent.putExtra(extraName,
extraValue
);
206
final boolean
extraValue
) {
211
intent.putExtra(extraName,
extraValue
);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AdditionalSubtypeUtils.java
20
import static com.android.inputmethod.latin.common.Constants.Subtype.
ExtraValue
.ASCII_CAPABLE;
21
import static com.android.inputmethod.latin.common.Constants.Subtype.
ExtraValue
.EMOJI_CAPABLE;
22
import static com.android.inputmethod.latin.common.Constants.Subtype.
ExtraValue
.IS_ADDITIONAL_SUBTYPE;
23
import static com.android.inputmethod.latin.common.Constants.Subtype.
ExtraValue
.KEYBOARD_LAYOUT_SET;
24
import static com.android.inputmethod.latin.common.Constants.Subtype.
ExtraValue
.UNTRANSLATABLE_STRING_IN_SUBTYPE_NAME;
94
final String
extraValue
= StringUtils.removeFromCommaSplittableTextIfExists(
99
return
extraValue
.isEmpty() ? basePrefSubtype
100
: basePrefSubtype + LOCALE_AND_LAYOUT_SEPARATOR +
extraValue
;
/frameworks/base/core/tests/coretests/src/android/view/textservice/
SpellCheckerSubtypeTest.java
47
private static int defaultHashCodeAlgorithm(String locale, String
extraValue
) {
48
return Arrays.hashCode(new Object[] {locale,
extraValue
});
/external/guava/guava-tests/test/com/google/common/cache/
CacheLoadingTest.java
456
final Object
extraValue
= new Object();
470
result.put(extraKey,
extraValue
);
488
assertSame(
extraValue
, cache.asMap().get(extraKey));
493
final Object
extraValue
= new Object();
507
result.put(extraKey,
extraValue
);
508
result.put(
extraValue
, null);
525
assertSame(
extraValue
, cache.asMap().get(extraKey));
526
assertFalse(cache.asMap().containsKey(
extraValue
));
531
final Object
extraValue
= new Object();
545
result.put(extraKey,
extraValue
);
[
all
...]
/external/robolectric/v1/lib/main/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
/prebuilts/sdk/14/
android.jar
Completed in 4182 milliseconds