Home
last modified time | relevance | path

Searched refs:InflatedSmartReplyState (Results 1 – 10 of 10) 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.kt55 import com.android.systemui.statusbar.policy.InflatedSmartReplyState.SuppressedActions in <lambda>()
70 smartReplyState: InflatedSmartReplyState in <lambda>()
90 left: InflatedSmartReplyState?, in areSuggestionsSimilar()
91 right: InflatedSmartReplyState? in areSuggestionsSimilar()
102 fun inflateSmartReplyState(entry: NotificationEntry): InflatedSmartReplyState in inflateSmartReplyState()
108 existingSmartReplyState: InflatedSmartReplyState?, in inflateSmartReplyState()
109 newSmartReplyState: InflatedSmartReplyState in inflateSmartReplyState()
122 override fun inflateSmartReplyState(entry: NotificationEntry): InflatedSmartReplyState = in inflateSmartReplyState()
129 existingSmartReplyState: InflatedSmartReplyState?, in inflateSmartReplyState()
130 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.java65 import com.android.systemui.statusbar.policy.InflatedSmartReplyState;
97 @Mock private InflatedSmartReplyState mInflatedSmartReplyState;
108 InflatedSmartReplyState existingSmartReplyState,
109 InflatedSmartReplyState newSmartReplyState) {
114 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) {
DNotificationRowContentBinderImplTest.kt43 import com.android.systemui.statusbar.policy.InflatedSmartReplyState in <lambda>()
75 private var mInflatedSmartReplyState: InflatedSmartReplyState = mock() in <lambda>()
86 existingSmartReplyState: InflatedSmartReplyState?, in <lambda>()
87 newSmartReplyState: InflatedSmartReplyState in <lambda>()
92 override fun inflateSmartReplyState(entry: NotificationEntry): InflatedSmartReplyState { in <lambda>()
DNotificationTestHelper.java91 import com.android.systemui.statusbar.policy.InflatedSmartReplyState;
709 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) { in inflateSmartReplyState()
710 return mock(InflatedSmartReplyState.class); in inflateSmartReplyState()
716 InflatedSmartReplyState existingSmartReplyState, in inflateSmartReplyViewHolder()
717 InflatedSmartReplyState newSmartReplyState) { in inflateSmartReplyViewHolder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java66 import com.android.systemui.statusbar.policy.InflatedSmartReplyState;
348 InflatedSmartReplyState previousSmartReplyState, in inflateSmartReplyViews()
1190 InflatedSmartReplyState previousSmartReplyState =
1344 private InflatedSmartReplyState inflatedSmartReplyState;
DNotificationContentView.java64 import com.android.systemui.statusbar.policy.InflatedSmartReplyState;
123 private InflatedSmartReplyState mCurrentSmartReplyState;
1643 private void applyExternalSmartReplyState(View view, InflatedSmartReplyState state) {
1673 InflatedSmartReplyState smartReplyState,
1758 @NonNull InflatedSmartReplyState smartReplyState) {
1765 @Nullable public InflatedSmartReplyState getCurrentSmartReplyState() {
DNotificationRowContentBinderImpl.kt69 import com.android.systemui.statusbar.policy.InflatedSmartReplyState in <lambda>()
441 val previousSmartReplyState: InflatedSmartReplyState? = row.existingSmartReplyState in <lambda>()
568 var inflatedSmartReplyState: InflatedSmartReplyState? = null in <lambda>()
592 previousSmartReplyState: InflatedSmartReplyState?, in <lambda>()
DExpandableNotificationRow.java116 import com.android.systemui.statusbar.policy.InflatedSmartReplyState;
3718 public InflatedSmartReplyState getExistingSmartReplyState() {