Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyConstants.java175 public boolean requiresTargetingP() { in requiresTargetingP() method in SmartReplyConstants
DInflatedSmartReplies.java186 boolean enableAppGeneratedSmartReplies = (!smartReplyConstants.requiresTargetingP() in chooseSmartRepliesAndActions()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DInflatedSmartRepliesTest.java418 when(mSmartReplyConstants.requiresTargetingP()).thenReturn(false); in setupAppGeneratedReplies()