Searched defs:remoteInputActive (Results 1 – 7 of 7) sorted by relevance
38 private var remoteInputActive = false variable
406 public boolean remoteInputActive; field in HeadsUpManager.HeadsUpEntry
55 @JvmField var remoteInputActive: Boolean = false, variable in com.android.systemui.shade.NotificationShadeWindowState
758 public void onRemoteInputActive(boolean remoteInputActive) { in onRemoteInputActive()
132 default void onRemoteInputActive(boolean remoteInputActive) {} in onRemoteInputActive()
338 void setRemoteInputActive(NotificationEntry entry, boolean remoteInputActive); in setRemoteInputActive()
260 @NonNull NotificationEntry entry, boolean remoteInputActive) { in setRemoteInputActive()