Searched refs:SmartReplyConstants (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyConstants.java31 public final class SmartReplyConstants extends ContentObserver { class in inherits:ContentObserver
33 private static final String TAG = "SmartReplyConstants";
51 public SmartReplyConstants(Handler handler, Context context) { method in class:SmartReplyConstants
75 synchronized (SmartReplyConstants.this) {
H A DSmartReplyView.java57 private final SmartReplyConstants mConstants;
103 mConstants = Dependency.get(SmartReplyConstants.class);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSmartReplyConstantsTest.java45 private SmartReplyConstants mConstants;
54 mConstants = new SmartReplyConstants(Handler.createAsync(Looper.myLooper()), mContext);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIFactory.java60 import com.android.systemui.statusbar.policy.SmartReplyConstants;
143 providers.put(SmartReplyConstants.class,
144 () -> new SmartReplyConstants(Dependency.get(Dependency.MAIN_HANDLER), context));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java49 import com.android.systemui.statusbar.policy.SmartReplyConstants;
82 private SmartReplyConstants mSmartReplyConstants;
156 mSmartReplyConstants = Dependency.get(SmartReplyConstants.class);

Completed in 400 milliseconds