Searched refs:InflatedSmartReplyState (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | InflatedSmartRepliesTest.java | 48 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/ |
D | SmartReplyStateInflater.kt | 55 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 …]
|
D | InflatedSmartReplyState.kt | 25 class InflatedSmartReplyState internal constructor( class
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflaterTest.java | 65 import com.android.systemui.statusbar.policy.InflatedSmartReplyState; 97 @Mock private InflatedSmartReplyState mInflatedSmartReplyState; 108 InflatedSmartReplyState existingSmartReplyState, 109 InflatedSmartReplyState newSmartReplyState) { 114 public InflatedSmartReplyState inflateSmartReplyState(NotificationEntry entry) {
|
D | NotificationRowContentBinderImplTest.kt | 43 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>()
|
D | NotificationTestHelper.java | 91 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/ |
D | NotificationContentInflater.java | 66 import com.android.systemui.statusbar.policy.InflatedSmartReplyState; 348 InflatedSmartReplyState previousSmartReplyState, in inflateSmartReplyViews() 1190 InflatedSmartReplyState previousSmartReplyState = 1344 private InflatedSmartReplyState inflatedSmartReplyState;
|
D | NotificationContentView.java | 64 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() {
|
D | NotificationRowContentBinderImpl.kt | 69 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>()
|
D | ExpandableNotificationRow.java | 116 import com.android.systemui.statusbar.policy.InflatedSmartReplyState; 3718 public InflatedSmartReplyState getExistingSmartReplyState() {
|