Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyConstants.java37 public final class SmartReplyConstants { class
69 public SmartReplyConstants( in SmartReplyConstants() method in SmartReplyConstants
125 synchronized (SmartReplyConstants.this) { in updateConstants()
H A DSmartReplyStateInflater.kt100 private val constants: SmartReplyConstants,
285 private val constants: SmartReplyConstants,
360 private val constants: SmartReplyConstants,
H A DSmartReplyView.java148 public static SmartReplyView inflate(Context context, SmartReplyConstants constants) { in inflate()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSmartReplyConstantsTest.java44 private SmartReplyConstants mConstants;
64 mConstants = new SmartReplyConstants( in setUp()
H A DSmartReplyViewTest.java110 @Mock private SmartReplyConstants mConstants;
128 mDependency.injectTestDependency(SmartReplyConstants.class, mConstants); in setUp()
H A DInflatedSmartRepliesTest.java70 @Mock private SmartReplyConstants mSmartReplyConstants;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java127 import com.android.systemui.statusbar.policy.SmartReplyConstants;
320 @Inject Lazy<SmartReplyConstants> mSmartReplyConstants;
535 mProviders.put(SmartReplyConstants.class, mSmartReplyConstants::get); in start()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java59 import com.android.systemui.statusbar.policy.SmartReplyConstants;
103 private SmartReplyConstants mSmartReplyConstants;
181 mSmartReplyConstants = Dependency.get(SmartReplyConstants.class); in NotificationContentView()