Home
last modified time | relevance | path

Searched refs:getCharSequenceArray (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java151 .getCharSequenceArray(Notification.EXTRA_REMOTE_INPUT_HISTORY); in testRebuildWithRemoteInput_noExistingInputNoSpinner()
165 .getCharSequenceArray(Notification.EXTRA_REMOTE_INPUT_HISTORY); in testRebuildWithRemoteInput_noExistingInputWithSpinner()
184 .getCharSequenceArray(Notification.EXTRA_REMOTE_INPUT_HISTORY); in testRebuildWithRemoteInput_withExistingInput()
/frameworks/base/core/java/android/os/
DBundle.java1164 public CharSequence[] getCharSequenceArray(@Nullable String key) { in getCharSequenceArray() method in Bundle
1165 return super.getCharSequenceArray(key); in getCharSequenceArray()
DBaseBundle.java1537 CharSequence[] getCharSequenceArray(@Nullable String key) { in getCharSequenceArray() method in BaseBundle
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java381 underlyingNotif.extras.getCharSequenceArray(Notification.EXTRA_TEXT_LINES); in getUpdateMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java489 CharSequence[] replyTexts = extras.getCharSequenceArray( in isLastMessageFromReply()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java538 .getCharSequenceArray(Notification.EXTRA_REMOTE_INPUT_HISTORY); in rebuildNotificationWithRemoteInput()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java165 extras.getCharSequenceArray(Notification.EXTRA_REMOTE_INPUT_HISTORY)); in setData()
/frameworks/base/core/java/android/app/
DNotification.java5241 CharSequence[] replyText = mN.extras.getCharSequenceArray(EXTRA_REMOTE_INPUT_HISTORY); in applyStandardTemplateWithActions()
7872 Collections.addAll(mTexts, extras.getCharSequenceArray(EXTRA_TEXT_LINES)); in restoreFromExtras()
7901 CharSequence[] remoteInputHistory = mBuilder.mN.extras.getCharSequenceArray( in makeBigContentView()
/frameworks/base/core/java/android/content/
DIntent.java8351 return mExtras == null ? null : mExtras.getCharSequenceArray(name); in getCharSequenceArrayExtra()
/frameworks/base/config/
Dboot-image-profile.txt11111 HSPLandroid/os/BaseBundle;->getCharSequenceArray(Ljava/lang/String;)[Ljava/lang/CharSequence;
11271 HSPLandroid/os/Bundle;->getCharSequenceArray(Ljava/lang/String;)[Ljava/lang/CharSequence;
Dhiddenapi-greylist-max-o.txt48532 Landroid/os/BaseBundle;->getCharSequenceArray(Ljava/lang/String;)[Ljava/lang/CharSequence;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21494 method public java.lang.CharSequence[] getCharSequenceArray(java.lang.String);
/frameworks/base/non-updatable-api/
Dcurrent.txt34482 method @Nullable public CharSequence[] getCharSequenceArray(@Nullable String);
/frameworks/base/api/
Dcurrent.txt34626 method @Nullable public CharSequence[] getCharSequenceArray(@Nullable String);