Home
last modified time | relevance | path

Searched refs:getCharSequenceArrayList (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/os/
DBundle.java1094 public ArrayList<CharSequence> getCharSequenceArrayList(@Nullable String key) { in getCharSequenceArrayList() method in Bundle
1095 return super.getCharSequenceArrayList(key); in getCharSequenceArrayList()
DBaseBundle.java1300 ArrayList<CharSequence> getCharSequenceArrayList(@Nullable String key) { in getCharSequenceArrayList() method in BaseBundle
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationDataTest.java621 ? overrides.getCharSequenceArrayList(OVERRIDE_SMART_REPLIES) in getRanking()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java680 setSmartReplies(signals.getCharSequenceArrayList(Adjustment.KEY_TEXT_REPLIES)); in applyAdjustments()
/frameworks/base/core/java/android/content/
DIntent.java8016 return mExtras == null ? null : mExtras.getCharSequenceArrayList(name); in getCharSequenceArrayListExtra()
/frameworks/base/config/
Dboot-image-profile.txt11112 HSPLandroid/os/BaseBundle;->getCharSequenceArrayList(Ljava/lang/String;)Ljava/util/ArrayList;
11272 HSPLandroid/os/Bundle;->getCharSequenceArrayList(Ljava/lang/String;)Ljava/util/ArrayList;
Dhiddenapi-greylist-max-o.txt52035 Landroid/os/BaseBundle;->getCharSequenceArrayList(Ljava/lang/String;)Ljava/util/ArrayList;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21495 …method public java.util.ArrayList<java.lang.CharSequence> getCharSequenceArrayList(java.lang.Strin…
/frameworks/base/api/
Dcurrent.txt34187 …method @Nullable public java.util.ArrayList<java.lang.CharSequence> getCharSequenceArrayList(@Null…