Home
last modified time | relevance | path

Searched refs:SmartReplyConstants (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyConstants.java38 public final class SmartReplyConstants { class
70 public SmartReplyConstants( in SmartReplyConstants() method in SmartReplyConstants
126 synchronized (SmartReplyConstants.this) { in updateConstants()
DSmartReplyStateInflater.kt114 private val constants: SmartReplyConstants, in inflateSmartReplyState()
344 private val constants: SmartReplyConstants,
419 private val constants: SmartReplyConstants, in inflateReplyButton()
DSmartReplyView.java148 public static SmartReplyView inflate(Context context, SmartReplyConstants constants) { in inflate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyConstantsTest.java46 private SmartReplyConstants mConstants;
66 mConstants = new SmartReplyConstants( in setUp()
DSmartReplyViewTest.java114 @Mock private SmartReplyConstants mConstants;
133 mDependency.injectTestDependency(SmartReplyConstants.class, mConstants); in setUp()
DInflatedSmartRepliesTest.java70 @Mock private SmartReplyConstants mSmartReplyConstants;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java61 import com.android.systemui.statusbar.policy.SmartReplyConstants;
110 private final SmartReplyConstants mSmartReplyConstants;
209 SmartReplyConstants smartReplyConstants, in ExpandableNotificationRowController()
DNotificationContentView.java68 import com.android.systemui.statusbar.policy.SmartReplyConstants;
115 private SmartReplyConstants mSmartReplyConstants;
213 SmartReplyConstants smartReplyConstants, in initialize()
DExpandableNotificationRow.java117 import com.android.systemui.statusbar.policy.SmartReplyConstants;
1851 SmartReplyConstants smartReplyConstants,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt52 import com.android.systemui.statusbar.policy.SmartReplyConstants
89 private val smartReplyConstants: SmartReplyConstants = mock()
DNotificationTestHelper.java93 import com.android.systemui.statusbar.policy.SmartReplyConstants;
669 mock(SmartReplyConstants.class), in generateRow()