Searched refs:InflatedSmartReplyState (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | InflatedSmartRepliesTest.java | 120 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_smartRepliesOff_noAppGeneratedSmartSuggestions() 430 InflatedSmartReplyState leftRepliesAndActions = new InflatedSmartReplyState( in areSuggestionsSimilar_trueForSimilar() 435 InflatedSmartReplyState rightRepliesAndActions = new InflatedSmartReplyState( in areSuggestionsSimilar_trueForSimilar() 461 InflatedSmartReplyState leftRepliesAndActions = new InflatedSmartReplyState( in areSuggestionsSimilar_falseForDifferentReplies() 466 InflatedSmartReplyState rightRepliesAndActions = new InflatedSmartReplyState( in areSuggestionsSimilar_falseForDifferentReplies() 492 InflatedSmartReplyState leftRepliesAndActions = new InflatedSmartReplyState( in areSuggestionsSimilar_falseForDifferentActions() 497 InflatedSmartReplyState rightRepliesAndActions = new InflatedSmartReplyState( in areSuggestionsSimilar_falseForDifferentActions() 523 InflatedSmartReplyState leftRepliesAndActions = new InflatedSmartReplyState( in areSuggestionsSimilar_falseForDifferentSuppressedActions() 528 InflatedSmartReplyState rightRepliesAndActions = new InflatedSmartReplyState( in areSuggestionsSimilar_falseForDifferentSuppressedActions() 554 InflatedSmartReplyState leftRepliesAndActions = new InflatedSmartReplyState( in areSuggestionsSimilar_falseForDifferentPhishing() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SmartReplyStateInflater.kt | 47 import com.android.systemui.statusbar.policy.InflatedSmartReplyState.SuppressedActions 56 smartReplyState: InflatedSmartReplyState 76 left: InflatedSmartReplyState?, 77 right: InflatedSmartReplyState? 88 fun inflateSmartReplyState(entry: NotificationEntry): InflatedSmartReplyState 94 existingSmartReplyState: InflatedSmartReplyState?, 95 newSmartReplyState: InflatedSmartReplyState 115 existingSmartReplyState: InflatedSmartReplyState?, 116 newSmartReplyState: InflatedSmartReplyState 184 return InflatedSmartReplyState(null, null, null, false) [all …]
|
H A D | InflatedSmartReplyState.kt | 25 class InflatedSmartReplyState internal constructor( regex
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentInflaterTest.java | 61 import com.android.systemui.statusbar.policy.InflatedSmartReplyState; 91 @Mock private InflatedSmartReplyState mInflatedSmartReplyState; 99 InflatedSmartReplyState existingSmartReplyState, 100 InflatedSmartReplyState newSmartReplyState) { 105 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) {
|
H A D | NotificationEntryManagerInflationTest.java | 87 import com.android.systemui.statusbar.policy.InflatedSmartReplyState; 150 @Mock private InflatedSmartReplyState mInflatedSmartReplyState; 222 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) { in setUp() 230 InflatedSmartReplyState existingSmartReplyState, in setUp() 231 InflatedSmartReplyState newSmartReplyState) { in setUp()
|
H A D | NotificationTestHelper.java | 71 import com.android.systemui.statusbar.policy.InflatedSmartReplyState; 533 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) { in inflateSmartReplyState() 534 return mock(InflatedSmartReplyState.class); in inflateSmartReplyState() 540 InflatedSmartReplyState existingSmartReplyState, in inflateSmartReplyViewHolder() 541 InflatedSmartReplyState newSmartReplyState) { in inflateSmartReplyViewHolder()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentInflater.java | 51 import com.android.systemui.statusbar.policy.InflatedSmartReplyState; 271 InflatedSmartReplyState previousSmartReplyState, in inflateSmartReplyViews() 806 InflatedSmartReplyState previousSmartReplyState = mRow.getExistingSmartReplyState(); in doInBackground() 908 private InflatedSmartReplyState inflatedSmartReplyState;
|
H A D | NotificationContentView.java | 56 import com.android.systemui.statusbar.policy.InflatedSmartReplyState; 109 private InflatedSmartReplyState mCurrentSmartReplyState; 1379 InflatedSmartReplyState state, in applySmartReplyView() 1415 private void applyExternalSmartReplyState(View view, InflatedSmartReplyState state) { in applyExternalSmartReplyState() 1445 InflatedSmartReplyState smartReplyState, in applySmartReplyView() 1530 @NonNull InflatedSmartReplyState smartReplyState) { in setInflatedSmartReplyState() 1537 @Nullable public InflatedSmartReplyState getCurrentSmartReplyState() { in getCurrentSmartReplyState()
|
H A D | ExpandableNotificationRow.java | 110 import com.android.systemui.statusbar.policy.InflatedSmartReplyState; 3350 public InflatedSmartReplyState getExistingSmartReplyState() {
|