Home
last modified time | relevance | path

Searched refs:readCharSequence (Results 1 – 25 of 60) sorted by relevance

123

/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DPromptInfo.java55 mTitle = in.readCharSequence(); in PromptInfo()
57 mSubtitle = in.readCharSequence(); in PromptInfo()
58 mDescription = in.readCharSequence(); in PromptInfo()
59 mDeviceCredentialTitle = in.readCharSequence(); in PromptInfo()
60 mDeviceCredentialSubtitle = in.readCharSequence(); in PromptInfo()
61 mDeviceCredentialDescription = in.readCharSequence(); in PromptInfo()
62 mNegativeButtonText = in.readCharSequence(); in PromptInfo()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DVoicemail.java314 number = (String) readCharSequence(in); in Voicemail()
322 source = (String) readCharSequence(in); in Voicemail()
323 providerData = (String) readCharSequence(in); in Voicemail()
331 transcription = (String) readCharSequence(in); in Voicemail()
334 private static CharSequence readCharSequence(Parcel in) { in readCharSequence() method in Voicemail
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DVoicemail.java301 mNumber = (String) in.readCharSequence(); in Voicemail()
309 mSource = (String) in.readCharSequence(); in Voicemail()
310 mProviderData = (String) in.readCharSequence(); in Voicemail()
318 mTranscription = (String) in.readCharSequence(); in Voicemail()
/aosp12/frameworks/base/core/java/android/service/controls/
H A DControl.java192 mTitle = in.readCharSequence(); in Control()
193 mSubtitle = in.readCharSequence(); in Control()
195 mStructure = in.readCharSequence(); in Control()
200 mZone = in.readCharSequence(); in Control()
221 mStatusText = in.readCharSequence(); in Control()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DSnoozeCriterion.java47 mExplanation = in.readCharSequence(); in SnoozeCriterion()
52 mConfirmation = in.readCharSequence(); in SnoozeCriterion()
H A DConversationChannelWrapper.java44 mGroupLabel = in.readCharSequence(); in ConversationChannelWrapper()
45 mParentChannelLabel = in.readCharSequence(); in ConversationChannelWrapper()
/aosp12/frameworks/base/core/java/android/printservice/recommendation/
H A DRecommendationInfo.java121 this(parcel.readCharSequence(), parcel.readCharSequence(), readDiscoveredPrinters(parcel), in RecommendationInfo()
/aosp12/frameworks/base/core/java/android/service/settings/suggestions/
H A DSuggestion.java121 mTitle = in.readCharSequence(); in Suggestion()
122 mSummary = in.readCharSequence(); in Suggestion()
/aosp12/frameworks/base/core/java/com/android/internal/app/chooser/
H A DDisplayResolveInfo.java236 mDisplayLabel = in.readCharSequence(); in DisplayResolveInfo()
237 mExtendedInfo = in.readCharSequence(); in DisplayResolveInfo()
/aosp12/frameworks/base/core/java/android/service/controls/templates/
H A DControlButton.java74 mActionDescription = in.readCharSequence(); in ControlButton()
/aosp12/frameworks/base/core/java/android/app/people/
H A DPeopleSpaceTile.java474 mUserName = in.readCharSequence(); in PeopleSpaceTile()
483 mNotificationContent = in.readCharSequence(); in PeopleSpaceTile()
484 mNotificationSender = in.readCharSequence(); in PeopleSpaceTile()
/aosp12/frameworks/base/core/java/android/content/pm/permission/
H A DRuntimePermissionPresentationInfo.java66 mLabel = parcel.readCharSequence(); in RuntimePermissionPresentationInfo()
/aosp12/frameworks/base/core/java/android/permission/
H A DRuntimePermissionPresentationInfo.java102 CharSequence label = source.readCharSequence();
/aosp12/frameworks/base/core/java/android/app/
H A DRemoteInputHistoryItem.java49 mText = in.readCharSequence(); in RemoteInputHistoryItem()
/aosp12/frameworks/base/core/java/android/view/translation/
H A DTranslationResponseValue.java312 CharSequence text = (flg & 0x2) == 0 ? null : (CharSequence) in.readCharSequence(); in TranslationResponseValue()
314 … CharSequence transliteration = (flg & 0x8) == 0 ? null : (CharSequence) in.readCharSequence(); in TranslationResponseValue()
H A DTranslationRequestValue.java147 CharSequence text = (flg & 0x1) == 0 ? null : (CharSequence) in.readCharSequence(); in TranslationRequestValue()
/aosp12/frameworks/base/core/java/android/telephony/
H A DSubscriptionPlan.java103 title = source.readCharSequence(); in SubscriptionPlan()
104 summary = source.readCharSequence(); in SubscriptionPlan()
/aosp12/frameworks/base/core/java/android/text/style/
H A DAccessibilityReplacementSpan.java52 final CharSequence contentDescription = p.readCharSequence(); in AccessibilityReplacementSpan()
/aosp12/frameworks/base/core/java/android/service/chooser/
H A DChooserTarget.java122 mTitle = in.readCharSequence(); in ChooserTarget()
/aosp12/frameworks/base/core/java/android/view/
H A DKeyboardShortcutGroup.java82 mLabel = source.readCharSequence(); in KeyboardShortcutGroup()
H A DKeyboardShortcutInfo.java93 mLabel = source.readCharSequence(); in KeyboardShortcutInfo()
/aosp12/frameworks/base/apex/blobstore/framework/java/android/app/blob/
H A DBlobInfo.java54 mLabel = in.readCharSequence(); in BlobInfo()
H A DLeaseInfo.java55 mDescription = in.readCharSequence(); in LeaseInfo()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DInstantAppInfo.java65 mLabelText = parcel.readCharSequence(); in InstantAppInfo()
H A DModuleInfo.java153 mName = source.readCharSequence(); in ModuleInfo()

123