Searched refs:mRemoteInputActive (Results 1 – 4 of 4) sorted by relevance
729 public boolean mRemoteInputActive; field in BaseHeadsUpManager.HeadsUpEntry838 || mRemoteInputActive in isSticky()872 if (mRemoteInputActive && !headsUpEntry.mRemoteInputActive) { in compareNonTimeFields()874 } else if (!mRemoteInputActive && headsUpEntry.mRemoteInputActive) { in compareNonTimeFields()930 mRemoteInputActive = false; in reset()
499 headsUpEntry.mRemoteInputActive = true; in testIsSticky_remoteInputActive_true()538 headsUpEntry.mRemoteInputActive = false; in testIsSticky_false()585 activeRemoteInput.mRemoteInputActive = true; in testAlertEntryCompareTo_ongoingCallLessThanActiveRemoteInput()607 activeRemoteInput.mRemoteInputActive = true; in testAlertEntryCompareTo_incomingCallLessThanActiveRemoteInput()
291 protected boolean mRemoteInputActive; field in StatusBarKeyguardViewManager1022 mRemoteInputActive = active; in onRemoteInputActive()1384 boolean remoteInputActive = mRemoteInputActive; in updateStates()1467 || mRemoteInputActive in isNavBarVisible()1629 pw.println(" mRemoteInputActive: " + mRemoteInputActive); in dump()
304 if (headsUpEntry != null && headsUpEntry.mRemoteInputActive != remoteInputActive) { in setRemoteInputActive()305 headsUpEntry.mRemoteInputActive = remoteInputActive; in setRemoteInputActive()