Home
last modified time | relevance | path

Searched refs:getAllowSystemGeneratedContextualActions (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DInflatedSmartRepliesTest.java89 when(mNotification.getAllowSystemGeneratedContextualActions()).thenReturn(true); in setUp()
234 when(mNotification.getAllowSystemGeneratedContextualActions()).thenReturn(false); in chooseSmartRepliesAndActions_disallowSysGenSmartActions()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplies.java225 && notification.getAllowSystemGeneratedContextualActions(); in chooseSmartRepliesAndActions()
/frameworks/base/core/java/android/app/
DNotification.java3207 public boolean getAllowSystemGeneratedContextualActions() { in getAllowSystemGeneratedContextualActions() method in Notification