Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyConstants.java37 public final class SmartReplyConstants { class
69 public SmartReplyConstants( in SmartReplyConstants() method in SmartReplyConstants
125 synchronized (SmartReplyConstants.this) { in updateConstants()
DSmartReplyStateInflater.kt100 private val constants: SmartReplyConstants, in inflateSmartReplyState()
285 private val constants: SmartReplyConstants, in inflateActionButton()
360 private val constants: SmartReplyConstants, in inflateReplyButton()
DSmartReplyView.java136 public static SmartReplyView inflate(Context context, SmartReplyConstants constants) { in inflate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyConstantsTest.java44 private SmartReplyConstants mConstants;
64 mConstants = new SmartReplyConstants( in setUp()
DSmartReplyViewTest.java110 @Mock private SmartReplyConstants mConstants;
128 mDependency.injectTestDependency(SmartReplyConstants.class, mConstants); in setUp()
DInflatedSmartRepliesTest.java70 @Mock private SmartReplyConstants mSmartReplyConstants;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java125 import com.android.systemui.statusbar.policy.SmartReplyConstants;
318 @Inject Lazy<SmartReplyConstants> mSmartReplyConstants;
531 mProviders.put(SmartReplyConstants.class, mSmartReplyConstants::get); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java57 import com.android.systemui.statusbar.policy.SmartReplyConstants;
101 private SmartReplyConstants mSmartReplyConstants;
179 mSmartReplyConstants = Dependency.get(SmartReplyConstants.class); in NotificationContentView()