OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmartReplyConstants
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SmartReplyConstants.java
31
public final class
SmartReplyConstants
extends ContentObserver {
33
private static final String TAG = "
SmartReplyConstants
";
51
public
SmartReplyConstants
(Handler handler, Context context) {
75
synchronized (
SmartReplyConstants
.this) {
SmartReplyView.java
57
private final
SmartReplyConstants
mConstants;
103
mConstants = Dependency.get(
SmartReplyConstants
.class);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
SmartReplyConstantsTest.java
45
private
SmartReplyConstants
mConstants;
54
mConstants = new
SmartReplyConstants
(Handler.createAsync(Looper.myLooper()), mContext);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIFactory.java
60
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/
NotificationContentView.java
49
import com.android.systemui.statusbar.policy.
SmartReplyConstants
;
82
private
SmartReplyConstants
mSmartReplyConstants;
156
mSmartReplyConstants = Dependency.get(
SmartReplyConstants
.class);
[
all
...]
Completed in 212 milliseconds