/aosp12/frameworks/base/core/java/android/view/textservice/ |
H A D | SpellCheckerSubtype.java | 84 public SpellCheckerSubtype(int nameId, String locale, String languageTag, String extraValue, in SpellCheckerSubtype() argument 89 mSubtypeExtraValue = extraValue != null ? extraValue : ""; in SpellCheckerSubtype() 106 public SpellCheckerSubtype(int nameId, String locale, String extraValue) { in SpellCheckerSubtype() argument 107 this(nameId, locale, SUBTYPE_LANGUAGE_TAG_NONE, extraValue, SUBTYPE_ID_NONE); in SpellCheckerSubtype() 289 private static int hashCodeInternal(String locale, String extraValue) { in hashCodeInternal() argument 290 return Arrays.hashCode(new Object[] {locale, extraValue}); in hashCodeInternal()
|
/aosp12/frameworks/base/services/core/java/com/android/server/updates/ |
H A D | ConfigUpdateInstallReceiver.java | 111 String extraValue = i.getStringExtra(EXTRA_VERSION_NUMBER); in getVersionFromIntent() local 112 if (extraValue == null) { in getVersionFromIntent() 115 return Integer.parseInt(extraValue.trim()); in getVersionFromIntent() 119 String extraValue = i.getStringExtra(EXTRA_REQUIRED_HASH); in getRequiredHashFromIntent() local 120 if (extraValue == null) { in getRequiredHashFromIntent() 123 return extraValue.trim(); in getRequiredHashFromIntent()
|
/aosp12/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputMethodSubtype.java | 221 String mode, String extraValue, boolean isAuxiliary, in getBuilder() argument 228 builder.mSubtypeExtraValue = extraValue; in getBuilder() 244 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, in InputMethodSubtype() argument 246 this(nameId, iconId, locale, mode, extraValue, isAuxiliary, in InputMethodSubtype() 282 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, in InputMethodSubtype() argument 284 this(getBuilder(nameId, iconId, locale, mode, extraValue, isAuxiliary, in InputMethodSubtype() 653 private static int hashCodeInternal(String locale, String mode, String extraValue, in hashCodeInternal() argument 660 return Arrays.hashCode(new Object[] {locale, mode, extraValue, isAuxiliary, in hashCodeInternal() 663 return Arrays.hashCode(new Object[] {locale, mode, extraValue, isAuxiliary, in hashCodeInternal()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
H A D | InputMethodSubtypeCompatUtils.java | 63 String mode, String extraValue, boolean isAuxiliary, in newInputMethodSubtype() argument 67 return new InputMethodSubtype(nameId, iconId, locale, mode, extraValue, isAuxiliary, in newInputMethodSubtype() 71 nameId, iconId, locale, mode, extraValue, isAuxiliary, in newInputMethodSubtype()
|
/aosp12/packages/apps/TV/common/src/com/android/tv/common/compat/ |
H A D | TvInputInfoCompat.java | 101 String extraValue = in getExtras() local 103 if (extraName != null && extraValue != null) { in getExtras() 104 extras.put(extraName, extraValue); in getExtras()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
H A D | AdditionalSubtypeUtils.java | 94 final String extraValue = StringUtils.removeFromCommaSplittableTextIfExists( in getPrefSubtype() local 99 return extraValue.isEmpty() ? basePrefSubtype in getPrefSubtype() 100 : basePrefSubtype + LOCALE_AND_LAYOUT_SEPARATOR + extraValue; in getPrefSubtype()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
H A D | BluetoothPbapActivity.java | 192 final String extraValue) { in sendIntentToReceiver() argument 197 intent.putExtra(extraName, extraValue); in sendIntentToReceiver()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/textservice/ |
H A D | SpellCheckerSubtypeTest.java | 48 private static int defaultHashCodeAlgorithm(String locale, String extraValue) { in defaultHashCodeAlgorithm() argument 49 return Arrays.hashCode(new Object[] {locale, extraValue}); in defaultHashCodeAlgorithm()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
H A D | AccountsDbTest.java | 198 String extraValue = "extra_value"; in testExtrasInsertFindDelete() local 199 long extraId = mAccountsDb.insertExtra(accId, extraKey, extraValue); in testExtrasInsertFindDelete() 205 assertEquals(extraValue, extras.get(extraKey)); in testExtrasInsertFindDelete()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |