Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DInflatedSmartRepliesTest.java48 import com.android.systemui.statusbar.policy.InflatedSmartReplyState.SuppressedActions;
120 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_smartRepliesOff_noAppGeneratedSmartSuggestions()
138 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_smartRepliesOff_noSystemGeneratedSmartSuggestions()
152 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_appGeneratedSmartReplies()
170 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_appGeneratedSmartRepliesAndActions()
193 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_sysGeneratedSmartReplies()
213 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_noSysGeneratedSmartRepliesIfNotAllowed()
232 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_sysGeneratedSmartActions()
265 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_sysGeneratedPhishingSmartAction()
292 InflatedSmartReplyState smartReplyState = in chooseSmartRepliesAndActions_appGenPreferredOverSysGen()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyStateInflater.kt47 import com.android.systemui.statusbar.policy.InflatedSmartReplyState.SuppressedActions in <lambda>()
56 smartReplyState: InflatedSmartReplyState in <lambda>()
76 left: InflatedSmartReplyState?, in areSuggestionsSimilar()
77 right: InflatedSmartReplyState? in areSuggestionsSimilar()
88 fun inflateSmartReplyState(entry: NotificationEntry): InflatedSmartReplyState in inflateSmartReplyState()
94 existingSmartReplyState: InflatedSmartReplyState?, in inflateSmartReplyState()
95 newSmartReplyState: InflatedSmartReplyState in inflateSmartReplyState()
108 override fun inflateSmartReplyState(entry: NotificationEntry): InflatedSmartReplyState = in inflateSmartReplyState()
115 existingSmartReplyState: InflatedSmartReplyState?, in inflateSmartReplyState()
116 newSmartReplyState: InflatedSmartReplyState in inflateSmartReplyState()
[all …]
DInflatedSmartReplyState.kt25 class InflatedSmartReplyState internal constructor( class
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java61 import com.android.systemui.statusbar.policy.InflatedSmartReplyState;
91 @Mock private InflatedSmartReplyState mInflatedSmartReplyState;
99 InflatedSmartReplyState existingSmartReplyState,
100 InflatedSmartReplyState newSmartReplyState) {
105 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) {
DNotificationTestHelper.java70 import com.android.systemui.statusbar.policy.InflatedSmartReplyState;
509 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) { in inflateSmartReplyState()
510 return mock(InflatedSmartReplyState.class); in inflateSmartReplyState()
516 InflatedSmartReplyState existingSmartReplyState, in inflateSmartReplyViewHolder()
517 InflatedSmartReplyState newSmartReplyState) { in inflateSmartReplyViewHolder()
DNotificationEntryManagerInflationTest.java85 import com.android.systemui.statusbar.policy.InflatedSmartReplyState;
147 @Mock private InflatedSmartReplyState mInflatedSmartReplyState;
217 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) { in setUp()
225 InflatedSmartReplyState existingSmartReplyState, in setUp()
226 InflatedSmartReplyState newSmartReplyState) { in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java51 import com.android.systemui.statusbar.policy.InflatedSmartReplyState;
271 InflatedSmartReplyState previousSmartReplyState, in inflateSmartReplyViews()
806 InflatedSmartReplyState previousSmartReplyState = mRow.getExistingSmartReplyState(); in doInBackground()
908 private InflatedSmartReplyState inflatedSmartReplyState;
DNotificationContentView.java54 import com.android.systemui.statusbar.policy.InflatedSmartReplyState;
107 private InflatedSmartReplyState mCurrentSmartReplyState;
1377 InflatedSmartReplyState state, in applySmartReplyView()
1413 private void applyExternalSmartReplyState(View view, InflatedSmartReplyState state) { in applyExternalSmartReplyState()
1443 InflatedSmartReplyState smartReplyState, in applySmartReplyView()
1528 @NonNull InflatedSmartReplyState smartReplyState) { in setInflatedSmartReplyState()
1535 @Nullable public InflatedSmartReplyState getCurrentSmartReplyState() { in getCurrentSmartReplyState()
DExpandableNotificationRow.java108 import com.android.systemui.statusbar.policy.InflatedSmartReplyState;
3227 public InflatedSmartReplyState getExistingSmartReplyState() {