Searched refs:converted (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/core/java/android/content/pm/verify/domain/ |
H A D | DomainVerificationManager.java | 196 throw (RuntimeException) converted; in getDomainVerificationInfo() 198 throw new RuntimeException(converted); in getDomainVerificationInfo() 229 Exception converted = rethrow(e, null); in setDomainVerificationStatus() 233 throw (RuntimeException) converted; in setDomainVerificationStatus() 235 throw new RuntimeException(converted); in setDomainVerificationStatus() 258 Exception converted = rethrow(e, null); in setDomainVerificationLinkHandlingAllowed() 262 throw (RuntimeException) converted; in setDomainVerificationLinkHandlingAllowed() 264 throw new RuntimeException(converted); in setDomainVerificationLinkHandlingAllowed() 311 Exception converted = rethrow(e, null); in setDomainVerificationUserSelection() 315 throw (RuntimeException) converted; in setDomainVerificationUserSelection() [all …]
|
/aosp14/frameworks/base/core/java/android/service/autofill/ |
H A D | DateValueSanitizer.java | 75 final String converted = mDateFormat.format(date); in sanitize() local 76 if (sDebug) Log.d(TAG, "Transformed " + date + " to " + converted); in sanitize() 78 final Date sanitized = mDateFormat.parse(converted); in sanitize()
|
H A D | CharSequenceTransformation.java | 80 final StringBuilder converted = new StringBuilder(); in apply() local 99 converted.append(convertedValue); in apply() 108 Log.d(TAG, "Converting text on child " + childViewId + " to " + converted.length() in apply() 110 parentTemplate.setCharSequence(childViewId, "setText", converted); in apply()
|
/aosp14/frameworks/base/media/java/android/media/soundtrigger/ |
H A D | SoundTriggerInstrumentation.java | 345 PhraseRecognitionExtra[] converted = null; in triggerRecognitionEvent() local 347 converted = new PhraseRecognitionExtra[phraseExtras.size()]; in triggerRecognitionEvent() 350 converted[i++] = ConversionUtil.api2aidlPhraseRecognitionExtra(phraseExtra); in triggerRecognitionEvent() 356 mInjectRecognitionEvent.triggerRecognitionEvent(data, converted); in triggerRecognitionEvent()
|
/aosp14/frameworks/base/tests/ApkVerityTest/block_device_writer/ |
H A D | Android.bp | 15 // This is a cc_test just because it supports test_suites. This should be converted to something
|
/aosp14/frameworks/base/packages/SystemUI/ |
H A D | Android.bp | 245 /* Keyguard converted tests */ 289 /* Biometric converted tests */ 307 /* Status bar wifi converted tests */
|
H A D | proguard_common.flags | 94 # avoid linear growth as more Kotlin code is converted / added to the codebase.
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | ResourceUtils.cpp | 46 std::string converted; in ToResourceNamedType() local 48 converted = android::util::Utf16ToUtf8(StringPiece16(type16, type_len)); in ToResourceNamedType() 49 parsed_type = ParseResourceNamedType(converted); in ToResourceNamedType()
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | dagger.md | 15 has been converted to use Dagger. Since a lot of SystemUI depends on Dependency,
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserManagerService.java | 4430 boolean converted = false; 4479 converted = parser.getAttributeBoolean(null, ATTR_CONVERTED_FROM_PRE_CREATED, false); 4559 userInfo.convertedFromPreCreated = converted;
|