Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyConstants.java39 public final class SmartReplyConstants { class
70 public SmartReplyConstants(@Named(MAIN_HANDLER_NAME) Handler handler, Context context) { in SmartReplyConstants() method in SmartReplyConstants
118 synchronized (SmartReplyConstants.this) { in updateConstants()
DInflatedSmartReplies.java84 SmartReplyConstants smartReplyConstants, in inflate()
168 SmartReplyConstants smartReplyConstants, in chooseSmartRepliesAndActions()
DSmartReplyView.java66 private final SmartReplyConstants mConstants;
121 mConstants = Dependency.get(SmartReplyConstants.class); in SmartReplyView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyConstantsTest.java48 private SmartReplyConstants mConstants;
65 mConstants = new SmartReplyConstants(Handler.createAsync(Looper.myLooper()), mContext); in setUp()
DInflatedSmartRepliesTest.java67 @Mock SmartReplyConstants mSmartReplyConstants;
DSmartReplyViewTest.java102 @Mock private SmartReplyConstants mConstants;
115 mDependency.injectTestDependency(SmartReplyConstants.class, mConstants); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java105 import com.android.systemui.statusbar.policy.SmartReplyConstants;
273 @Inject Lazy<SmartReplyConstants> mSmartReplyConstants;
455 mProviders.put(SmartReplyConstants.class, mSmartReplyConstants::get); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java48 import com.android.systemui.statusbar.policy.SmartReplyConstants;
350 SmartReplyConstants smartReplyConstants = Dependency.get(SmartReplyConstants.class); in inflateSmartReplyViews()
DNotificationContentView.java55 import com.android.systemui.statusbar.policy.SmartReplyConstants;
90 private SmartReplyConstants mSmartReplyConstants;
174 mSmartReplyConstants = Dependency.get(SmartReplyConstants.class); in NotificationContentView()