Searched refs:remoteInputActive (Results 1 – 9 of 9) sorted by relevance
38 private var remoteInputActive = false regex51 if (remoteInputActive &&61 if (remoteInputActive != active) {62 remoteInputActive = active
410 public boolean remoteInputActive; field in HeadsUpManager.HeadsUpEntry416 || remoteInputActive || hasFullScreenIntent(mEntry); in isSticky()446 if (remoteInputActive && !headsUpEntry.remoteInputActive) { in compareTo()448 } else if (!remoteInputActive && headsUpEntry.remoteInputActive) { in compareTo()463 remoteInputActive = false; in reset()
268 @NonNull NotificationEntry entry, boolean remoteInputActive) { in setRemoteInputActive() argument270 if (headsUpEntry != null && headsUpEntry.remoteInputActive != remoteInputActive) { in setRemoteInputActive()271 headsUpEntry.remoteInputActive = remoteInputActive; in setRemoteInputActive()272 if (remoteInputActive) { in setRemoteInputActive()
983 boolean remoteInputActive = mRemoteInputActive; in updateStates()985 if ((bouncerDismissible || !showing || remoteInputActive) != in updateStates()988 if (bouncerDismissible || !showing || remoteInputActive) { in updateStates()1023 mLastRemoteInputActive = remoteInputActive; in updateStates()
649 public void onRemoteInputActive(boolean remoteInputActive) { in onRemoteInputActive() argument650 mCurrentState.mRemoteInputActive = remoteInputActive; in onRemoteInputActive()
187 boolean remoteInputActive = isRemoteInputActive(); in apply()190 mCallbacks.get(i).onRemoteInputActive(remoteInputActive); in apply()309 void setRemoteInputActive(NotificationEntry entry, boolean remoteInputActive); in setRemoteInputActive() argument
136 default void onRemoteInputActive(boolean remoteInputActive) {} in onRemoteInputActive() argument
115 activeRemoteInput.remoteInputActive = true; in testAlertEntryCompareTo_ongoingCallLessThanActiveRemoteInput()137 activeRemoteInput.remoteInputActive = true; in testAlertEntryCompareTo_incomingCallLessThanActiveRemoteInput()
1294 boolean remoteInputActive) { in createDelegate()1295 mHeadsUpManager.setRemoteInputActive(entry, remoteInputActive); in createDelegate()