Searched refs:SmartReplyConstants (Results 1 – 9 of 9) sorted by relevance
39 public final class SmartReplyConstants { class70 public SmartReplyConstants(@Named(MAIN_HANDLER_NAME) Handler handler, Context context) { in SmartReplyConstants() method in SmartReplyConstants118 synchronized (SmartReplyConstants.this) { in updateConstants()
84 SmartReplyConstants smartReplyConstants, in inflate()168 SmartReplyConstants smartReplyConstants, in chooseSmartRepliesAndActions()
66 private final SmartReplyConstants mConstants;121 mConstants = Dependency.get(SmartReplyConstants.class); in SmartReplyView()
48 private SmartReplyConstants mConstants;65 mConstants = new SmartReplyConstants(Handler.createAsync(Looper.myLooper()), mContext); in setUp()
67 @Mock SmartReplyConstants mSmartReplyConstants;
102 @Mock private SmartReplyConstants mConstants;115 mDependency.injectTestDependency(SmartReplyConstants.class, mConstants); in setUp()
105 import com.android.systemui.statusbar.policy.SmartReplyConstants;273 @Inject Lazy<SmartReplyConstants> mSmartReplyConstants;455 mProviders.put(SmartReplyConstants.class, mSmartReplyConstants::get); in start()
48 import com.android.systemui.statusbar.policy.SmartReplyConstants;350 SmartReplyConstants smartReplyConstants = Dependency.get(SmartReplyConstants.class); in inflateSmartReplyViews()
55 import com.android.systemui.statusbar.policy.SmartReplyConstants;90 private SmartReplyConstants mSmartReplyConstants;174 mSmartReplyConstants = Dependency.get(SmartReplyConstants.class); in NotificationContentView()