Home
last modified time | relevance | path

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

/aosp14/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.kt114 private val constants: SmartReplyConstants,
344 private val constants: SmartReplyConstants,
419 private val constants: SmartReplyConstants,
H A DSmartReplyView.java148 public static SmartReplyView inflate(Context context, SmartReplyConstants constants) { in inflate()
/aosp14/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.java114 @Mock private SmartReplyConstants mConstants;
133 mDependency.injectTestDependency(SmartReplyConstants.class, mConstants); in setUp()
H A DInflatedSmartRepliesTest.java70 @Mock private SmartReplyConstants mSmartReplyConstants;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java61 import com.android.systemui.statusbar.policy.SmartReplyConstants;
110 private final SmartReplyConstants mSmartReplyConstants;
207 SmartReplyConstants smartReplyConstants, in ExpandableNotificationRowController()
H A DNotificationContentView.java65 import com.android.systemui.statusbar.policy.SmartReplyConstants;
108 private SmartReplyConstants mSmartReplyConstants;
205 SmartReplyConstants smartReplyConstants, in initialize()
H A DExpandableNotificationRow.java114 import com.android.systemui.statusbar.policy.SmartReplyConstants;
1723 SmartReplyConstants smartReplyConstants,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowControllerTest.kt52 import com.android.systemui.statusbar.policy.SmartReplyConstants
88 private val smartReplyConstants: SmartReplyConstants = mock()
H A DNotificationTestHelper.java89 import com.android.systemui.statusbar.policy.SmartReplyConstants;
613 mock(SmartReplyConstants.class), in generateRow()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java120 import com.android.systemui.statusbar.policy.SmartReplyConstants;
306 @Inject Lazy<SmartReplyConstants> mSmartReplyConstants;
506 mProviders.put(SmartReplyConstants.class, mSmartReplyConstants::get); in start()