Searched refs:RemoteInputHistoryItem (Results 1 – 10 of 10) sorted by relevance
/aosp12/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 | 4222 RemoteInputHistoryItem[] items = new RemoteInputHistoryItem[itemCount]; in setRemoteInputHistory() 4225 items[i] = new RemoteInputHistoryItem(text[i]); in setRemoteInputHistory() 4241 public Builder setRemoteInputHistory(RemoteInputHistoryItem[] items) { in setRemoteInputHistory() 4246 RemoteInputHistoryItem[] history = new RemoteInputHistoryItem[itemCount]; in setRemoteInputHistory() 5706 RemoteInputHistoryItem[] replyText = getParcelableArrayFromBundle( in applyStandardTemplateWithActions() 5707 mN.extras, EXTRA_REMOTE_INPUT_HISTORY_ITEMS, RemoteInputHistoryItem.class); in applyStandardTemplateWithActions() 8779 RemoteInputHistoryItem[] remoteInputHistory = getParcelableArrayFromBundle( in makeBigContentView() 8781 RemoteInputHistoryItem.class); in makeBigContentView()
|
/aosp12/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()
|
/aosp12/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()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | MessagingLayout.java | 28 import android.app.RemoteInputHistoryItem; 170 RemoteInputHistoryItem[] history = (RemoteInputHistoryItem[]) in setData() 185 RemoteInputHistoryItem[] remoteInputHistory) { in addRemoteInputHistoryToMessages() 190 RemoteInputHistoryItem historyMessage = remoteInputHistory[i]; in addRemoteInputHistoryToMessages()
|
H A D | ConversationLayout.java | 32 import android.app.RemoteInputHistoryItem; 398 RemoteInputHistoryItem[] history = (RemoteInputHistoryItem[]) in setData() 423 RemoteInputHistoryItem[] remoteInputHistory) { in addRemoteInputHistoryToMessages() 428 RemoteInputHistoryItem historyMessage = remoteInputHistory[i]; in addRemoteInputHistoryToMessages()
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 534 android.app.RemoteInputHistoryItem$1 535 android.app.RemoteInputHistoryItem
|
H A D | boot-image-profile.txt | 2223 …ble;+]Ljava/lang/Object;[Landroid/app/RemoteInput;,[Landroid/app/RemoteInputHistoryItem;,[Landroid… 23302 Landroid/app/RemoteInputHistoryItem$1; 23303 Landroid/app/RemoteInputHistoryItem;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 532 android.app.RemoteInputHistoryItem$1 533 android.app.RemoteInputHistoryItem
|
H A D | boot-image-profile.txt | 2223 …ble;+]Ljava/lang/Object;[Landroid/app/RemoteInput;,[Landroid/app/RemoteInputHistoryItem;,[Landroid… 32935 Landroid/app/RemoteInputHistoryItem$1; 32936 Landroid/app/RemoteInputHistoryItem;
|