Searched refs:RemoteInputHistoryItem (Results 1 – 11 of 11) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/ |
H A D | RemoteInputHistoryItem.java | 33 public class RemoteInputHistoryItem implements Parcelable { class 38 public RemoteInputHistoryItem(String mimeType, Uri uri, CharSequence backupText) { in RemoteInputHistoryItem() method in RemoteInputHistoryItem 44 public RemoteInputHistoryItem(CharSequence text) { in RemoteInputHistoryItem() method in RemoteInputHistoryItem 48 protected RemoteInputHistoryItem(Parcel in) { in RemoteInputHistoryItem() method in RemoteInputHistoryItem 54 public static final Creator<RemoteInputHistoryItem> CREATOR = 55 new Creator<RemoteInputHistoryItem>() { 57 public RemoteInputHistoryItem createFromParcel(Parcel in) { 58 return new RemoteInputHistoryItem(in); 62 public RemoteInputHistoryItem[] newArray(int size) { 63 return new RemoteInputHistoryItem[size];
|
H A D | Notification.java | 2895 final RemoteInputHistoryItem[] history = extras.getParcelableArray( in visitUris() 2897 RemoteInputHistoryItem.class); in visitUris() 2900 RemoteInputHistoryItem item = history[i]; in visitUris() 4373 RemoteInputHistoryItem[] items = new RemoteInputHistoryItem[itemCount]; in setRemoteInputHistory() 4376 items[i] = new RemoteInputHistoryItem(text[i]); in setRemoteInputHistory() 4392 public Builder setRemoteInputHistory(RemoteInputHistoryItem[] items) { in setRemoteInputHistory() 4397 RemoteInputHistoryItem[] history = new RemoteInputHistoryItem[itemCount]; in setRemoteInputHistory() 5869 RemoteInputHistoryItem[] replyText = getParcelableArrayFromBundle( in applyStandardTemplateWithActions() 5870 mN.extras, EXTRA_REMOTE_INPUT_HISTORY_ITEMS, RemoteInputHistoryItem.class); in applyStandardTemplateWithActions() 9036 RemoteInputHistoryItem[] remoteInputHistory = getParcelableArrayFromBundle( in makeBigContentView() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | RemoteInputNotificationRebuilderTest.java | 26 import android.app.RemoteInputHistoryItem; 81 RemoteInputHistoryItem[] messages = (RemoteInputHistoryItem[]) newSbn.getNotification() in testRebuildWithRemoteInput_noExistingInput_image() 94 RemoteInputHistoryItem[] messages = (RemoteInputHistoryItem[]) newSbn.getNotification() in testRebuildWithRemoteInput_noExistingInputNoSpinner() 109 RemoteInputHistoryItem[] messages = (RemoteInputHistoryItem[]) newSbn.getNotification() in testRebuildWithRemoteInput_noExistingInputWithSpinner() 132 RemoteInputHistoryItem[] messages = (RemoteInputHistoryItem[]) newSbn.getNotification() in testRebuildWithRemoteInput_withExistingInput() 155 RemoteInputHistoryItem[] messages = (RemoteInputHistoryItem[]) newSbn.getNotification() in testRebuildWithRemoteInput_withExistingInput_image()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | RemoteInputNotificationRebuilder.java | 21 import android.app.RemoteInputHistoryItem; 104 RemoteInputHistoryItem newItem = uri != null in rebuildWithRemoteInputInserted() 105 ? new RemoteInputHistoryItem(mimeType, uri, remoteInputText) in rebuildWithRemoteInputInserted() 106 : new RemoteInputHistoryItem(remoteInputText); in rebuildWithRemoteInputInserted() 109 RemoteInputHistoryItem[] newHistoryItems = oldHistoryItems != null in rebuildWithRemoteInputInserted() 112 Arrays.stream(oldHistoryItems).map(p -> (RemoteInputHistoryItem) p)) in rebuildWithRemoteInputInserted() 113 .toArray(RemoteInputHistoryItem[]::new) in rebuildWithRemoteInputInserted() 114 : new RemoteInputHistoryItem[] { newItem }; in rebuildWithRemoteInputInserted()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | MessagingLayout.java | 28 import android.app.RemoteInputHistoryItem; 172 RemoteInputHistoryItem[] history = (RemoteInputHistoryItem[]) in setData() 173 …ableArray(Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS, android.app.RemoteInputHistoryItem.class); in setData() 206 RemoteInputHistoryItem[] remoteInputHistory) { in addRemoteInputHistoryToMessages() 211 RemoteInputHistoryItem historyMessage = remoteInputHistory[i]; in addRemoteInputHistoryToMessages()
|
H A D | ConversationLayout.java | 32 import android.app.RemoteInputHistoryItem; 402 RemoteInputHistoryItem[] history = (RemoteInputHistoryItem[]) in setData() 403 …ableArray(Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS, android.app.RemoteInputHistoryItem.class); in setData() 448 RemoteInputHistoryItem[] remoteInputHistory) { in addRemoteInputHistoryToMessages() 453 RemoteInputHistoryItem historyMessage = remoteInputHistory[i]; in addRemoteInputHistoryToMessages()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 158 import android.app.RemoteInputHistoryItem; 5970 final RemoteInputHistoryItem historyItem1 = new RemoteInputHistoryItem(null, historyUri1, in testVisitUris() 5972 final RemoteInputHistoryItem historyItem2 = new RemoteInputHistoryItem(null, historyUri2, in testVisitUris() 5982 new RemoteInputHistoryItem[]{historyItem1, historyItem2}); in testVisitUris()
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 661 android.app.RemoteInputHistoryItem$1 662 android.app.RemoteInputHistoryItem 13671 [Landroid.app.RemoteInputHistoryItem;
|
H A D | boot-image-profile.txt | 23442 Landroid/app/RemoteInputHistoryItem$1; 23443 Landroid/app/RemoteInputHistoryItem; 36480 [Landroid/app/RemoteInputHistoryItem;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 661 android.app.RemoteInputHistoryItem$1 662 android.app.RemoteInputHistoryItem 16663 [Landroid.app.RemoteInputHistoryItem;
|
H A D | boot-image-profile.txt | 33545 Landroid/app/RemoteInputHistoryItem$1; 33546 Landroid/app/RemoteInputHistoryItem; 49580 [Landroid/app/RemoteInputHistoryItem;
|