Searched refs:SmartReplyConstants (Results 1 – 12 of 12) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SmartReplyConstants.java | 37 public final class SmartReplyConstants { class 69 public SmartReplyConstants( in SmartReplyConstants() method in SmartReplyConstants 125 synchronized (SmartReplyConstants.this) { in updateConstants()
|
H A D | SmartReplyStateInflater.kt | 114 private val constants: SmartReplyConstants, 344 private val constants: SmartReplyConstants, 419 private val constants: SmartReplyConstants,
|
H A D | SmartReplyView.java | 148 public static SmartReplyView inflate(Context context, SmartReplyConstants constants) { in inflate()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | SmartReplyConstantsTest.java | 44 private SmartReplyConstants mConstants; 64 mConstants = new SmartReplyConstants( in setUp()
|
H A D | SmartReplyViewTest.java | 114 @Mock private SmartReplyConstants mConstants; 133 mDependency.injectTestDependency(SmartReplyConstants.class, mConstants); in setUp()
|
H A D | InflatedSmartRepliesTest.java | 70 @Mock private SmartReplyConstants mSmartReplyConstants;
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRowController.java | 61 import com.android.systemui.statusbar.policy.SmartReplyConstants; 110 private final SmartReplyConstants mSmartReplyConstants; 207 SmartReplyConstants smartReplyConstants, in ExpandableNotificationRowController()
|
H A D | NotificationContentView.java | 65 import com.android.systemui.statusbar.policy.SmartReplyConstants; 108 private SmartReplyConstants mSmartReplyConstants; 205 SmartReplyConstants smartReplyConstants, in initialize()
|
H A D | ExpandableNotificationRow.java | 114 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 D | ExpandableNotificationRowControllerTest.kt | 52 import com.android.systemui.statusbar.policy.SmartReplyConstants 88 private val smartReplyConstants: SmartReplyConstants = mock()
|
H A D | NotificationTestHelper.java | 89 import com.android.systemui.statusbar.policy.SmartReplyConstants; 613 mock(SmartReplyConstants.class), in generateRow()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | Dependency.java | 120 import com.android.systemui.statusbar.policy.SmartReplyConstants; 306 @Inject Lazy<SmartReplyConstants> mSmartReplyConstants; 506 mProviders.put(SmartReplyConstants.class, mSmartReplyConstants::get); in start()
|