Searched refs:systemGeneratedSmartActions (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | InflatedSmartRepliesTest.java | 117 mEntry.systemGeneratedSmartActions = in chooseSmartRepliesAndActions_smartRepliesOff_noSystemGeneratedSmartSuggestions() 195 mEntry.systemGeneratedSmartActions = in chooseSmartRepliesAndActions_sysGeneratedSmartActions() 202 .isEqualTo(mEntry.systemGeneratedSmartActions); in chooseSmartRepliesAndActions_sysGeneratedSmartActions() 217 mEntry.systemGeneratedSmartActions = in chooseSmartRepliesAndActions_appGenPreferredOverSysGen() 237 mEntry.systemGeneratedSmartActions = in chooseSmartRepliesAndActions_disallowSysGenSmartActions() 258 mEntry.systemGeneratedSmartActions = in chooseSmartRepliesAndActions_lockTaskKioskModeEnabled_smartRepliesUnaffected() 293 mEntry.systemGeneratedSmartActions = actions; in chooseSmartRepliesAndActions_lockTaskKioskModeEnabled_smartActionsAffected() 301 mEntry.systemGeneratedSmartActions.get(0)); in chooseSmartRepliesAndActions_lockTaskKioskModeEnabled_smartActionsAffected() 315 mEntry.systemGeneratedSmartActions = in chooseSmartRepliesAndActions_screenPinningModeEnabled_suggestionsUnaffected() 325 mEntry.systemGeneratedSmartActions); in chooseSmartRepliesAndActions_screenPinningModeEnabled_suggestionsUnaffected()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerTest.java | 403 assertEquals(1, mEntry.systemGeneratedSmartActions.size()); in testUpdateNotificationRanking() 404 assertEquals("action", mEntry.systemGeneratedSmartActions.get(0).title); in testUpdateNotificationRanking() 419 assertEquals(0, mEntry.systemGeneratedSmartActions.size()); in testUpdateNotificationRanking_noChange() 433 assertEquals(1, mEntry.systemGeneratedSmartActions.size()); in testUpdateNotificationRanking_rowNotInflatedYet() 434 assertEquals("action", mEntry.systemGeneratedSmartActions.get(0).title); in testUpdateNotificationRanking_rowNotInflatedYet() 448 assertEquals(1, mEntry.systemGeneratedSmartActions.size()); in testUpdateNotificationRanking_pendingNotification() 449 assertEquals("action", mEntry.systemGeneratedSmartActions.get(0).title); in testUpdateNotificationRanking_pendingNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | InflatedSmartReplies.java | 224 boolean useSmartActions = !ArrayUtils.isEmpty(entry.systemGeneratedSmartActions) in chooseSmartRepliesAndActions() 228 entry.systemGeneratedSmartActions; in chooseSmartRepliesAndActions()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationDataTest.java | 322 List<Notification.Action> systemGeneratedSmartActions = in testCreateNotificationDataEntry_RankingUpdate() local 324 when(ranking.getSmartActions()).thenReturn(systemGeneratedSmartActions); in testCreateNotificationDataEntry_RankingUpdate() 338 assertEquals(systemGeneratedSmartActions, entry.systemGeneratedSmartActions); in testCreateNotificationDataEntry_RankingUpdate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationUiAdjustment.java | 57 entry.key, entry.systemGeneratedSmartActions, entry.systemGeneratedSmartReplies); in extractFromNotificationEntry()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 108 public List<Notification.Action> systemGeneratedSmartActions = Collections.emptyList(); field in NotificationEntry 199 systemGeneratedSmartActions = ranking.getSmartActions() == null in populateFromRanking()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 1184 ArrayList<Notification.Action> systemGeneratedSmartActions) { in setSystemGeneratedSmartActions() argument 1185 mSystemGeneratedSmartActions = systemGeneratedSmartActions; in setSystemGeneratedSmartActions()
|