Searched refs:SmartReplyConstants (Results 1 – 8 of 8) sorted by relevance
37 public final class SmartReplyConstants { class69 public SmartReplyConstants( in SmartReplyConstants() method in SmartReplyConstants125 synchronized (SmartReplyConstants.this) { in updateConstants()
100 private val constants: SmartReplyConstants, in inflateSmartReplyState()285 private val constants: SmartReplyConstants, in inflateActionButton()360 private val constants: SmartReplyConstants, in inflateReplyButton()
136 public static SmartReplyView inflate(Context context, SmartReplyConstants constants) { in inflate()
44 private SmartReplyConstants mConstants;64 mConstants = new SmartReplyConstants( in setUp()
110 @Mock private SmartReplyConstants mConstants;128 mDependency.injectTestDependency(SmartReplyConstants.class, mConstants); in setUp()
70 @Mock private SmartReplyConstants mSmartReplyConstants;
125 import com.android.systemui.statusbar.policy.SmartReplyConstants;318 @Inject Lazy<SmartReplyConstants> mSmartReplyConstants;531 mProviders.put(SmartReplyConstants.class, mSmartReplyConstants::get); in start()
57 import com.android.systemui.statusbar.policy.SmartReplyConstants;101 private SmartReplyConstants mSmartReplyConstants;179 mSmartReplyConstants = Dependency.get(SmartReplyConstants.class); in NotificationContentView()